[Frontend] Styling for controls

Fixes #1324
New reset glyph; Reset button complete,
final sanding.
This commit is contained in:
Charles Hacskaylo
2016-11-15 12:24:14 -08:00
parent 9b11684ae9
commit 2f5dc8a887
9 changed files with 249 additions and 55 deletions

View File

@@ -151,11 +151,36 @@
}
}
.t-reset-btn-holder {
$bc: $scrollbarTrackColorBg;
&:before,
&:after {
border-right: 1px solid $bc;
content:'';
display: block;
width: 5px;
height: 4px;
}
&:before {
border-top: 1px solid $bc;
margin-bottom: 2px;
}
&:after {
border-bottom: 1px solid $bc;
margin-top: 2px;
}
}
&.s-wrapper-transluc {
display: inline-block;
left: auto;
padding: $interiorMargin $interiorMarginLg;
}
&.l-flex-row {
align-items: center;
}
}
/*************************************** WHEN IN FRAME */