Better structure footer-site-links in list
it follows service-public.fr structure - remove extraneous footer-link class - remove extraneous space with `>` haml weird stuff - homogenize json-style hash - merge classes on ul - use pseudo element for eye candy
This commit is contained in:
parent
79968f12fb
commit
8efac29eba
4 changed files with 26 additions and 15 deletions
|
@ -113,3 +113,19 @@ footer {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.footer-site-links {
|
||||
li {
|
||||
display: inline;
|
||||
|
||||
|
||||
&::before {
|
||||
content: "-";
|
||||
margin: $default-spacer;
|
||||
}
|
||||
|
||||
&:first-child::before {
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue