7 lines
127 B
SCSS
7 lines
127 B
SCSS
button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
$button-border-width: 1px;
|
|
$button-border-strength: solid;
|
|
$button-max-width: calc(100% - 2px);
|