8 lines
123 B
SCSS
8 lines
123 B
SCSS
@import "../Theme/Theme.scss";
|
|
|
|
div.setting-popup {
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding: 10px;
|
|
} |