mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
8 lines
153 B
SCSS
8 lines
153 B
SCSS
@import '../../../styles/variables';
|
|
|
|
.help {
|
|
font-size: $font-size-small;
|
|
color: darken($brand-grey-light, 10%);
|
|
margin-top: $spacer / 4;
|
|
}
|