feat: Add and rename common
- New size_io_button placeholder - Remove variants of basic typo placeholder
This commit is contained in:
parent
b7ec209761
commit
c7179c7a3d
4 changed files with 9 additions and 12 deletions
|
|
@ -154,7 +154,7 @@ button {
|
|||
}
|
||||
|
||||
.button_io {
|
||||
@extend %basic_button;
|
||||
@extend %basic;
|
||||
border: $width_border_io solid $color_border_button;
|
||||
padding: $padding_basic;
|
||||
color: $color_text_button;
|
||||
|
|
@ -164,7 +164,7 @@ button {
|
|||
// border-color: #0059F6;
|
||||
border-color: transparent;
|
||||
color: white;
|
||||
background-color: $foxtrot_color;
|
||||
background-color: $color_action_basic;
|
||||
}
|
||||
|
||||
&[disabled="disabled"],
|
||||
|
|
@ -179,7 +179,7 @@ button {
|
|||
}
|
||||
|
||||
.button_clear {
|
||||
@extend %basic_button;
|
||||
@extend %basic;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ span {
|
|||
}
|
||||
|
||||
.span_solo {
|
||||
@extend %solo;
|
||||
@extend %basic;
|
||||
}
|
||||
|
||||
// Linebreaks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue