|
@@ -467,7 +467,7 @@ export default {
|
|
|
.search-issued {
|
|
|
margin-top: 24px;
|
|
|
margin-bottom: 24px;
|
|
|
- background-color: $white;
|
|
|
+ // background-color: $white;
|
|
|
}
|
|
|
.tab-header{
|
|
|
padding: 0 32px;
|
|
@@ -495,15 +495,21 @@ export default {
|
|
|
color: #1D1D1D;
|
|
|
line-height: 22px;
|
|
|
}
|
|
|
+.search-header{
|
|
|
+ background: $white;
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+
|
|
|
.search-content {
|
|
|
- padding: 28px 0;
|
|
|
+ padding: 16px 0 28px;
|
|
|
}
|
|
|
.search-filters {
|
|
|
padding-left: 40px;
|
|
|
padding-right: 40px;
|
|
|
margin-bottom: 22px;
|
|
|
border: 1px solid #ececec;
|
|
|
- border-radius: $border_radius_2;
|
|
|
+ border-radius: 8px;
|
|
|
+ background: $white;
|
|
|
}
|
|
|
.selector-card.s-line {
|
|
|
padding-left: 0;
|
|
@@ -514,6 +520,8 @@ export default {
|
|
|
}
|
|
|
.search-list {
|
|
|
min-height: 400px;
|
|
|
+ background: $white;
|
|
|
+ border-radius: 8px;
|
|
|
}
|
|
|
|
|
|
.publish-button {
|