Merge in SCSS files and platform markup which supports autoflow tabular views for WTD-611 into the open-source-friendly master branch.
19 lines
392 B
SCSS
19 lines
392 B
SCSS
.tool-bar {
|
|
border-bottom: 1px solid $colorInteriorBorder;
|
|
.control-group {
|
|
height: $ueEditToolBarH;
|
|
}
|
|
input[type="text"] {
|
|
@include box-sizing(border-box);
|
|
font-size: .9em;
|
|
height: $ueEditToolBarButtonH;
|
|
margin-bottom: 1px;
|
|
position: relative;
|
|
&.sm {
|
|
width: $ueEditToolBarButtonH;
|
|
}
|
|
}
|
|
.input-labeled label {
|
|
font-size: $ueEditToolBarButtonH * $btnFontSizeToH;
|
|
}
|
|
} |