D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
rosario
/
adm
/
assets
/
css
/
Filename :
dashboard.css
back
Copy
body { background-color: #eaeef3; } .menu-header{ color: #FFF !important; } .sidebar{ /* background-color: #222c3c; */ background-color: #354358; /* background-color: #2a3f54;*/ /* background-color:#0C3F73; */ min-width: 230px; max-width: 230px; min-height: calc(100vh - 56px); transition: all 0.3s; font-size: 13px; color: #e4e6e7; } .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: #e4e6e7; /* color: #c7cace; */ background-color: #0C3E72; /* background-color:#354358; */ } .sidebar ul ul a{ padding-left: 2.5rem; /*background-color: #0D447C; */ 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; }