edit naming for directory /elementsstyles -> /componentstyles in /css

This commit is contained in:
Kostya
2023-11-20 21:51:02 +03:00
parent 9b9561d141
commit 2e80939ffc
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,148 @@
.header {
margin-top: 4px;
user-select: none;
}
.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;
font-family: Montserrat Alternates;
font-weight: 700;
}
.header__nav--now {
color: #EF4444;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 18px;
position: relative;
}
.header__nav--now::before {
position: absolute;
content: '';
width: 100%;
height: 2px;
background: #EF4444;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
bottom: -7px;
left: 0;
z-index: 1;
}
.header__content--balance {
display: flex;
align-items: center;
}
.header__card--balance {
border-radius: 9px;
background: #22252F;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 10px 15px 8px 8px;
}
.header__content--balance .header__card--balance h2 {
display: flex;
align-items: center;
color: #fff;
font-size: 18px;
font-weight: 700;
font-family: Montserrat Alternates;;
}
.header__content--balance .header__card--balance h2 img {
margin-right: 7px;
}
.header__btn--wallet a {
border-radius: 13px;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
font-size: 16px;
text-transform: uppercase;
font-weight: 900;
font-family: Montserrat;
padding: 20px 23px 20px 23px;
text-decoration: none;
margin-left: -10px;
}
.header__auth--discord {
display: flex;
margin-right: 22px;
}
.header__card--discord {
margin-right: 22px;
display: flex;
align-items: center;
}
.discord__card--name {
margin-right: 10px;
}
.discord__card--name h2 {
font-size: 15px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat;
font-weight: 700;
}
.discord__card--name a {
display: flex;
align-items: center;
font-size: 14px;
color: rgba(255, 255, 255, 0.50);
font-weight: 700;
font-family: Montserrat;
border-radius: 8px;
background: #30323E;
text-decoration: none;
padding: 6px 2px 6px 2px;
}
.discord__card--name a span img {
margin-left: 5px;
display: flex;
}
.header__card--discord img {
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header__card--auth {
display: flex;
align-items: center;
margin-right: 20px;
}
.auth__card--content a {
display: flex;
align-items: center;
border-radius: 13px;
background: #5865F2;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #000;
font-size: 16px;
font-weight: 600;
font-family: Montserrat;
padding: 11px 26px 11px 21px;
text-decoration: none;
text-transform: uppercase;
}
.auth__card--content a span img {
margin-right: 5px;
}