D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
idoso
/
assets
/
css
/
Filename :
dashboard.css
back
Copy
body { background-color: #eaeef3; } .menu-header{ color: #FFF !important; } .sidebar{ /* background-color: #222c3c; */ background-color: #2a3f54; min-width: 250px; max-width: 250px; min-height: calc(100vh - 56px); transition: all 0.3s; } .sidebar ul li a{ display: block; padding: 0.75rem 1rem; color: #c7cace; text-decoration: none; } .sidebar ul li a:hover, .sidebar ul .active a{ color: #c7cace; /* color: #c7cace; */ /* background-color: #354358; */ background-color:#354358; } .sidebar ul ul a{ padding-left: 2.5rem; background-color: #354358; } /*Seletor utilizado para ativar o botão ocultar menu em PC*/ .sidebar.toggled{ margin-left: -250px; } @media (max-width: 768px){ .sidebar{ margin-left: -250px; } .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: #0B0B3B; } .sidebar [aria-expanded="true"]:before{ content: "\f0d8"; } .content{ width: 100%; } .titulo{ font-size: 2.0rem !important; }