butterfly/themes/night/login.css
Claude 26127bf736 Baseline: plugin butterfly v2.1.0 como recebido (pré-fixes GLPI 11)
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>
2026-07-03 15:34:10 -03:00

127 lines
2.5 KiB
CSS

@charset "UTF-8";
/*Tema 4 - Night*/
body .card {
border: 0;
background: transparent;
}
.col-md-5 {
margin: 0 !important;
width: 100%;
}
h2.card-header.text-center.mb-4, div.card-header:has(.mx-auto) {
display: none;
}
span.glpi-logo.mb-4 {
margin: 0 !important;
}
.btn-primary, .btn-outline-primary, .btn-ghost-primary {
--tblr-btn-color: #71090e;
--tblr-btn-color-interactive: #8d0a10;
--tblr-btn-color-text: #1e293b;
}
.mb-3, .mb-4 {
position: relative;
}
.mb-3:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
position: absolute;
right: 20px;
color: #fff;
top: 12px;
}
.mb-4:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "";
position: absolute;
right: 20px;
color: #fff;
top: 12px;
}
.col-md-5 {
margin: 0 !important;
width: 100%;
max-width: 289px;
}
label.form-label {
color: #fff;
}
.card-body {
padding: 0px !important;
margin: auto;
}
.flex-fill.d-flex.flex-column.justify-content-center.py-4.mt-4 {
width: 50%;
background: transparent;
border-radius: 30px;
margin: 0;
outline-offset: 0;
box-shadow: 0px 6px 13px 1px #00000047;
left: 0;
height: 100% !important;
top: -32px;
border-radius: 0;
position: absolute;
padding-top: 130px !important;
padding-bottom: 110px !important;
background: rgba(255, 255, 255, 0.04);
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);
}
button.btn.btn-primary.w-100 {
color: #000000;
padding: 11px;
border-radius: 30px;
border: 1px solid #fff;
background: #ffffff;
}
a {
color: #ffffff !important;
text-decoration: underline;
}
body .form-control {
display: block;
width: 100%;
min-width: 250px;
padding: 0.7375rem 0.75rem;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.4285714286;
color: inherit;
border: 0;
appearance: none;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
background: #ffffff05;
border-radius: 0;
border-bottom: 1px solid #fff;
}
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%;
}
.col-auto.offset-md-1.p-2.text-center {
display: none;
}
.form-control:focus {
color: inherit;
background-color: #fdfdfd;
border-color: #013453;
outline: 0;
box-shadow: 0 0 0 0.25rem #5e5e5e3b;
}