Add accessibility.
This commit is contained in:
parent
319c40c4a7
commit
25755385c0
5 changed files with 46 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
|||
font-family: $font-heading;
|
||||
display: block;
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
color: $c-light-grey;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
|
|
3
src/scss/global/_accessibility.scss
Normal file
3
src/scss/global/_accessibility.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue