mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Merge pull request #9 from danilt2000/DevelopMadara
This commit is contained in:
@@ -1,27 +1,35 @@
|
||||
*{
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
.box_help {
|
||||
margin-left: 36px;
|
||||
margin-top: 35px;
|
||||
}
|
||||
.Heading_p1 {
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
.heding2 {
|
||||
|
||||
}
|
||||
.heding2_text {
|
||||
width: 949px;
|
||||
height: 132px;
|
||||
margin-top: 17px;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
.Heading_p1 a {
|
||||
color: #5865F2 ;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
}
|
||||
.questions {
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
}
|
||||
.questions1 {
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
background-color:#3f3f3f;
|
||||
width: 426px;
|
||||
height: 30px;
|
||||
@@ -43,18 +51,22 @@
|
||||
height: 132px;
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
.text_questions p {
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
}
|
||||
.questions2 {
|
||||
font-size: 18px ;
|
||||
font-family: Montserrat Alternates;
|
||||
font-family: Montserrat Alternates;
|
||||
text-decoration: none;
|
||||
width: 544px;
|
||||
height: 27px;
|
||||
|
||||
justify-content: center;
|
||||
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
}
|
||||
@@ -63,6 +75,10 @@ margin-left: 10px;
|
||||
width: 16px;
|
||||
margin-top: 3.5px;
|
||||
|
||||
}
|
||||
.Social1text {
|
||||
margin-top: 0.5vh;
|
||||
font-family: Montserrat Alternates;
|
||||
}
|
||||
.Social1where {
|
||||
flex-direction: row;
|
||||
@@ -70,4 +86,18 @@ margin-top: 3.5px;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-content: center;
|
||||
}
|
||||
margin-top: 40px;
|
||||
}
|
||||
.questions_box {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.text_questions {
|
||||
margin-left: 110px;
|
||||
}
|
||||
.questions1 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.questions2 {
|
||||
margin-top: 25px;
|
||||
margin-right:40px ;
|
||||
}
|
||||
|
||||
@@ -158,11 +158,12 @@ button {
|
||||
grid-area: chat;
|
||||
background: #16171B;
|
||||
filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
|
||||
border-radius: 0;
|
||||
border-radius: 15px;
|
||||
/* border-radius: 1.25rem; */
|
||||
height: 100%;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
|
||||
}
|
||||
|
||||
/* /Chat */
|
||||
@@ -212,8 +213,10 @@ button {
|
||||
|
||||
.about {
|
||||
grid-area: about;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* /Profile */
|
||||
|
||||
/* Saper */
|
||||
@@ -275,12 +278,15 @@ button {
|
||||
.help {
|
||||
grid-area: help;
|
||||
display: flex;
|
||||
height: 95%;
|
||||
height:99%;
|
||||
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%;*/
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -311,4 +317,4 @@ button {
|
||||
|
||||
/* Media */
|
||||
|
||||
/* /Media */
|
||||
/* /Media */
|
||||
|
||||
Reference in New Issue
Block a user