mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
feat: update addons, sideload error modal, show reminder for preset settings
This commit is contained in:
@@ -35,13 +35,3 @@ $modal-link-dark: map-get($modal, 'modal-link-dark');
|
||||
--photo-info: #{$photo-info-dark};
|
||||
--modal-link: #{$modal-link-dark};
|
||||
}
|
||||
|
||||
.no-animations {
|
||||
.ReactModal__Content,
|
||||
button,
|
||||
svg,
|
||||
input[type=text],
|
||||
.MuiSwitch-switchBase {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,10 +34,6 @@ body {
|
||||
text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.textBorder {
|
||||
filter: drop-shadow(var(--shadow-shift) var(--shadow-shift) 0 #111c);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: map-get($theme-colours, 'main');
|
||||
opacity: 1;
|
||||
@@ -53,7 +49,22 @@ body {
|
||||
color: map-get($theme-colours, 'main-text-color');
|
||||
}
|
||||
|
||||
// fonts imported from fontsource
|
||||
/* accessibility */
|
||||
.textBorder {
|
||||
filter: drop-shadow(var(--shadow-shift) var(--shadow-shift) 0 #111c);
|
||||
}
|
||||
|
||||
.no-animations {
|
||||
.ReactModal__Content,
|
||||
button,
|
||||
svg,
|
||||
input[type=text],
|
||||
.MuiSwitch-switchBase {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* fonts (imported from fontsource) */
|
||||
@font-face {
|
||||
font-family: 'Lexend Deca';
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user