5 lines
60 B
SCSS
5 lines
60 B
SCSS
|
@import "variables";
|
||
|
|
||
|
.dialog{
|
||
|
padding: $float-spacing
|
||
|
}
|