css: Use SCSS nesting for `.footer-navigation` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 16:37:36 +05:30 committed by Tim Abbott
parent 68b94bb434
commit 6719835a89
1 changed files with 15 additions and 14 deletions

View File

@ -1104,22 +1104,23 @@ input.new-organization-button {
.footer-navigation {
list-style: none;
padding-top: 16px;
li,
li a {
display: inline-block;
vertical-align: middle;
color: hsl(0, 0%, 47%);
font-size: 0.9em;
font-weight: 400;
cursor: pointer;
}
li:hover a {
color: hsl(0, 0%, 27%);
text-decoration: none;
}
}
.footer-navigation li,
.footer-navigation li a {
display: inline-block;
vertical-align: middle;
color: hsl(0, 0%, 47%);
font-size: 0.9em;
font-weight: 400;
cursor: pointer;
}
.footer-navigation li:hover a {
color: hsl(0, 0%, 27%);
text-decoration: none;
}
.little-bullet {
display: inline-block;