made installer and seperated stuff into diferent files
This commit is contained in:
13
ProjectKiln/app/css/viewer/dashboard.css
Normal file
13
ProjectKiln/app/css/viewer/dashboard.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.viewer-placeholder {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border: 1px dashed var(--bs-border-color);
|
||||
border-radius: 8px;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.viewer-placeholder h1 {
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
Reference in New Issue
Block a user