feat: update addons, sideload error modal, show reminder for preset settings

This commit is contained in:
David Ralph
2021-09-05 20:52:26 +01:00
parent 5baf067ff1
commit c63a13a4c2
11 changed files with 189 additions and 79 deletions

View File

@@ -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;
}
}

View File

@@ -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;