test Drupal site working on Koality Theme Builder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
379 B

.button {
background-color: $button-color;
display: inline-block;
padding: $button-padding;
color: $color-white;
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
&:hover {
text-decoration: none;
}
a {
display: inline-block;
color: $color-white;
text-decoration: none;
&:hover {
text-decoration: none;
}
}
}