Skip to content

Commit

Permalink
remove settings from non index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Jan 29, 2024
1 parent 716289e commit ee53358
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/component/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
}

.header.authIndex { height: 38px; }
.header.authIndex {
.logo {
width: 90px; height: 13px; background: url('~img/logo/capital.svg') no-repeat; display: inline-block; vertical-align: middle;
background-position: center center; background-size: 100% 100%; transition: none;

html:not(.bodyIndexIndex):not(.bodyAuthSelect) {
.header.authIndex {
.icon.settings { display: none; }
}
}

Expand Down

0 comments on commit ee53358

Please sign in to comment.