initial commit

This commit is contained in:
2019-01-11 22:16:01 +03:00
commit 24c5f2fcf6
312 changed files with 186972 additions and 0 deletions

60
static/css/custom.css Normal file
View File

@@ -0,0 +1,60 @@
/* Add here all your CSS customizations */
.page-header .breadcrumbs {
margin-right: 25px;
}
.card-button-actions {
right: 15px;
position: absolute;
top: 12px;
}
.header .logo-container .logo {
font-size: 35px;
color: #000;
}
.notification.ui-pnotify-container,
.clickable-row {
cursor: pointer;
}
html.dark .dropdown-item {
color: #fff;
}
html.dark .dropdown-item:hover,
html.dark .dropdown-item:focus,
html.dark .dropdown-item:active {
background-color: #242830;
}
html.dark .btn-primary {
background-color: #505461 !important;
}
html.dark .btn-primary:hover,
html.dark .btn-primary:focus,
html.dark .btn-primary:active {
background-color: #94a0ac !important;
}
html.dark .notifications .notification-menu .notification-title {
background-color: #21262d;
}
html.dark .notifications .notification-menu::before,
html.dark .notifications .notification-icon::before {
border-bottom-color: #21262d;
}
html.dark .loading-overlay {
background: #1d2127;
}
html.dark .input-group > .input-group-append > .input-group-text {
background-color: #505461;
border-color: #505461;
color: #ccc;
}
html.dark .body-sign .card-sign .card-title-sign .title {
background-color: #505461;
}
html.dark .body-sign .card-sign .card-body {
border-top-color: #505461;
}
html.dark .userbox.show .dropdown-menu a:hover {
background-color: #505461;
}
html.dark .turbolinks-progress-bar {
background-color: #ccc;
}