diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-15 02:57:48 +0200 |
| commit | 8f954ab7c662e0c507c2328d5b2683fbd4c3a391 (patch) | |
| tree | aa77658a566d38f621b465947c7a9acd4de007b3 /assets/_sass/pages/_fourofour.scss | |
| parent | 4467e79ab9516010c93c8ba7c530ddd9622a5262 (diff) | |
| download | flevum-8f954ab7c662e0c507c2328d5b2683fbd4c3a391.tar.gz | |
Remove vendor specific CSS styles
Diffstat (limited to 'assets/_sass/pages/_fourofour.scss')
| -rw-r--r-- | assets/_sass/pages/_fourofour.scss | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/assets/_sass/pages/_fourofour.scss b/assets/_sass/pages/_fourofour.scss index 5257ff1..c8cd137 100644 --- a/assets/_sass/pages/_fourofour.scss +++ b/assets/_sass/pages/_fourofour.scss @@ -1,9 +1,8 @@ -.page-not-found {
- text-align: center;
-
- svg {
- fill: currentColor;
- color: var(--grey-ddd);
- margin: 0 auto;
- }
-}
+.page-not-found { + text-align: center; +} +.page-not-found svg { + fill: currentColor; + color: var(--grey-ddd); + margin: 0 auto; +} |
