1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/client/src/routes/Search/Sidebar.module.scss

14 lines
225 B
SCSS

@import '../../styles/variables';
.sidebar {
@media (min-width: $break-point--medium) {
margin-top: $spacer * 1.1;
}
> div:first-child {
label {
visibility: hidden;
}
}
}