living-together/source/Component/BehaviorPopup/BehaviorPopup.scss
2022-03-26 18:54:51 +08:00

11 lines
170 B
SCSS

@import "../Theme/Theme.scss";
div.behavior-popup {
width: 100%;
height: 100%;
}
div.behavior-popup-search-box {
padding: 10px 0 0 10px;
width: calc(100% - 10px);
}