mirror of
https://github.com/sharkdp/bat
synced 2026-07-23 17:03:18 +00:00
Rename SASS tests to SCSS, since they're using SCSS syntax
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
@mixin button-base() {
|
||||
@include typography(button);
|
||||
@include ripple-surface;
|
||||
@include ripple-radius-bounded;
|
||||
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
height: $button-height;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
|
||||
&:hover { cursor: pointer; }
|
||||
|
||||
&:disabled {
|
||||
color: $mdc-button-disabled-ink-color;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user