1.0.0
This commit is contained in:
31
bin/wwwroot/app.css
Normal file
31
bin/wwwroot/app.css
Normal file
@@ -0,0 +1,31 @@
|
||||
:root:has(.rz-layout) body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#_main {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#_main .rz-sidebar {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
#_main .rz-header,
|
||||
#_main .rz-panel-menu,
|
||||
#_main .rz-body {
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#_main .active,
|
||||
#_main .rz-navigation-item-wrapper-active {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
#_main .rz-panel-menu .rz-navigation-menu .rz-navigation-item-wrapper {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.rz-grid-table thead th .rz-column-title {
|
||||
text-transform: unset;
|
||||
}
|
||||
Reference in New Issue
Block a user