mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added template and some styles for header elem
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.header {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.header__content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.header__logo {
|
||||
padding: 22px 0px 18px 36px;
|
||||
}
|
||||
|
||||
.header__nav nav a {
|
||||
margin-right: 75px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header__nav--now {
|
||||
color: #EF4444;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
BIN
luckydiamond/src/assets/icons-header/diamond-ore-icon.png
Normal file
BIN
luckydiamond/src/assets/icons-header/diamond-ore-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
30
luckydiamond/src/assets/logo.svg
Normal file
30
luckydiamond/src/assets/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user