mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added style for header nav btns and template for balance card
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
<a href="#">Помощь</a>
|
<a href="#">Помощь</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="header__balance">
|
||||||
|
<h1>25000</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
@@ -59,16 +62,17 @@ export default {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.header__logo {
|
.header__logo {
|
||||||
padding: 2% 3%;
|
padding: 2% 1.5%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__nav {
|
.header__nav {
|
||||||
flex-grow: 0.69;
|
flex-grow: 0.69;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.header__nav nav a {
|
.header__nav nav a {
|
||||||
|
font-size: 21px;
|
||||||
|
margin-right: 75px;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user