File: /var/www/html/spion/public/css/admin-custom.css
.button-primary {
background-color: #d65483;
color: #fff;
}
.button-primary:hover {
background-color: #d65483;
color: #fff;
}
.content-wrapper.error-content-wrap {
min-height: unset !important;
}
label.error {
color: #dc3545 !important;
width: 100%;
}
.form-control.error {
border: 1px solid #dc3545;
/* Red border */
}
a {
text-decoration: none;
}
/* role.create/edit page */
.heading {
font-weight: 700;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
}
/* user website page css */
.website-item {
border-radius: 5px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
}
.website_status {
top: 0;
left: 0;
z-index: 999;
width: 90px;
height: 24px;
position: absolute;
background: #717376;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 12px;
padding-left: inherit;
}
.website_status::before {
content: "";
position: absolute;
right: -9px;
bottom: 0;
width: 0;
height: 0;
border-left: 10px solid #717376;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.website_status::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 10px solid white;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}
.status_draft {
background: #717376;
}
.status_draft::before {
border-left: 10px solid #717376;
}
.status_Submitted {
background: #009cff;
}
.status_Submitted::before {
border-left: 10px solid #009cff;
}
.status_Unpublished {
background: #ff5a94;
}
.status_Unpublished::before {
border-left: 10px solid #ff5a94;
}
.status_Published {
background: green;
}
.status_Published::before {
border-left: 10px solid green;
}
.website-info img {
width: 80px;
height: 80px;
min-width: 80px;
min-height: 80px;
margin-right: 15px;
object-fit: cover;
}
.website-item h6 {
font-size: 16px;
font-weight: bold;
}
.website-item p a {
display: inline;
font-size: 12px;
font-weight: normal;
color: #d65483;
}
.center_text p {
border: none;
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 15px;
color: #8f8f8f;
font-weight: normal;
}
.website-actions .btn {
font-size: 14px;
padding: 5px 10px;
}
.pagination {
justify-content: end;
}
.page-link {
color: #ff5a94;
}
.page-link:hover {
color: #ff5a94;
}
.page-item.active .page-link {
background-color: #ff5a94;
border-color: #ff5a94;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
background-color: #ff5a94;
}