mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
css: Use SCSS nesting for .footer section in portico.scss.
This commit is contained in:
committed by
Tim Abbott
parent
d389885fe4
commit
fb1427bc2f
@@ -520,25 +520,22 @@ input.text-error {
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
|
||||||
|
|
||||||
.footer section h3 {
|
h3 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer section ul {
|
ul {
|
||||||
color: hsl(0, 0%, 67%);
|
color: hsl(0, 0%, 67%);
|
||||||
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* -- end new footer -- */
|
/* -- end new footer -- */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user