2020-01-05 00:23:40 +01:00
|
|
|
@charset "UTF-8";
|
2020-01-05 00:10:32 +01:00
|
|
|
body {
|
2020-01-05 00:15:34 +01:00
|
|
|
background-color: #f8f9fa;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row; }
|
2020-01-05 00:10:32 +01:00
|
|
|
|
|
|
|
#main-area {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 100vh; }
|
|
|
|
#main-area > .container {
|
|
|
|
flex: 1; }
|
|
|
|
|
2020-01-05 00:15:34 +01:00
|
|
|
.admin-sidebar {
|
|
|
|
min-height: 100vh;
|
|
|
|
width: 300px; }
|
|
|
|
.admin-sidebar ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 3rem; }
|
|
|
|
.admin-sidebar a {
|
|
|
|
padding: 1.5rem;
|
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
display: block;
|
|
|
|
color: white; }
|
|
|
|
.admin-sidebar a:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.2);
|
|
|
|
text-decoration: none; }
|
|
|
|
.admin-sidebar a i.fa {
|
|
|
|
display: inline-block;
|
|
|
|
width: 1.5rem; }
|
|
|
|
|
2020-01-05 00:10:32 +01:00
|
|
|
.card-connection {
|
|
|
|
margin: auto;
|
|
|
|
max-width: 360px; }
|
|
|
|
|
|
|
|
.container-password {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%; }
|
2020-01-05 00:23:40 +01:00
|
|
|
|
|
|
|
/* Composant de la page d'accueil */
|
|
|
|
.nav-link.nav-title {
|
|
|
|
border: 0; }
|
|
|
|
.nav-link.nav-title:hover {
|
|
|
|
border: 0; }
|
|
|
|
|
|
|
|
.card-header .nav-tabs {
|
|
|
|
border-bottom: 0; }
|
|
|
|
|
|
|
|
.card-stats tr:first-child td, .card-stats tr:first-child th {
|
|
|
|
border-top: 0; }
|
|
|
|
|
|
|
|
.modifier-listelement-line {
|
|
|
|
display: flex; }
|
|
|
|
|
|
|
|
/* Fonctionnalités globale : tableau dont la première ligne est fusionné à un card-header */
|
|
|
|
tr.card-header td, tr.card-header th {
|
|
|
|
border: 0; }
|
|
|
|
|
|
|
|
tr.card-tablebody td, tr.card-tablebody th {
|
|
|
|
/* on va plutôt gérer les border au niveau des tr pour éviter les soucis */
|
|
|
|
border: 0; }
|
|
|
|
|
|
|
|
tr.card-tablebody:not(:last-child) {
|
|
|
|
border-bottom: 1px solid #dee2e6; }
|
|
|
|
|
|
|
|
.td-id {
|
|
|
|
font-weight: 700; }
|