feat: Add button style
This commit is contained in:
parent
2e100f72a9
commit
ec93121d4a
1 changed files with 16 additions and 0 deletions
|
|
@ -174,6 +174,22 @@ button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button_clear {
|
||||||
|
@extend %basic_button;
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
|
&:active,
|
||||||
|
&:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $color_action_basic;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Selection
|
// Selection
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
select {
|
select {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue