File "main-punti-vendita.scss"

Full Path: /srv/www/www.cadoro.it/src/scss/main-punti-vendita.scss
File size: 462 bytes
MIME-type: text/plain
Charset: utf-8

.content {
  .well-punto-vendita {
    font-size: 16px;
    line-height: 20px;

    i {
      border: 1px solid #000;
      border-radius: 20px;
      float: right;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      padding-left: 4px;
      margin-top: 5px;
    }
  }

  .well-xs ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .content .well-xs {
    font-size: 14px;
    line-height: 19px;
  }
}