client: remove unused header CSS
This commit is contained in:
parent
f17ef649b9
commit
4bdd5435ce
1 changed files with 0 additions and 13 deletions
|
@ -3,14 +3,6 @@
|
||||||
padding: 0 var(--gap);
|
padding: 0 var(--gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
|
||||||
padding-top: 100px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabs .content {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile {
|
.mobile {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -49,8 +41,3 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectContent :global(svg) {
|
|
||||||
margin-right: 10px;
|
|
||||||
margin-left: 2px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue