fix: update styling
This commit is contained in:
parent
02012fff05
commit
41838a913c
@ -114,13 +114,13 @@
|
|||||||
& .current-upper {
|
& .current-upper {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
padding: 0 calc(var(--gv-lower-header-height) * 0.33);
|
padding: 0 15px;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .side-header {
|
& .side-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 5px;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
@ -129,8 +129,8 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
padding-right: 5px;
|
padding-right: 15px;
|
||||||
padding-top: 5px;
|
padding-top: 10px;
|
||||||
background: var(--g-header-background);
|
background: var(--g-header-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -144,14 +144,14 @@
|
|||||||
height: 1.75rem;
|
height: 1.75rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0 0.5rem;
|
padding: 5px 8px;
|
||||||
color: var(--g-text-dark);
|
color: var(--g-text-dark);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
margin: 5px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.15;
|
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
font-weight: 420;
|
font-weight: 420;
|
||||||
|
height: 20px;
|
||||||
|
box-sizing: content-box;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user