18 lines
293 B
SCSS
18 lines
293 B
SCSS
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.filterButton {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
height: 34px;
|
|
color: #fff;
|
|
background-color: rgba(41, 187, 228, 1);
|
|
.filterText {
|
|
white-space: nowrap;
|
|
margin: 0 8px 0 3px;
|
|
}
|
|
}
|