13 lines
153 B
SCSS
13 lines
153 B
SCSS
#view-add {
|
|
|
|
.item {
|
|
margin-bottom: 10px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
|
|
&:first-child {
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
|
|
}
|