[Frontend] Tweaks to spacing
WTD-1163 WTD-1146
This commit is contained in:
@@ -205,10 +205,10 @@ span {
|
|||||||
|
|
||||||
/* line 11, ../sass/user-environ/_layout.scss */
|
/* line 11, ../sass/user-environ/_layout.scss */
|
||||||
.holder-all {
|
.holder-all {
|
||||||
top: 5px;
|
top: 3px;
|
||||||
right: 5px;
|
right: 3px;
|
||||||
bottom: 5px;
|
bottom: 3px;
|
||||||
left: 5px; }
|
left: 3px; }
|
||||||
|
|
||||||
/* line 21, ../sass/user-environ/_layout.scss */
|
/* line 21, ../sass/user-environ/_layout.scss */
|
||||||
.browse-area,
|
.browse-area,
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.holder-all {
|
.holder-all {
|
||||||
$myM: $interiorMargin;
|
$myM: $interiorMarginSm;
|
||||||
top: $myM;
|
top: $myM;
|
||||||
right: $myM;
|
right: $myM;
|
||||||
bottom: $myM;
|
bottom: $myM;
|
||||||
|
|||||||
Reference in New Issue
Block a user