Change font sizes in Angular apps

master
Nikola Forró 6 years ago
parent 1f63c3fc3f
commit 920350157c

@ -10,6 +10,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.spinner-container { .spinner-container {
position: fixed; position: fixed;
left: 50%; left: 50%;

@ -10,6 +10,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.spinner-container { .spinner-container {
position: fixed; position: fixed;
left: 50%; left: 50%;

@ -10,6 +10,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.spinner-container { .spinner-container {
position: fixed; position: fixed;
left: 50%; left: 50%;

@ -10,13 +10,22 @@
text-align: right; text-align: right;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-card-title {
font-size: 1.4rem;
}
.mat-card-content { .mat-card-content {
font-size: 125%; font-size: 1rem;
} }
.mat-cell { .mat-cell {
padding-top: 0.5em; font-size: 0.8rem;
padding-bottom: 0.5em; padding-top: 0.5rem;
padding-bottom: 0.5rem;
} }
.mat-cell img { .mat-cell img {

@ -26,6 +26,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.spinner-container { .spinner-container {
position: fixed; position: fixed;
left: 50%; left: 50%;

@ -38,6 +38,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.spinner-container { .spinner-container {
position: fixed; position: fixed;
left: 50%; left: 50%;

@ -10,6 +10,16 @@
flex: 1 1 auto; flex: 1 1 auto;
} }
.mat-toolbar {
font-size: 1rem;
}
.mat-cell {
font-size: 0.8rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.mat-column-title { .mat-column-title {
white-space: nowrap; white-space: nowrap;
} }

Loading…
Cancel
Save