mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-16 20:22:24 +01:00
11 lines
196 B
CSS
11 lines
196 B
CSS
body {
|
|
font-family: var(--font-family);
|
|
}
|
|
|
|
.small-button.p-button.p-button-icon-only,
|
|
.small-button.p-button.p-button-icon-only.p-button-rounded {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
padding: 0;
|
|
}
|