chore(lite): change font-size (#6390)
This commit is contained in:
parent
b341e38623
commit
663403cb14
@ -8,7 +8,7 @@
|
||||
.tab-bar {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
height: 8rem;
|
||||
height: 6.5rem;
|
||||
background-color: var(--background-color-primary);
|
||||
border-bottom: 1px solid var(--color-blue-scale-400);
|
||||
}
|
||||
|
@ -20,11 +20,11 @@ defineProps<Props>();
|
||||
|
||||
<style lang="postcss" scoped>
|
||||
.tab-bar-item {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 600;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 2.5rem;
|
||||
padding: 0 1.2em;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
color: var(--color-blue-scale-100);
|
||||
|
@ -30,12 +30,12 @@ defineProps<{
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 4.8rem;
|
||||
font-size: 3.8rem;
|
||||
color: var(--color-extra-blue-base);
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 3.6rem;
|
||||
font-size: 3rem;
|
||||
color: var(--color-blue-scale-100);
|
||||
}
|
||||
</style>
|
||||
|
@ -74,6 +74,7 @@ defineProps<{
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
@ -42,7 +42,7 @@ const buttonColor = computed(() => props.color ?? unref(buttonGroupColor));
|
||||
|
||||
<style lang="postcss" scoped>
|
||||
.ui-button {
|
||||
font-size: 2rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 500;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user