Files
openmct/platform/commonUI/general/res/sass/user-environ/_top-bar.scss
Victor Woeltjen 7db5c0692b [Autoflow] Add SCSS files
Merge in SCSS files and platform markup which supports
autoflow tabular views for WTD-611 into the open-source-friendly
master branch.
2014-12-31 10:43:01 -08:00

43 lines
617 B
SCSS

.top-bar {
// $h: $ueTopBarH - 5px;
// background: rgba(#ff0000, 0.2);
line-height: $ueTopBarH;
&.browse,
&.edit {
top: $bodyMargin; right: $bodyMargin; bottom: auto; left: $bodyMargin;
height: $ueTopBarH;
}
.action {
}
.title {
color: #fff;
// font-weight: bold;
}
.buttons-main {
font-size: 0.8em;
left: auto;
text-align: right;
// width: 200px;
.btn {
margin-left: $interiorMargin;
}
}
}
.edit-mode {
.top-bar {
.buttons-main {
// background: red;
// width: 600px;
white-space: nowrap;
&.abs {
bottom: auto;
left: auto;
}
}
}
}