Merge branch 'DevelopMadara'

This commit is contained in:
Hepatica
2024-02-22 19:35:13 +01:00
16 changed files with 411 additions and 41 deletions

View File

@@ -0,0 +1,73 @@
*{
font-family: Montserrat Alternates;
text-decoration: none;
}
.Heading_p1 {
font-size: 18px ;
font-family: Montserrat Alternates;
}
.heding2_text {
width: 949px;
height: 132px;
}
.Heading_p1 a {
color: #5865F2 ;
font-family: Montserrat Alternates;
}
.questions {
font-size: 18px ;
font-family: Montserrat Alternates;
}
.questions1 {
font-size: 18px ;
font-family: Montserrat Alternates;
background-color:#3f3f3f;
width: 426px;
height: 30px;
border-radius: 8px ;
justify-content: center;
align-content: center;
display: flex;
}
.questions1 b {
margin-top: 4.3px;
}
.questions1 img {
margin-left: 30px;
width: 16px;
margin-top: 6px;
}
.text_questions {
width: 840px;
height: 132px;
font-size: 18px ;
font-family: Montserrat Alternates;
}
.text_questions p {
font-size: 18px ;
font-family: Montserrat Alternates;
}
.questions2 {
font-size: 18px ;
font-family: Montserrat Alternates;
width: 544px;
height: 27px;
justify-content: center;
align-items: flex-start;
display: flex;
}
.questions2 img {
margin-left: 10px;
width: 16px;
margin-top: 3.5px;
}
.Social1where {
flex-direction: row;
width: 400px;
display: flex;
justify-content: space-around;
align-content: center;
}

View File

@@ -67,7 +67,41 @@
font-size: 12px;
padding-left: 40px;
}
.promo-input {
width: 284px;
height: 44px;
border-radius: 15px;
border: 2px solid #2B3458;
background: #22252F;
color: rgba(148, 148, 148, 0.95);
font-weight: 700;
font-family: Montserrat Alternates;
font-size: 12px;
padding-left: 40px;
flex: 3.5;
font-weight: 700px;
}
.vvod_promocoda {
flex: 1;
width: 52px;
height: 44px;
background-color: #EF4444;
margin-left: 10px;
margin-right: 16px;
justify-content: center;
align-items: center;
display: flex;
border-radius: 10px;
font-family: Montserrat Alternates;
font-weight: 600;
font-size: 19px;
color: #fff;
border: none;
}
.promokods {
display: flex;
flex-wrap: nowrap;
}
.display-btns {
display: flex;
margin-top: 10px;
@@ -85,6 +119,7 @@
border: none;
margin-right: 6px;
padding: 4px 19px;
}
.deposit-promocode {
@@ -160,7 +195,7 @@ input[type="checkbox"]:checked::before {
.btn-style-payments button {
border-radius: 10px;
background: #EF4444;
ont-family: Montserrat Alternates;
Font-family: Montserrat Alternates;
font-size: 16px;
color: #fff;
font-weight: 700;

View File

@@ -256,6 +256,33 @@ button {
grid-gap: 0.625rem;
}
.content-grid--help {
display: grid;
grid-auto-columns: 1fr;
grid-template-columns: 0.35fr repeat(5, 1fr) 1fr;
grid-template-rows: auto 0fr repeat(4, 1fr);
grid-template-areas:
"menu header header header header header header"
"menu help help help help help chat"
"menu help help help help help chat"
"menu help help help help help chat"
"menu help help help help help chat"
"menu help help help help help chat"
"menu help help help help help chat";
grid-gap: 0.625rem;
}
.help {
grid-area: help;
display: flex;
height: 95%;
border-radius: 3.125rem;
background: #17181C;
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);
margin: 0.625rem 2.438rem 1.125rem 1.125rem;
/*height: 96.2%;*/
}
.bg-gradient-left {
background: #293561;