chore(lite): change font-size (#6390)

This commit is contained in:
Thierry Goettelmann 2022-08-31 10:11:27 +02:00 committed by Julien Fontanet
parent b341e38623
commit 663403cb14
5 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -74,6 +74,7 @@ defineProps<{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 1.6rem;
}
.actions {

View File

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