This commit is contained in:
Tikhon Vodyanov 2025-08-02 13:24:06 +02:00
parent 118965e0c3
commit e3d416ff0e
30 changed files with 6864 additions and 0 deletions

16
frontend/style/styles.css Normal file
View file

@ -0,0 +1,16 @@
@import 'primeicons/primeicons.css';
#app {
height: 100%;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.p-button-label {
display: block;
padding-top: 4px;
}