Quelques modifs de style
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -4128,7 +4128,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.navbar {
|
||||
border-radius: 3px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
@@ -4447,7 +4447,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
}
|
||||
}
|
||||
.navbar-default {
|
||||
background-color: #f5f5f5;
|
||||
/*background-color: #f5f5f5;*/
|
||||
background-color: #80BBFB;
|
||||
border-color: #fff;
|
||||
}
|
||||
.navbar-default .navbar-brand {
|
||||
@@ -4459,10 +4460,12 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
||||
background-color: transparent;
|
||||
}
|
||||
.navbar-default .navbar-text {
|
||||
color: #707070;
|
||||
/*color: #707070;*/
|
||||
color: white;
|
||||
}
|
||||
.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:focus {
|
||||
@@ -8882,7 +8885,8 @@ header .header .language-container .currency-switch .select {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.footer-container .footer-info {
|
||||
background-color: #444444;
|
||||
/*background-color: #444444;*/
|
||||
background-color: #80bbfb;
|
||||
color: #fff;
|
||||
font-size: 12px;
|
||||
}
|
||||
@@ -10027,7 +10031,8 @@ label {
|
||||
-ms-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
content: "\f015";
|
||||
color: #c9c9c9;
|
||||
/*color: #c9c9c9;*/
|
||||
color: #545776;
|
||||
font-size: 26px;
|
||||
line-height: 0;
|
||||
margin-right: .5em;
|
||||
@@ -10200,9 +10205,10 @@ td.product .name > a:focus,
|
||||
transform: translate(0, 40%);
|
||||
}
|
||||
#products-new .products-grid .item > article {
|
||||
border-bottom: 4px solid #545776;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
/*border-bottom: 4px solid #545776;*/
|
||||
/*border-bottom-right-radius: 3px;*/
|
||||
/*border-bottom-left-radius: 3px;*/
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
@@ -11016,7 +11022,7 @@ header #nom-site {
|
||||
font-family: inherit;
|
||||
}
|
||||
#products-new .products-grid .item > article {
|
||||
border-bottom: 4px solid #545776;
|
||||
/*border-bottom: 4px solid #545776;*/
|
||||
}
|
||||
#products-new .products-grid .item > article .product-info {
|
||||
background-color: #696d94;
|
||||
|
||||
Reference in New Issue
Block a user