mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added styles for btn home-mobile
This commit is contained in:
@@ -141,6 +141,7 @@ body {
|
||||
text-align: center;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-family: Montserrat Alternates;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.card-two {
|
||||
@@ -149,4 +150,22 @@ body {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.card-mobile__btn a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
font-weight: 700;
|
||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||
font-family: Montserrat Alternates;
|
||||
font-size: 30px;
|
||||
border-radius: 21px;
|
||||
background: #FFF;
|
||||
padding: 6px 11px;
|
||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.card-mobile__btn span {
|
||||
font-size: 29px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
Reference in New Issue
Block a user