first steps for a project management module
This commit is contained in:
@@ -242,15 +242,20 @@ body {
|
||||
|
||||
.version {
|
||||
font-size: small;
|
||||
color: black;
|
||||
color: gray;
|
||||
position: absolute;
|
||||
padding-top: 36px;
|
||||
padding-left: 22px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .version {
|
||||
color: white;
|
||||
.dbversion {
|
||||
font-size: small;
|
||||
color: gray;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
padding-left: 22px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.fc-content {
|
||||
@@ -494,3 +499,8 @@ body {
|
||||
.boldy {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.dashboardcard {
|
||||
width: 312px !important;
|
||||
margin: 24px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user