pcp-tgu-ops-ui: правки API-клиентов, вкладок и стилей
complexPlanApi/missionPlanningApi, TguComplexPlanTab, TguEditorTab, стили tgu-editor.css/tgu-planning.css.
This commit is contained in:
@@ -1188,3 +1188,36 @@
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Диалог выбора режима очистки плана (всё / оставить ручные съёмки). */
|
||||
.tgu-editor-clear-dialog {
|
||||
width: min(26rem, calc(100vw - 2rem));
|
||||
}
|
||||
|
||||
.tgu-editor-clear-dialog__text {
|
||||
margin: 0;
|
||||
font-size: 0.82rem;
|
||||
color: var(--text-muted, #9fb0b3);
|
||||
}
|
||||
|
||||
.tgu-editor-clear-dialog__choices {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.55rem;
|
||||
}
|
||||
|
||||
.tgu-editor-clear-dialog__choices > .tgu-button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 0.15rem;
|
||||
width: 100%;
|
||||
padding: 0.6rem 0.75rem;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tgu-editor-clear-dialog__choices > .tgu-button > small {
|
||||
font-weight: 400;
|
||||
font-size: 0.72rem;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
@@ -102,6 +102,12 @@
|
||||
color: #eafffd;
|
||||
}
|
||||
|
||||
.tgu-button.is-active {
|
||||
border-color: rgba(104, 195, 189, 0.58);
|
||||
background: rgba(104, 195, 189, 0.16);
|
||||
color: var(--accent-strong);
|
||||
}
|
||||
|
||||
.tgu-button--accept {
|
||||
border-color: rgba(47, 158, 68, 0.65);
|
||||
background: rgba(47, 158, 68, 0.16);
|
||||
|
||||
Reference in New Issue
Block a user