You've already forked snikket-web-portal
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.
This commit is contained in:
7
snikket_web/scss/common.scss
Normal file
7
snikket_web/scss/common.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.a11y-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
top: -100px;
|
||||
}
|
||||
Reference in New Issue
Block a user