diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 15:23:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-22 15:23:43 +0200 |
| commit | facc64b23f0c28fb45d9d1cdb9096a88ee581a31 (patch) | |
| tree | 08d59094d7250c2b3edf59a00854d44365235aa5 /frontend/site/projects/museum/views/landscape.warning.css | |
| parent | 1a9aa4a1524c9c4fcf1c28106d5f7d9b23543480 (diff) | |
landscape stuff
Diffstat (limited to 'frontend/site/projects/museum/views/landscape.warning.css')
| -rw-r--r-- | frontend/site/projects/museum/views/landscape.warning.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/views/landscape.warning.css b/frontend/site/projects/museum/views/landscape.warning.css new file mode 100644 index 0000000..704ef04 --- /dev/null +++ b/frontend/site/projects/museum/views/landscape.warning.css @@ -0,0 +1,32 @@ +.landscape-warning { + position: fixed; + top: 0; left: 0; + width: 100vw; height: 100vh; + background: #111111; + color: #ff790d; + font-family: "Helvetica", sans-serif; + font-size: 16px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.landscape-warning .landscape-message { + margin: 2rem 0; +} +.landscape-warning path { + fill: #ff790d; +} +.landscape-warning .rotate-icon { + width: 2rem; + height: 2rem; + margin-bottom: -0.5rem; +} +.landscape-warning .phone-icon { + width: 3rem; + height: 3rem; + transform: rotate(90deg); +} +.landscape-warning .last-museum-logo { + width: 8rem; +} |
