living-together/source/Component/SettingPopup/SettingPopup.scss
2022-05-20 14:41:52 +08:00

8 lines
123 B
SCSS

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