mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02: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;
|
|
}
|