ModalDialog colors updated

This commit is contained in:
nklhrstv 2020-03-26 23:44:36 +02:00
parent 41c52f6ecf
commit aec98178b8

View file

@ -26,12 +26,12 @@
display: block;
width: 100%;
height: 100%;
fill: @color-surface-dark1;
fill: @color-surface-dark1-90;
}
&:hover, &:focus {
.icon {
fill: @color-surface-light1;
fill: @color-surface-light1-90;
}
}
@ -86,7 +86,7 @@
background-color: @color-accent3;
&:hover {
background-color: @color-accent3-light2;
background-color: @color-accent3-light1;
}
&:focus {
@ -102,7 +102,7 @@
width: 1.2rem;
height: 1.2rem;
margin-right: .5rem;
fill: @color-surface-light5;
fill: @color-surface-light5-90;
}
.label {
@ -111,7 +111,8 @@
flex-basis: auto;
max-height: 3.6em;
font-size: 1.1rem;
font-weight: 500;
text-align: center;
color: @color-surface-light5;
color: @color-surface-light5-90;
}
}