diff options
Diffstat (limited to 'themes/hugo-theme-stack/assets/scss/partials/layout/404.scss')
-rw-r--r-- | themes/hugo-theme-stack/assets/scss/partials/layout/404.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/hugo-theme-stack/assets/scss/partials/layout/404.scss b/themes/hugo-theme-stack/assets/scss/partials/layout/404.scss deleted file mode 100644 index d9d8752..0000000 --- a/themes/hugo-theme-stack/assets/scss/partials/layout/404.scss +++ /dev/null @@ -1,6 +0,0 @@ -.not-found-card { - background-color: var(--card-background); - box-shadow: var(--shadow-l1); - border-radius: var(--card-border-radius); - padding: var(--card-padding); -} |