feat: display beta warning on desktop

This commit is contained in:
Baptiste Grob
2020-10-20 16:53:49 +02:00
parent a5860ff293
commit ee563cd09b
9 changed files with 119 additions and 29 deletions

View File

@@ -36,6 +36,10 @@ body {
box-sizing: border-box;
}
.uppercase {
text-transform: uppercase;
}
.tinted {
color: var(--sn-stylekit-info-color);
}