Commit 2d957577 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Premier essai remplacement mdb5

parent e22c8862
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
/* Générique */
// importing core styling file
@import "../ext/MDB5-STANDARD-UI-KIT-Free-6.0.0/src/scss/mdb.free";
@import "bootstrap";
@import "../vendor/bootstrap-select/sass/bootstrap-select";
@import "../vendor/bootstrap-select/sass/variables";
+59 −6
Original line number Diff line number Diff line
@@ -48,13 +48,39 @@ $font-size-base: .9rem;
}


/* -------------- Tabs -------------- */

/* -------------- Cards -------------- */
.nav-tabs {
  text-transform: uppercase;
  font-size: 0.75rem;
}


.nav-tabs a {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  color: rgba(0,0,0,0.55);
}

/* -------------- Cards -------------- */
.card {
  border-radius: 0.5rem;
  margin-bottom: 20px;
}


.card-header {
  background-color: none;
  padding: 1em;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
  background-color: white;
}

.card div:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
@@ -74,11 +100,6 @@ $font-size-base: .9rem;
  background-color: #f5f5f5;
}

.card-body {
  background-color: white;
}


.card > .table {
  margin-bottom: 0px;
  border-top: 0px white solid;
@@ -94,6 +115,10 @@ $font-size-base: .9rem;
}


.card.bg-default {
  border-color:#ccc;
}

.card.bg-success {
  background-color: #80c299 !important;
}
@@ -118,8 +143,21 @@ $font-size-base: .9rem;

/* -------------- Textes -------------- */

body {
  color: #4f4f4f;
}

a {
  text-decoration: none;
  color:#386bc0;
}

.nav-link {
  color:#386bc0;
}

.menu-secondaire.nav li.active > a {
  background-color:#386bc0;
}

.page-header {
@@ -132,6 +170,10 @@ h1.page-header {
  margin-top: 10px;
}

.alert {
  border-radius: 0.5rem;
}



/* -------------- Tableaux -------------- */
@@ -247,6 +289,17 @@ dd, dt {


/* -------------- Boutons -------------- */
.btn {
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
}

.btn-secondary {
  box-shadow: 0 4px 9px -4px rgba(0, 0, 0, 0.35);
}

.btn-light {
  border: 1px #bdbdbd solid;