mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor css improvements
This commit is contained in:
parent
4efd690bc3
commit
051e04edd1
@ -12,7 +12,8 @@
|
|||||||
transition: transform 120ms ease-in-out;
|
transition: transform 120ms ease-in-out;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
|
||||||
background-color: rgba(mix(#ddd, $colorBlueBright, 90%), 0.75);
|
background-color: rgba(mix(#ddd, $colorBlueBright, 90%), 0.5);
|
||||||
|
backdrop-filter: blur(D(3px));
|
||||||
|
|
||||||
@include DarkThemeOverride {
|
@include DarkThemeOverride {
|
||||||
background-color: #222428;
|
background-color: #222428;
|
||||||
|
@ -7,10 +7,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
color: #333438;
|
color: #333438;
|
||||||
// text-shadow: #{D(1px)} #{D(1px)} 0 rgba(0, 10, 20, 0.1);
|
backdrop-filter: blur(D(2px));
|
||||||
backdrop-filter: blur(D(3px));
|
|
||||||
border: D(1px) solid #d2d2d2;
|
|
||||||
border-radius: D(6px);
|
|
||||||
padding: D(3px);
|
padding: D(3px);
|
||||||
|
|
||||||
@include DarkThemeOverride {
|
@include DarkThemeOverride {
|
||||||
|
Loading…
Reference in New Issue
Block a user