Save
This commit is contained in:
@@ -272,14 +272,11 @@ body.no-scroll {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding: 14px 25px;
|
||||
border: 1px solid #209252;
|
||||
border: 1px solid #4b6255;
|
||||
border-radius: 8px;
|
||||
background: #209252;
|
||||
background: #4b6255;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
.btn-4:hover {
|
||||
background: rgb(29, 132, 74);
|
||||
}
|
||||
|
||||
header#masthead {
|
||||
position: relative;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -124,14 +124,14 @@ body {
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
padding: 14px 25px;
|
||||
border: 1px solid #209252;
|
||||
border: 1px solid #4b6255;
|
||||
border-radius: 8px;
|
||||
background: #209252;
|
||||
background: #4b6255;
|
||||
transition: all 250ms ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background: rgb(29, 132, 74);
|
||||
}
|
||||
// &:hover {
|
||||
// background: rgb(29, 132, 74);
|
||||
// }
|
||||
}
|
||||
|
||||
@mixin box-title($color) {
|
||||
|
||||
Reference in New Issue
Block a user