mirror of https://github.com/zulip/zulip.git
css: Remove redundant `#settings` from `zulip.scss`.
Since `settings` element no longer exists, hence removing it from zulip.scss.
This commit is contained in:
parent
6105b05f50
commit
5af8b980fe
|
@ -2907,16 +2907,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
|
|||
background-color: hsla(102, 85%, 57%, 0.5);
|
||||
}
|
||||
|
||||
#settings h1 {
|
||||
font-size: 25px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
#settings .settings-icon {
|
||||
margin-right: 10px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#home {
|
||||
margin-top: 41px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue