bigger tabs, bold when active
This commit is contained in:
parent
ac19f732dc
commit
a12d93f7e1
@ -267,6 +267,10 @@ body.scroll-lock {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tabs .active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: var(--error);
|
||||
}
|
||||
|
@ -95,7 +95,7 @@
|
||||
|
||||
.tab {
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
padding: 8px 0;
|
||||
border-bottom: 3px solid var(--gray-secondary);
|
||||
}
|
||||
.tab.active {
|
||||
|
@ -1,4 +1,4 @@
|
||||
.root-tabs > div {
|
||||
padding: 5px 0;
|
||||
padding: 8px 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user