UX: Tweaks for dark theme.
This commit is contained in:
parent
1761317b37
commit
0debab47a3
|
@ -171,7 +171,7 @@ body {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
top: -18px !important;
|
top: -18px !important;
|
||||||
right: -18px !important;
|
right: -18px !important;
|
||||||
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.85);
|
box-shadow: 0 0 0 9999px rgba($primary, 0.85);
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
z-index: 1040;
|
z-index: 1040;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue