Estado original vindo do servidor de origem via tar.gz, antes da rodada de conformidade com a knowledge-base e fixes de GLPI 11. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
94 lines
1.9 KiB
CSS
94 lines
1.9 KiB
CSS
@charset "UTF-8";
|
|
/*Tema - Power Red*/
|
|
body .card {
|
|
border: 0;
|
|
background: transparent;
|
|
}
|
|
.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4 {
|
|
width: 525px;
|
|
background: #ffffffde;
|
|
margin: 0px auto !important;
|
|
}
|
|
.col-md-5 {
|
|
margin: 0 !important;
|
|
width: 100%;
|
|
}
|
|
h2.card-header.text-center.mb-4, div.card-header:has(.mx-auto) {
|
|
display: none;
|
|
}
|
|
.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4 {
|
|
min-height: 711px;
|
|
width: 525px;
|
|
background: rgba(255, 255, 255, 0.9);
|
|
border-radius: 0;
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
backdrop-filter: blur(5px);
|
|
-webkit-backdrop-filter: blur(5px);
|
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
margin: 0px auto !important;
|
|
height: 100% !important;
|
|
top: 0 !important;
|
|
}
|
|
span.glpi-logo.mb-4 {
|
|
margin: 0 !important;
|
|
}
|
|
button.btn.btn-primary.w-100 {
|
|
color: #ffffff;
|
|
padding: 11px;
|
|
border-radius: 30px;
|
|
background: #013453;
|
|
border: 0;
|
|
}
|
|
.btn-primary, .btn-outline-primary, .btn-ghost-primary {
|
|
--tblr-btn-color: #71090e;
|
|
--tblr-btn-color-interactive: #8d0a10;
|
|
--tblr-btn-color-text: #1e293b;
|
|
}
|
|
body .form-control:focus {
|
|
color: inherit;
|
|
background-color: #fdfdfd;
|
|
border-color: #b90e16;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 0.25rem rgba(185, 14, 22, 0.27);
|
|
}
|
|
.mb-3, .mb-4 {
|
|
position: relative;
|
|
}
|
|
.mb-3:after {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
content: "";
|
|
position: absolute;
|
|
right: 20px;
|
|
color: #6a6969;
|
|
top: 8px;
|
|
}
|
|
.mb-4:before {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: 900;
|
|
content: "";
|
|
position: absolute;
|
|
right: 20px;
|
|
color: #6a6969;
|
|
top: 8px;
|
|
}
|
|
body .card {
|
|
border: 0 none;
|
|
box-shadow: none !important;
|
|
}
|
|
label.form-label {
|
|
display: none;
|
|
color: #fff;
|
|
}
|
|
span.form-label-description {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.card-body {
|
|
margin: 0 auto;
|
|
width: 350px;
|
|
max-width: 100%;
|
|
}
|