Logo white

Eugeny Galkovskiy / kbenergy_new

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • kbenergy_new
  • frontend
  • web
  • css
  • new-style
  • _contacts.scss
  • add form legal, change contact page phones
    8c203875
    Виталий authored
    2019-11-25 10:18:27 +0200  
    Browse Code »
_contacts.scss 318 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.phones-ind {
  a {
    padding-left: 8px;
    &:first-child {
      padding-left: 0;
      padding-right: 8px;
    }
  }
}

.text-legal-phone {
  margin-top: 26px;
}
#contact {
  .text-muted {
    margin-bottom: 9px;
  }
}

@media (max-width: 767px) {
  .phones-ind {
    a {
      padding: 0 !important;
    }
  }

}