mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added template for card slots in gamemodes
This commit is contained in:
@@ -74,6 +74,12 @@
|
||||
|
||||
.gamemode__content--text h2 {
|
||||
margin: 2% 0 .5% 10%;
|
||||
text-transform: uppercase;
|
||||
color: #FFF;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-family: Montserrat;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.gamemode__content--text div {
|
||||
@@ -207,8 +213,38 @@
|
||||
background: #EF4444;
|
||||
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
|
||||
border-radius: 40px;
|
||||
width: 40%;
|
||||
width: 60%;
|
||||
height: 50%;
|
||||
margin: 18px 36px 0 35px;
|
||||
}
|
||||
|
||||
.linecontent-3 {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gamemode__twoline--first__element .linecontent-3 h3 {
|
||||
padding-left: 15%;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-family: Montserrat Alternates;
|
||||
font-size: 87px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.gamemode__twoline--first__element .container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gamemode__twoline--first__element .container a {
|
||||
margin-right: 10%;
|
||||
padding: 20px 20px;
|
||||
}
|
||||
|
||||
/* /GameMode */
|
||||
Reference in New Issue
Block a user