mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in portico-signin.scss for `.header`.
This commit is contained in:
parent
6709fccd49
commit
4b3890c7e2
|
@ -206,20 +206,22 @@ html {
|
|||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.header .top-links a,
|
||||
.header .header-main .logo span {
|
||||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
.top-links a,
|
||||
.header-main .logo span {
|
||||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
|
||||
.header .header-main .logo .brand-logo circle {
|
||||
fill: hsl(0, 0%, 27%) !important;
|
||||
}
|
||||
.header-main .logo .brand-logo {
|
||||
circle {
|
||||
fill: hsl(0, 0%, 27%) !important;
|
||||
}
|
||||
|
||||
.header .header-main .logo .brand-logo path {
|
||||
fill: hsl(0, 0%, 100%) !important;
|
||||
stroke: hsl(0, 0%, 100%) !important;
|
||||
path {
|
||||
fill: hsl(0, 0%, 100%) !important;
|
||||
stroke: hsl(0, 0%, 100%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.register-form.new-style {
|
||||
|
|
Loading…
Reference in New Issue