29 lines
459 B
SCSS
29 lines
459 B
SCSS
![]() |
.container {
|
||
|
padding: 0 16px 24px;
|
||
|
.title {
|
||
|
margin: 14px 0 15px;
|
||
|
}
|
||
|
.filterWrapper {
|
||
|
display: flex;
|
||
|
column-gap: 6px;
|
||
|
margin-bottom: 10px;
|
||
|
.filterSelector {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.filterButton {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 91px;
|
||
|
height: 34px;
|
||
|
color: #fff;
|
||
|
background-color: rgba(41, 187, 228, 1);
|
||
|
.filterText {
|
||
|
white-space: nowrap;
|
||
|
margin: 0 8px 0 3px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|