mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 08:04:03 +00:00
50173a4413
* Separate Vue component styles out from SFCs. * Added 'MCT.prototype.getAssetPath' and using 'openmct.setAssetPath' to get relative path for assets. * Re-implements `openmct.plugins.Snow()`, and `openmct.plugins.Espresso()` (as well as a new theme `openmct.plugins.Maelstron()`)
30 lines
452 B
SCSS
30 lines
452 B
SCSS
.c-create-button,
|
|
.c-create-menu {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.c-create-button {
|
|
.is-editing & {
|
|
@include disabled();
|
|
}
|
|
|
|
.c-button__label {
|
|
text-transform: $createBtnTextTransform;
|
|
}
|
|
}
|
|
|
|
.c-create-menu {
|
|
max-height: 80vh;
|
|
max-width: 500px;
|
|
min-height: 250px;
|
|
z-index: 70;
|
|
|
|
[class*="__icon"] {
|
|
filter: $colorKeyFilter;
|
|
}
|
|
|
|
[class*="__item-description"] {
|
|
min-width: 200px;
|
|
}
|
|
}
|