Skip to content
Snippets Groups Projects
Commit 32a487ec authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

CSS : retouche du jaune des panel-warning pour le rapprocher du rouge

parent ad642bf5
No related branches found
No related tags found
No related merge requests found
......@@ -97,12 +97,12 @@ h2.modal-title {
border-color: #d23544; }
.panel-warning {
border-color: #F19A2E; }
border-color: #f1732d; }
.panel-warning > .panel-heading {
color: white;
background-color: #F19A2E;
border-color: #F19A2E; }
background-color: #f1732d;
border-color: #f1732d; }
.panel.panel-md {
font-size: 90%; }
......@@ -448,8 +448,8 @@ form input[type='submit'] {
border-color: #d23544; }
.btn-warning {
background-color: #F19A2E;
border-color: #F19A2E; }
background-color: #f1732d;
border-color: #f1732d; }
.btn.btn-xs span.glyphicon {
margin-right: 2px; }
......
......@@ -2,7 +2,7 @@ $uploadedFileFontSize: 80%;
$infoColor: #009ce4;
$successColor: #2EA662;
$warningColor: #F19A2E;
$warningColor: #f1732d;
$dangerColor: #d23544;
h1, h2, h3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment