Quelques modifs de style

This commit is contained in:
2021-01-27 09:54:59 +01:00
parent f8e41a2a5a
commit de56924f04
2 changed files with 18 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4128,7 +4128,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.navbar { .navbar {
border-radius: 3px; border-radius: 8px;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
@@ -4447,7 +4447,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-default { .navbar-default {
background-color: #f5f5f5; /*background-color: #f5f5f5;*/
background-color: #80BBFB;
border-color: #fff; border-color: #fff;
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
@@ -4459,10 +4460,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #707070; /*color: #707070;*/
color: white;
} }
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #707070; /*color: #707070;*/
color: white;
} }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
@@ -8882,7 +8885,8 @@ header .header .language-container .currency-switch .select {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.footer-container .footer-info { .footer-container .footer-info {
background-color: #444444; /*background-color: #444444;*/
background-color: #80bbfb;
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
} }
@@ -10027,7 +10031,8 @@ label {
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
content: "\f015"; content: "\f015";
color: #c9c9c9; /*color: #c9c9c9;*/
color: #545776;
font-size: 26px; font-size: 26px;
line-height: 0; line-height: 0;
margin-right: .5em; margin-right: .5em;
@@ -10200,9 +10205,10 @@ td.product .name > a:focus,
transform: translate(0, 40%); transform: translate(0, 40%);
} }
#products-new .products-grid .item > article { #products-new .products-grid .item > article {
border-bottom: 4px solid #545776; /*border-bottom: 4px solid #545776;*/
border-bottom-right-radius: 3px; /*border-bottom-right-radius: 3px;*/
border-bottom-left-radius: 3px; /*border-bottom-left-radius: 3px;*/
border-radius: 8px;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
} }
@@ -11016,7 +11022,7 @@ header #nom-site {
font-family: inherit; font-family: inherit;
} }
#products-new .products-grid .item > article { #products-new .products-grid .item > article {
border-bottom: 4px solid #545776; /*border-bottom: 4px solid #545776;*/
} }
#products-new .products-grid .item > article .product-info { #products-new .products-grid .item > article .product-info {
background-color: #696d94; background-color: #696d94;