fix product discount block and header-top menus styles

stepan-k
Stepan Krapivin 8 years ago
parent 8358350e75
commit b1097be0e0
  1. 10
      static/less/_.css
  2. 15
      static/less/_.less
  3. 7
      static/less/_.min.css

@ -282,9 +282,10 @@ span.yellow {
.header-top .container {
line-height: 40px;
height: 40px;
white-space: nowrap;
}
.header-top .container .top-left-links {
float: left;
display: inline-block;
text-align: left;
color: #fed000;
font-size: 10pt;
@ -293,7 +294,7 @@ span.yellow {
color: #fed000;
}
.header-top .container .top-right-links {
float: right;
display: inline-block;
text-align: right;
color: #fff;
font-weight: bold;
@ -545,6 +546,7 @@ a#order-call-link {
padding-bottom: 10px !important;
box-shadow: none;
border: 0;
position: relative;
}
.index-goods .title {
height: 40px;
@ -903,9 +905,11 @@ ul.messages {
height: 50px;
text-align: center;
color: white;
top: 0;
font-size: 20px;
line-height: 50px;
position: absolute;
top: 4px;
left: 4px;
}
.radio img {
margin-top: 10px;

@ -47,8 +47,10 @@ span.yellow {
.container {
line-height: 40px;
height: 40px;
white-space: nowrap;
.top-left-links {
float: left;
display: inline-block;
text-align: left;
color: @brand-yellow;
font-size: 10pt;
@ -57,7 +59,7 @@ span.yellow {
}
}
.top-right-links {
float: right;
display: inline-block;
text-align: right;
color: @brand-white;
font-weight: bold;
@ -421,9 +423,10 @@ a#order-call-link {
padding-bottom: 10px !important;
.box-shadow(none);
border: 0;
position: relative
}
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {
}
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3 {}
margin-top: 20px;
.title {
@ -852,9 +855,11 @@ ul.messages {
height: 50px;
text-align: center;
color: white;
top: 0;
font-size: 20px;
line-height: 50px;
position: absolute;
top: 4px;
left: 4px;
}
.radio {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save