7 lines
200 B
SCSS
7 lines
200 B
SCSS
|
@use '../../styles/settings';
|
||
|
|
||
|
$bottom-sheet-elevation: 12 !default;
|
||
|
$bottom-sheet-inset-width: 70% !default;
|
||
|
$bottom-sheet-border-radius: 0 !default;
|
||
|
$bottom-sheet-transition-duration: .2s !default;
|