This commit is contained in:
@ -217,6 +217,20 @@ div {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.btn-linda {
|
||||
border-radius: 26px;
|
||||
box-shadow: 0px 0px 7px 4px #ddd;
|
||||
font-family: 'Cabin Sketch';
|
||||
font-size: x-large;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.btn-linda:hover {
|
||||
color: white !important;
|
||||
background-color: #534f43 !important;
|
||||
}
|
||||
|
||||
.silver-to-gray-gradient {
|
||||
background-image: linear-gradient(to bottom right, lightgray, silver)
|
||||
!important;
|
||||
|
Reference in New Issue
Block a user