Migrate frontend to pnpm+parcel with JS modules
This commit is contained in:
parent
4d8b7d6e62
commit
0b8fbea6c3
30 changed files with 2289 additions and 404 deletions
55
frontend/index.css
Normal file
55
frontend/index.css
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
@import "npm:bootstrap/dist/css/bootstrap.css";
|
||||
@import "npm:bootstrap-icons/font/bootstrap-icons.css";
|
||||
|
||||
img#header-logo {
|
||||
width: 89px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#login-card {
|
||||
margin: auto;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.dashboard-tile {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.user-photo {
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 50%;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.item-click {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-bold {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.table-responsive th,
|
||||
.table-responsive td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#licenses h2 {
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#licenses p {
|
||||
margin: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue