mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
tabs and markdown styling
This commit is contained in:
@@ -52,8 +52,7 @@ body {
|
||||
.v-tab.horizontal {
|
||||
color: var(--v-tab-color);
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
background-color: var(--v-tab-background-color);
|
||||
|
||||
&.active {
|
||||
|
||||
@@ -76,14 +76,14 @@ body {
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 44px;
|
||||
padding: 12px 20px;
|
||||
height: 38px;
|
||||
padding: 8px 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.slider {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -2px;
|
||||
left: calc(100% / var(--_v-tabs-items) * var(--_v-tabs-selected));
|
||||
width: calc(100% / var(--_v-tabs-items));
|
||||
height: 2px;
|
||||
|
||||
Reference in New Issue
Block a user