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