css: Use SCSS nesting for `.header-main` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 04:56:39 +05:30 committed by Tim Abbott
parent 8670372543
commit f04bfbed89
1 changed files with 36 additions and 34 deletions

View File

@ -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 {