mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Implement new refactored color scheme
This commit is contained in:
parent
da0861b3fd
commit
d7a46ceee6
70 changed files with 934 additions and 521 deletions
|
@ -63,18 +63,18 @@
|
|||
|
||||
.drag-handle {
|
||||
font-size: 1.5rem;
|
||||
color: $color-gray-light;
|
||||
color: map-get($gray-shades, 300);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drag-indicator-dropzone {
|
||||
opacity: 1 !important;
|
||||
border: 2px dotted $color-border;
|
||||
border: 2px dotted map-get($gray-shades, 300);
|
||||
}
|
||||
|
||||
.drag-indicator-chosen {
|
||||
opacity: 1 !important;
|
||||
background: $color-off-white;
|
||||
background: map-get($gray-shades, 100);
|
||||
}
|
||||
|
||||
.drag-indicator-dragged {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue