frontend
This commit is contained in:
parent
118965e0c3
commit
e3d416ff0e
30 changed files with 6864 additions and 0 deletions
16
frontend/style/styles.css
Normal file
16
frontend/style/styles.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue