Logo white

alex / mbshoes

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mbshoes
  • ambshoes
  • css
  • _temp.scss
  • first
    81add67c
    alex authored
    2018-07-18 16:58:31 +0300  
    Browse Code ยป
_temp.scss 410 Bytes
Edit Raw Blame History Permalink
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
.phone-header-temp {
  text-align: right;
  a {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
text-decoration: none !important;
    color: $main-color;

  }
}

.items-section-temp {
  margin-bottom: 50px;
}

@media (max-width: 450px) {
  .phone-header-temp a {
    font-size: 15px;
    line-height: 24px;
  }
  .logo-wr a img {
    max-height: 24px !important;
  }
}