cap-atlantique: add left border to top links (#57765)

This commit is contained in:
Thomas Jund 2021-10-19 15:59:30 +02:00
parent ce136ed414
commit bda8df8191
1 changed files with 4 additions and 1 deletions

View File

@ -76,6 +76,9 @@ div#nav {
border-radius: 0;
position: static;
padding: 0;
padding-left: 1rem;
border-left: 1px solid fade-out($orange, 0.25);
align-self: center;
> span::before {
content: "\f007";
@ -94,7 +97,7 @@ div#nav {
}
a {
align-items: center;
padding: .75em .66em;
padding: .33em .66em;
color: white;
font-weight: bold;