diff options
Diffstat (limited to 'frontend/src/pages/NotFound.sass')
| -rw-r--r-- | frontend/src/pages/NotFound.sass | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/frontend/src/pages/NotFound.sass b/frontend/src/pages/NotFound.sass index 9457da01..59231f7a 100644 --- a/frontend/src/pages/NotFound.sass +++ b/frontend/src/pages/NotFound.sass @@ -1,11 +1,11 @@ .not-found-backdrop - position: absolute - left: 0 - top: 0 + position: absolute + left: 0 + top: 0 - margin: 0 - padding: 0 - width: 100% - height: 100% + margin: 0 + padding: 0 + width: 100% + height: 100% - background-image: linear-gradient(135deg, #00678a, #008fbf, #00A6D6) + background-image: linear-gradient(135deg, #00678a, #008fbf, #00A6D6) |
