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,57 @@
.menu {
margin: 4% 6% 0% 6%;
height: 99.5vh;
user-select: none;
}
.menu__content {
height: 70%;
display: flex;
align-items: center;
flex-direction: column;
}
.menu__btn--home {
margin-top: 12px;
}
.menu__btns--gamemodes {
display: flex;
align-items: center;
height: 100%;
}
.menu__content--gamemodes {
background: rgba(217, 217, 217, 0.12);
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
}
.menu__content--gamemodes {
display: flex;
text-align: center;
flex-direction: column;
}
.menu__content--gamemodes a {
padding: 20px 10px;
}
.menu__content--gamemodes a img {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
max-width: 100%;
max-height: 100%;
}
.menu__btn--settings {
position: absolute;
bottom: 0;
margin-bottom: 12px;
}

View File

@@ -0,0 +1,109 @@
.chat {
margin: 9px 12px 0px 0px;
}
.chat__content {
width: 30%;
}
.chat__container--title {
display: flex;
user-select: none;
}
.chat__title {
margin: 16px 0px 0px 23px;
}
.chat__container--title h2 {
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 18px;
font-weight: 700;
}
.content p {
width: 80%;
word-wrap: break-word;
margin: 0 auto;
}
.chat__content--users {
height: 70%;
}
.card__user {
margin: 24px 70px 0px 23px;
display: flex;
}
.fade-enter-active, .fade-leave-active {
transition: opacity 0.5s, transform 0.5s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
transform: translateY(20px);
}
.user__icon {
display: flex;
}
.user__icon img {
width: 40px;
height: 40px;
}
.content {
margin-left: 13px;
color: #fff;
font-size: 12px;
font-weight: 800;
font-family: Montserrat;
}
.content p {
margin-top: 5px;
}
.write {
position: absolute;
bottom: 0;
margin: 24px 87px 22px 16px;
user-select: none;
width: 50%;
}
.write__content {
display: flex;
align-items: center;
}
.write__content input {
padding: 14px 35% 14px 12px;
border-radius: 13px;
background: #22252F;
color: #A9A99D;
border: none;
}
.write__content input::placeholder {
color: #A9A99D;
font-weight: 800;
font-family: Montserrat;
font-size: 12px;
}
.write__content button {
padding: 8px 9px;
margin-left: -20px;
border-radius: 6px;
background: #3D3F48;
border: none;
cursor: pointer;
}
.write__content button:disabled {
cursor: not-allowed;
}

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;
}