mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
parent
6e172359b4
commit
1961adf8d6
@ -200,8 +200,8 @@
|
|||||||
.form .form-row.first {
|
.form .form-row.first {
|
||||||
border-top: none; }
|
border-top: none; }
|
||||||
/* line 52, ../sass/forms/_elems.scss */
|
/* line 52, ../sass/forms/_elems.scss */
|
||||||
.form .form-row .label,
|
.form .form-row > .label,
|
||||||
.form .form-row .controls {
|
.form .form-row > .controls {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -3545,8 +3545,8 @@ label.checkbox.custom {
|
|||||||
.form .form-row.first {
|
.form .form-row.first {
|
||||||
border-top: none; }
|
border-top: none; }
|
||||||
/* line 52, ../sass/forms/_elems.scss */
|
/* line 52, ../sass/forms/_elems.scss */
|
||||||
.form .form-row .label,
|
.form .form-row > .label,
|
||||||
.form .form-row .controls {
|
.form .form-row > .controls {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -180,7 +180,7 @@ ul.tree {
|
|||||||
-webkit-transition: background-color 0.25s;
|
-webkit-transition: background-color 0.25s;
|
||||||
transition: background-color 0.25s;
|
transition: background-color 0.25s;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.8em;
|
font-size: 0.8rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
@ -49,8 +49,8 @@
|
|||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label,
|
>.label,
|
||||||
.controls {
|
>.controls {
|
||||||
@include box-sizing(border-box);
|
@include box-sizing(border-box);
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
@ -38,7 +38,7 @@ ul.tree {
|
|||||||
@include border-radius($basicCr);
|
@include border-radius($basicCr);
|
||||||
@include single-transition(background-color, 0.25s);
|
@include single-transition(background-color, 0.25s);
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.8em;
|
font-size: 0.8rem;
|
||||||
height: $menuLineH;
|
height: $menuLineH;
|
||||||
line-height: $menuLineH;
|
line-height: $menuLineH;
|
||||||
margin-bottom: $interiorMarginSm;
|
margin-bottom: $interiorMarginSm;
|
||||||
|
Loading…
Reference in New Issue
Block a user