mirror of
https://github.com/mue/mue.git
synced 2026-07-08 21:24:57 +02:00
feat: add no animations setting back, text shadow/border option
This commit is contained in:
@@ -35,3 +35,9 @@ $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,6 +34,10 @@ body {
|
||||
text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.textBorder {
|
||||
filter: drop-shadow(var(--shadow-shift) var(--shadow-shift) 0 #111111CC);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: map-get($theme-colours, 'main');
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user