Files
openmct/platform/commonUI/general/res/sass/user-environ/_tool-bar.scss
Charles Hacskaylo b09ec23617 [Frontend] Renew of ue-frontend
Picks up markup and CSS changes from
open1174 (breadcrumbs)
2015-06-02 16:12:19 -07:00

19 lines
364 B
SCSS

.tool-bar {
border-bottom: 1px solid $colorInteriorBorder;
.l-control-group {
height: $btnToolbarH;
}
input[type="text"] {
@include box-sizing(border-box);
font-size: .9em;
height: $btnToolbarH;
margin-bottom: 1px;
position: relative;
&.sm {
width: $btnToolbarH;
}
}
.input-labeled label {
font-size: $btnToolbarH * $btnFontSizeToH;
}
}