css: Use SCSS nesting for .top-links a in portico.scss.

This commit is contained in:
Siddharth Varshney
2020-03-25 17:49:55 +05:30
committed by Tim Abbott
parent 6719835a89
commit cc4a4a7846

View File

@@ -1140,12 +1140,12 @@ input.new-organization-button {
font-size: 16px;
transition: all 0.2s ease-in;
border-radius: 4px;
}
.top-links a:hover {
text-decoration: none;
background-color: hsla(0, 0%, 100%, 1.0);
color: hsl(170, 50%, 40%);
&:hover {
text-decoration: none;
background-color: hsla(0, 0%, 100%, 1.0);
color: hsl(170, 50%, 40%);
}
}
.centered-button {