Files
snikket-web-portal/snikket_web/scss/common.scss
Jonas Schäfer e985fe9c61 Design foundations
- Create a colour palette
- Create a sizing schema for paddings and fonts
- Implement basic form controls
- Create a theme demo page
- Apply the theme to the existing pages.

Still TODO is the final font selection.
2020-03-05 18:43:52 +01:00

8 lines
96 B
SCSS

.a11y-only {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
top: -100px;
}