summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/pages/NotFound.module.scss
blob: e91c2780bb004ed7d184a8b54143bf526d0c24f3 (plain)
1
2
3
4
5
6
7
8
.not-found-backdrop {
    display: flex;

    width: 100%;
    height: 100%;

    background-image: linear-gradient(135deg, #00678a, #008fbf, #00a6d6);
}