tabs and markdown styling

This commit is contained in:
Ben Haynes
2020-08-19 16:14:13 -04:00
parent cc597ecc0d
commit 53a951fb65
4 changed files with 19 additions and 12 deletions

View File

@@ -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 {

View File

@@ -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;