refonte burger button
This commit is contained in:
parent
4a013641e5
commit
49a0a27f7f
4 changed files with 101 additions and 85 deletions
|
@ -54,7 +54,7 @@ $color-link-hover: $color-dark;
|
|||
$color-forms : $color-gray3;
|
||||
$color-burger : $color-dark;
|
||||
|
||||
// button, badges, alerts color variants list
|
||||
// buttons, badges, alerts color variants list
|
||||
// name - background-color - color - border
|
||||
$variants-list: (
|
||||
(primary, $color-primary, $color-light, none),
|
||||
|
@ -66,6 +66,14 @@ $variants-list: (
|
|||
(ghost, $color-ghost, $color-light, 0 0 0 1px $color-light inset)
|
||||
);
|
||||
|
||||
// burger button
|
||||
$color-burger : $color-gray1;
|
||||
$background-burger : transparent;
|
||||
$background-burger-hover : transparent;
|
||||
$size-burger : 2.4rem;
|
||||
$weight-burger : 16; // sort of percentage
|
||||
$padding-burger : 0;
|
||||
|
||||
// spacings (choose unit you prefer)
|
||||
$tiny-value : .5rem ; // tiny value for margins / paddings
|
||||
$tiny-plus-value : .7rem ; // tiny+ value for margins / paddings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue