14 lines
150 B
SCSS
14 lines
150 B
SCSS
|
.areas-title {
|
||
|
font-weight: bold;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.areas {
|
||
|
margin-bottom: 10px;
|
||
|
|
||
|
input {
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
}
|