|
@@ -15,14 +15,13 @@
|
|
box-shadow: $--box-shadow-light;
|
|
box-shadow: $--box-shadow-light;
|
|
border-radius: $--border-radius-base;
|
|
border-radius: $--border-radius-base;
|
|
border: 1px solid $--border-color-light;
|
|
border: 1px solid $--border-color-light;
|
|
- overflow: hidden;
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ background-color: $--color-white;
|
|
|
|
|
|
@include e(wrap) {
|
|
@include e(wrap) {
|
|
max-height: 280px;
|
|
max-height: 280px;
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- background-color: $--color-white;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@include e(list) {
|
|
@include e(list) {
|