248 lines
4.4 KiB
CSS
248 lines
4.4 KiB
CSS
form.x13gpsr .force-full-width {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.x13gpsr-circle-container {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 26px;
|
|
height: 26px;
|
|
border-radius: 50%;
|
|
background-color: #6c868e;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.x13gpsr-circle-container-green {
|
|
background-color: #70b580;
|
|
}
|
|
|
|
.x13gpsr-custom-tooltip {
|
|
display: none;
|
|
}
|
|
|
|
:is(body:not(.ps-bo-rebrand)):is(body:not(.no-smb-reskin)) .popover.x13gpsr-tooltip,
|
|
.popover.x13gpsr-tooltip {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
background: #6c868e !important;
|
|
border: 0;
|
|
border-radius: 4px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip .popover-content {
|
|
padding: 5px 9px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip>.arrow {
|
|
border-width: 8px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip.top {
|
|
margin-top: -8px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip.top>.arrow {
|
|
margin-left: -9px;
|
|
border-top-color: #6c868e;
|
|
bottom: -8px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip.bottom {
|
|
margin-top: -8px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip.bottom>.arrow {
|
|
margin-left: -9px;
|
|
border-bottom-color: #6c868e;
|
|
top: -8px;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip>.arrow:after,
|
|
.popover.x13gpsr-tooltip>.arrow:before {
|
|
display: none !important;
|
|
}
|
|
|
|
.popover.x13gpsr-tooltip .tooltip-brand-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.x13gpsr-modal .modal-header {
|
|
border-bottom: 1px solid #dee2e6;
|
|
padding: 1rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.x13gpsr-modal .modal-footer {
|
|
border-top: 1px solid #dee2e6;
|
|
padding: 1rem;
|
|
}
|
|
|
|
.x13gpsr-modal .close {
|
|
font-size: 1.5rem;
|
|
line-height: 1;
|
|
color: #000;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.x13gpsr-modal .close:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
h4.x13gpsr-kpi-heading {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8.5px;
|
|
margin-top: 0 !important;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #363a41;
|
|
}
|
|
|
|
h4.x13gpsr-kpi-heading img {
|
|
flex: 0 0 42px;
|
|
max-width: 42px;
|
|
}
|
|
|
|
.x13gpsr-kpi {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 0 -10px;
|
|
}
|
|
|
|
.x13gpsr-kpi .col {
|
|
padding: 0 10px;
|
|
flex: 0 0 calc(100% / 3);
|
|
max-width: calc(100% / 3);
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.x13gpsr-kpi .col {
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.x13gpsr-kpi-panel {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
height: 100%;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.x13gpsr-kpi-desc {
|
|
font-size: 14px;
|
|
color: #999;
|
|
}
|
|
|
|
.x13gpsr-kpi-desc span {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.x13gpsr-kpi-number {
|
|
margin-top: auto !important;
|
|
margin-bottom: 0 !important;
|
|
font-size: 18px;
|
|
color: #555;
|
|
}
|
|
|
|
.x13gpsr-kpi-number span {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.x13gpsr-kpi-number-success {
|
|
color: #70b580;
|
|
}
|
|
|
|
.x13gpsr-kpi-number-warning {
|
|
color: #fab000;
|
|
}
|
|
|
|
.x13gpsr-kpi-number-danger {
|
|
color: #f54c3e;
|
|
}
|
|
|
|
.x13gpsr-kpi-multistore {
|
|
background: #fcfdfe;
|
|
border: solid 1px #d9d9d9;
|
|
border-radius: 20px;
|
|
padding: 2px 10px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* image option selector */
|
|
.x13gpsr_image_option_selector {
|
|
display: flex;
|
|
padding: 0;
|
|
margin: 0 -8.5px;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector li {
|
|
list-style: none;
|
|
padding: 0 8.5px;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.x13gpsr_image_option_wrapper {
|
|
padding: 5px;
|
|
border: 5px solid #f0f0f0;
|
|
height: 100%;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector li:hover .x13gpsr_image_option_wrapper,
|
|
.x13gpsr_image_option_selector li.active .x13gpsr_image_option_wrapper {
|
|
border-color: #3586AE;
|
|
cursor: pointer;
|
|
color: #363a41;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector li:hover p,
|
|
.x13gpsr_image_option_selector li.active p {
|
|
color: #363a41;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector_wrapper select {
|
|
display: none;
|
|
}
|
|
|
|
.x13gpsr_image_option_selector img {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.x13gpsr-modal-header h5{
|
|
color: #363A41 !important;
|
|
font-size: 20px !important;
|
|
font-weight: 600 !important;
|
|
}
|
|
|
|
.xgpsr-modal-bo-title{
|
|
font-size:15px !important;
|
|
}
|
|
|
|
#xgpsr-bulk-update-logs{
|
|
background-color: #fafbfc;
|
|
margin-top: 10px;
|
|
padding: 3px;
|
|
border-radius: 3px;
|
|
border: #bbcdd2 1px solid;
|
|
height: 100px;
|
|
overflow: auto;
|
|
font-size: 11px;
|
|
padding: 5px 15px;
|
|
margin: 10px 0;
|
|
list-style: none;
|
|
} |