UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: локальный акцент и аналитика
This commit is contained in:
@@ -1285,6 +1285,45 @@
|
||||
color: var(--text-color-primary) !important;
|
||||
}
|
||||
|
||||
.nodedc-accent-picker-panel {
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.026) 100%),
|
||||
rgba(8, 9, 12, 0.78) !important;
|
||||
-webkit-backdrop-filter: blur(28px);
|
||||
backdrop-filter: blur(28px);
|
||||
}
|
||||
|
||||
.nodedc-accent-chrome-picker,
|
||||
.nodedc-accent-chrome-picker * {
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
.nodedc-accent-chrome-picker input {
|
||||
min-height: 2rem !important;
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
border-radius: 0.85rem !important;
|
||||
background: rgba(255, 255, 255, 0.07) !important;
|
||||
box-shadow: none !important;
|
||||
color: var(--text-color-primary) !important;
|
||||
font-size: 0.75rem !important;
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.nodedc-accent-chrome-picker label {
|
||||
color: var(--text-color-secondary) !important;
|
||||
font-size: 0.62rem !important;
|
||||
font-weight: 600 !important;
|
||||
letter-spacing: 0.08em !important;
|
||||
text-transform: uppercase !important;
|
||||
}
|
||||
|
||||
.nodedc-accent-chrome-picker .flexbox-fix {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.nodedc-settings-danger-button {
|
||||
min-height: 2.75rem;
|
||||
border: 0 !important;
|
||||
|
||||
Reference in New Issue
Block a user