mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.header-main` in portico.scss.
This commit is contained in:
parent
8670372543
commit
f04bfbed89
|
@ -541,7 +541,8 @@ input.text-error {
|
|||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.header-main .logo {
|
||||
.header-main {
|
||||
.logo {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
|
@ -573,12 +574,13 @@ input.text-error {
|
|||
letter-spacing: 0.1em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-main .portico-logo {
|
||||
.portico-logo {
|
||||
height: 28px;
|
||||
width: auto;
|
||||
padding: 6px 0px 6px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.portico-header .dropdown {
|
||||
|
|
Loading…
Reference in New Issue