mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Per space label, icon, description
Labels introduce visual grouping and filtering of spaces.
This commit is contained in:
parent
fe8068965c
commit
a211ba051a
106 changed files with 3280 additions and 1008 deletions
|
@ -245,3 +245,39 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.space-label-picker {
|
||||
display : block;
|
||||
|
||||
> .label {
|
||||
@extend .no-select;
|
||||
@extend .text-truncate;
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
margin: 0 20px 20px 0;
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
color: $color-white;
|
||||
border: 3px solid map-get($gray-shades, 300);
|
||||
@include border-radius(3px);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
border: 3px solid map-get($gray-shades, 600);
|
||||
}
|
||||
}
|
||||
|
||||
.none {
|
||||
background-color: $color-white;
|
||||
color: map-get($gray-shades, 500);
|
||||
}
|
||||
|
||||
> .selected {
|
||||
border: 3px solid map-get($yellow-shades, 800);
|
||||
|
||||
&:hover {
|
||||
border: 3px solid map-get($yellow-shades, 800);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue