Tweaks
This commit is contained in:
parent
9ae96ba419
commit
db96a298fb
9 changed files with 1111 additions and 149 deletions
|
|
@ -33,14 +33,17 @@ a {
|
|||
@extend %default_button;
|
||||
}
|
||||
|
||||
.a__button_border {
|
||||
.a__button_text {
|
||||
@extend %default_button;
|
||||
padding: $wide_padding;
|
||||
background-color: transparent;
|
||||
color: $basic_font_color;
|
||||
border: $cell_border;
|
||||
}
|
||||
|
||||
.a__button_border {
|
||||
@extend .a__button_text;
|
||||
border: $cell_border;
|
||||
}
|
||||
|
||||
|
||||
// Other elements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue