mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
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;
|
||
|
}
|
||
|
}
|