adoptive css

master
fefa4ka 10 years ago
parent ac52bb1d63
commit 45a0f79653
  1. 4
      zsite/static/less/about.less
  2. 4
      zsite/static/less/blog.less
  3. 12
      zsite/static/less/consultation.less
  4. 1
      zsite/static/less/service.less

@ -40,7 +40,7 @@
.make-row();
li {
.make-xs-column(4);
.make-xs-column(6);
.make-sm-column(2);
@ -78,6 +78,8 @@
.about-clients {
li {
height: 190px;
h5 {
height: 35px;
}

@ -19,9 +19,11 @@
li {
.make-xs-column(4);
.make-xs-column(6);
.make-sm-column(3);
min-height: 140px;
font-size: 12px;
vertical-align: top;

@ -32,7 +32,17 @@
}
.content, .consultation-person {
.btn-consultation:extend(.btn-primary) {}
.btn-consultation:extend(.btn-primary) {
@media (min-width: 0) {
.btn-xs;
}
@media (min-width: 530px) {
.button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base);
}
}
}
.consultation-person {

@ -65,6 +65,7 @@
border-radius: 5px;
padding: 12px;
margin-top: -12px;
margin-bottom: 15px;
h3 {
font-weight: 600;

Loading…
Cancel
Save