Underscore filename for components

This commit is contained in:
Raphael Goetter 2017-08-28 17:10:31 +02:00
parent c5d37f172f
commit 35c42d2b4b
16 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,25 @@
/* ----------------------------- */
/* ==skip links */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
position: absolute;
& a {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
padding: 0.5em;
background: black;
color: white;
text-decoration: none;
&:focus {
position: static;
overflow: visible;
clip: auto;
}
}
}