[Frontend] Renew of ue-frontend
Picks up markup and CSS changes from open1174 (breadcrumbs)
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
.tool-bar {
|
||||
border-bottom: 1px solid $colorInteriorBorder;
|
||||
.l-control-group {
|
||||
height: $ueEditToolBarButtonH;
|
||||
height: $btnToolbarH;
|
||||
}
|
||||
input[type="text"] {
|
||||
@include box-sizing(border-box);
|
||||
font-size: .9em;
|
||||
height: $ueEditToolBarButtonH;
|
||||
height: $btnToolbarH;
|
||||
margin-bottom: 1px;
|
||||
position: relative;
|
||||
&.sm {
|
||||
width: $ueEditToolBarButtonH;
|
||||
width: $btnToolbarH;
|
||||
}
|
||||
}
|
||||
.input-labeled label {
|
||||
font-size: $ueEditToolBarButtonH * $btnFontSizeToH;
|
||||
font-size: $btnToolbarH * $btnFontSizeToH;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user