mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-24 07:17:55 +01:00
fix: File SCSS di Icon Button mancante
This commit is contained in:
parent
8fed113aae
commit
6cca0d2b7e
10
resources/scss/material/icon-button.scss
vendored
Normal file
10
resources/scss/material/icon-button.scss
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
@use '@material/icon-button';
|
||||
|
||||
$sizes: ("tight": -1, "comfortable": -2, "dense": -3, "compact": -4, 'extra-compact': -5);
|
||||
|
||||
@each $density, $value in $sizes {
|
||||
//noinspection Stylelint
|
||||
.mdc-icon-button--#{$density} {
|
||||
@include icon-button.density($value);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user