mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
@include phone {
|
@include phone {
|
||||||
.overlay > .holder {
|
.overlay > .holder {
|
||||||
//@include test(orange); // This works!
|
|
||||||
$m: 0;
|
$m: 0;
|
||||||
border-radius: $m;
|
border-radius: $m;
|
||||||
top: $m;
|
top: $m;
|
||||||
@ -38,36 +37,30 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
@include transform(none);
|
@include transform(none);
|
||||||
|
|
||||||
.editor .form .form-row {
|
.editor .form .form-row.l-flex-row {
|
||||||
> .label,
|
// Display elements in a columnar view
|
||||||
> .controls {
|
@include flex-direction(column);
|
||||||
//@include test(blue);
|
> .flex-elem {
|
||||||
display: block;
|
&:not(:first-child) {
|
||||||
float: none;
|
margin-top: $interiorMargin;
|
||||||
width: 100%;
|
}
|
||||||
}
|
&.label {
|
||||||
> .label {
|
width: 100%;
|
||||||
&:after {
|
}
|
||||||
float: none;
|
&.controls {
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
&.validates > .label:before {
|
||||||
.contents {
|
|
||||||
.abs.top-bar,
|
|
||||||
.abs.editor,
|
|
||||||
.abs.message-body,
|
|
||||||
.abs.bottom-bar {
|
|
||||||
//@include test(orange);
|
|
||||||
top: auto; right: auto; bottom: auto; left: auto;
|
|
||||||
height: auto; width: auto;
|
|
||||||
margin-bottom: $interiorMarginLg * 2;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
right: auto;
|
||||||
|
line-height: inherit;
|
||||||
|
margin-right: $interiorMargin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.t-dialog-sm .overlay > .holder {
|
.t-dialog-sm .overlay > .holder {
|
||||||
//@include test(blue);
|
|
||||||
height: auto; max-height: 100%;
|
height: auto; max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user