mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
16 lines
201 B
SCSS
16 lines
201 B
SCSS
@import '../styles/variables';
|
|
|
|
.home {
|
|
display: block;
|
|
|
|
form {
|
|
margin-bottom: $spacer * 3;
|
|
}
|
|
|
|
label {
|
|
height: 0;
|
|
margin: 0;
|
|
visibility: hidden;
|
|
}
|
|
}
|