D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
novonote
/
adm
/
assets
/
css
/
Filename :
dashboard.css
back
Copy
body { background-color: #eaeef3; line-height: 1.5 !important; /* Adiciona espaçamento padrão entre linhas */ } label, input, select, textarea, p { line-height: 1.5 !important; } .navbar { background-color: #2E8B57 !important; max-height: 50px !important; height: 49px !important; margin-left: 2px !important; padding-bottom: 5px !important; padding-left: 15px !important; } .navbar-brand img { position: relative; /* left: -10px; /* Move a imagem mais para a esquerda */ margin-top: 0px !important; padding-left: 20px !important; margin-left: 20px !important; height: 35px !important; max-height: 35px !important; background-color: #FFF !important; } div .alert { height: 30px !important; font-size: 0.9rem !important; display: flex; align-items: center; justify-content: space-between; /* Mantém espaçamento adequado */ padding: 5px 12px; /* Ajuste para centralizar o conteúdo */ } .btn-close { height: 20px; /* Ajustado para melhor alinhamento */ width: 20px; display: flex; align-items: center; justify-content: center; margin-top: -15px; /* Ajuste fino para alinhar com o texto */ } .badge-success { background-color: #28a745 !important; color: white !important; } .badge-primary { background-color: #007bff !important; color: white !important; } .badge-secondary { background-color: #6c757d !important; color: white !important; } .badge-danger { background-color: #dc3545 !important; color: white !important; } .badge-warning { background-color: #ffc107 !important; color: black !important; } .badge-info { background-color: #17a2b8 !important; color: white !important; } .badge-light { background-color: #f8f9fa !important; color: black !important; } .badge-dark { background-color: #343a40 !important; color: white !important; } /* Espaçamento vertical entre campos */ .form-group, .d-flex.align-items-center { margin-bottom: 0.2rem !important; } label, span, input, textarea, datalist, select, option { font-size: 0.875rem !important; } input[type="date"] { font-size: 0.875rem !important; /* Tamanho legível */ padding: 0.375rem 0.75rem !important; /* Espaço interno padrão Bootstrap */ height: auto !important; /* Evita corte vertical */ line-height: 1.5 !important; /* Espaçamento interno do texto */ min-height: 35px; /* Altura mínima segura */ } /* Espaçamento interno dos campos */ input, textarea{ padding: 0.375rem 0.75rem !important; height: 30px !important; line-height: 0.5 !important; } select { padding: 0.375rem 0.75rem !important; height: auto !important; line-height: 1.5 !important; } /* Espaçamento entre texto */ label, p { line-height: 1.5 !important; margin-bottom: 0.5rem !important; } .btn-olho { border: none !important; /* Remove a borda */ background: none !important; /* Remove o fundo */ cursor: pointer !important; /* Define como botão clicável */ padding: 5px !important; /* Ajuste opcional para tamanho */ font-size: 14px !important; /* Ajusta o ícone */ color: green !important; /* Define a cor do ícone como verde */ } #toggleSenha:focus { outline: none !important; box-shadow: none !important; } .menu-header{ color: #2E8B57!important; } .sidebar { background-color: #2E8B57 !important; width: 230px !important; /* largura fixa */ min-width: 230px !important; max-width: 230px !important; min-height: calc(100vh - 56px); font-size: 13px !important; box-sizing: border-box !important; overflow-x: hidden; padding: 0 !important; margin: 0 !important; } .sidebar ul li a{ display: block; padding: 0.75rem 1rem; color: #2E8B57 ; text-decoration: none !important; } .sidebar ul li a:hover, .sidebar ul .active a{ color: #008000; background-color: #008000 !important; /* color: #c7cace; */ /* background-color:#354358; */ text-decoration: none !important; } .expanded .toggle-icon { transform: rotate(180deg) !important; } .sidebar ul ul a{ padding-left: 2.5rem; /*background-color: #0D447C; */ background-color: #2E8B57 !important; } /*Seletor utilizado para ativar o botão ocultar menu em PC*/ .sidebar.toggled{ margin-left: -230px; } @media (max-width: 768px){ .sidebar{ margin-left: -230px; } .sidebar.toggled{ margin-left: 0px; } } .sidebar [data-toggle="collapse"]{ position: relative; } .sidebar [data-toggle="collapse"]:before{ /* content: "\f0d7"; */ font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 1rem; } .sidebar [aria-expanded="true"]{ background-color: #2E8B57 !important; } .sidebar ul { list-style-type: none !important; padding-left: 0 !important; margin-left: 0 !important; } .sidebar ul li { list-style-type: none !important; } .submenu-2 .nav-item { padding-left: 5px !important; } .submenu-3 .nav-item { padding-left: 10px !important; text-decoration: none !important; } .content { min-height: calc(100vh - 56px); z-index: 999 !important; margin-top: 0px !important; padding-top: 10px !important; padding-left: 10px !important; padding-right: 5px !important; margin-left: 5px !important; margin-right: 5px !important; width: calc(100% - 7px) !important; background-color: #FFF !important; } /* .content{ width: 100%; background-color: #FFF !important; } */ .titulo{ font-size: 2.0rem !important; } .hr-dupla { border: 0; height: 5px; background: repeating-linear-gradient( to bottom, currentColor, currentColor 1px, transparent 1px, transparent 2px, currentColor 2px, currentColor 3px, transparent 3px, transparent 5px ); opacity: 0.5; }