🐛 Color palette text-wrap and showing when open color palette

This commit is contained in:
alonso.torres 2021-02-04 14:50:10 +01:00 committed by Andrey Antukh
parent afa35379b2
commit 6cdde84445
3 changed files with 14 additions and 6 deletions

View file

@ -99,8 +99,14 @@
position: fixed;
right: calc(#{$width-settings-bar} + 10px);
text-align: center;
width: 110px;
width: 125px;
white-space: nowrap;
padding-bottom: 2px;
transition: bottom 0.5s;
&.color-palette-open {
bottom: 5rem;
}
span {
color: $color-white;