Loading public/css/app.scss +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"; Loading public/css/bootstrap.scss +59 −6 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading @@ -94,6 +115,10 @@ $font-size-base: .9rem; } .card.bg-default { border-color:#ccc; } .card.bg-success { background-color: #80c299 !important; } Loading @@ -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 { Loading @@ -132,6 +170,10 @@ h1.page-header { margin-top: 10px; } .alert { border-radius: 0.5rem; } /* -------------- Tableaux -------------- */ Loading Loading @@ -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; Loading Loading
public/css/app.scss +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"; Loading
public/css/bootstrap.scss +59 −6 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading @@ -94,6 +115,10 @@ $font-size-base: .9rem; } .card.bg-default { border-color:#ccc; } .card.bg-success { background-color: #80c299 !important; } Loading @@ -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 { Loading @@ -132,6 +170,10 @@ h1.page-header { margin-top: 10px; } .alert { border-radius: 0.5rem; } /* -------------- Tableaux -------------- */ Loading Loading @@ -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; Loading