SeemGen/wwwroot/admin.css

252 lines
5.5 KiB
CSS

/*@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700,300');*/
label {
display: unset !important;
color: #fff !important;
}
/* Firefox */
* {
scrollbar-width: auto;
scrollbar-color: #87b1d6 #ffffff00;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 16px;
}
*::-webkit-scrollbar-track {
background: #ffffff;
}
*::-webkit-scrollbar-thumb {
background-color: #3e9fa3;
border-radius: 10px;
border: 3px solid #ffffff;
}
.reference-button {
display: flex;
justify-content: space-between;
align-items: center;
/*background: linear-gradient(to bottom, #533e7e, #3c3666);*/
border-radius: 20px;
padding: 16px;
width: 100%;
color: #e0e0f0;
/*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);*/
/*margin-bottom: 15px;*/
}
.text-content h4 {
margin: 0;
font-size: 16px;
font-weight: 600;
color: #ffffff;
}
.text-content p {
margin: 4px 0 0 0;
font-size: 13px;
color: #ccccdd;
}
.icon-buttons {
display: flex;
gap: 8px; /* spacing between the icons */
}
.icon-circle {
display: flex;
justify-content: center;
align-items: center;
background: radial-gradient(circle at center, #6782c0, #3c4c8a);
color: #ffffff;
font-size: 18px;
font-weight: bold;
width: 36px;
height: 36px;
border-radius: 50%;
flex-shrink: 0;
}
.bg-transparent {
background: transparent !important;
}
.bg-panel {
background-color: rgba(0,0,0,0.2);
}
.bg-panel-gradient {
background: linear-gradient(to bottom, #533e7e, #3c3666) !important;
}
.bg-panel-gradient-highlight {
background: linear-gradient(to bottom, #63358d, #7d3d7b) !important;
}
.pointer {
cursor: pointer !important;
}
.rz-dialog-mask {
background-color: transparent !important;
}
.rz-dialog-wrapper{
z-index: 10008 !important;
border-radius: 20px;
}
.rz-dialog-confirm {
z-index: 10010 !important;
}
.rz-dialog-title {
color: #b0daff !important;
}
.rz-dialog {
border-radius: 20px !important;
background-color: #0c2533 !important;
/*background: linear-gradient(153deg,rgba(12, 37, 51, 0.83) 0%, rgba(87, 188, 199, 0.81) 50%, rgba(237, 83, 196, 0.84) 100%);*/
background: linear-gradient(307deg, rgba(12, 37, 51, 0.83) 7%, rgb(152 87 199 / 73%) 96%);
box-shadow: 8px 6px 8px 2px rgba(0, 0, 0, 0.4);
--rz-dialog-title-background-color: transparent;
--rz-primary: #87b1d6;
}
.rz-dialog .rz-button {
border-radius: 20px !important;
color: #000;
}
.rz-dialog h3 {
color: #b0daff !important;
}
.rz-dialog .text-muted {
--bs-text-opacity: 1;
color: #608AAD !important;
}
.bg-panel .list-group {
--bs-list-group-color: unset !important;
--bs-list-group-bg: unset !important;
}
.bg-panel .list-group-item {
background-color: unset !important;
border: unset !important;
}
.bg-panel .list-group-item .btn {
margin: 5px;
}
.bg-panel .content-item-list {
max-height: 300px;
overflow-y: scroll;
}
.rz-dialog-confirm-buttons .rz-base {
background-color: #87B1D6 !important;
}
.rz-dialog-confirm-buttons .rz-primary {
background-color: red !important;
}
.draggable-popup-dialog {
z-index: 10008 !important;
}
.draggable-popup-dialog .form-control {
border-radius: 20px !important;
background-color: #ffffff38 !important;
/* background: linear-gradient(153deg, rgba(12, 37, 51, 0.83) 0%, rgba(87, 188, 199, 0.81) 50%, rgba(237, 83, 196, 0.84) 100%); */
/* background
Shorthand property for setting most background properties at the same place in the style sheet.
Learn more
Don't show
: linear-gradient(307deg, rgba(12, 37, 51, 0.83) 7%, rgb(152 87 199 / 73%) 96%); */
border-style: unset;
color: #fff;
}
.draggable-popup-dialog-wrapper {
/*background-color: rgba(0,0,0,0.3);*/
/*backdrop-filter: blur(6px);*/
z-index: 10008 !important;
}
.editor-button {
position: fixed;
z-index: 10008 !important;
top: 100px;
left: 0px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}
.editor-window {
position: fixed;
background-color: #0c2533 !important;
/*background: linear-gradient(153deg,rgba(12, 37, 51, 0.83) 0%, rgba(87, 188, 199, 0.81) 50%, rgba(237, 83, 196, 0.84) 100%);*/
background: linear-gradient(307deg, rgba(12, 37, 51, 0.83) 7%, rgb(152 87 199 / 73%) 96%);
backdrop-filter: blur(6px);
color: #b0daff;
z-index: 10008 !important;
top: 150px;
border-radius: 20px;
min-width: 200px;
max-width: 200px;
height: 80vh;
margin-left: 10px;
box-shadow: 8px 6px 8px 2px rgba(0, 0, 0, 0.4);
--rz-primary: #87b1d6;
overflow-y: scroll;
}
.editor-window .btn {
margin: 5px;
}
.radzen-popup {
display: none;
position: absolute;
overflow: hidden;
height: 360px;
width: 600px;
border: var(--rz-panel-border);
background-color: var(--rz-panel-background-color);
box-shadow: var(--rz-panel-shadow);
border-radius: var(--rz-border-radius);
background-color: #0a4261;
/*background-color: #396586;*/
/*background-color: #608aad;*/
color: #87b1d6;
/*background-color: #b0daff;*/
}
.radzen-popup p {
color: #fff
}
.rz-panel {
--rz-panel-padding: 0.6rem !important;
}
.upload-image-container .img-fluid {
border-radius: 0px;
}