Sha256: 1927ca378fd47e120a10ebc3f98314afc2630a91541bdbc5568f8f2232cb3963

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
  letter-spacing: .2px;
  font-size: 15px;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #ffffff;
}

a {
  color: #327cce;
  &:visited {
    color: #899eb5;
  }
  &:hover {
    color: #2682e6;
  }
}

code {
  background: #eee;
  padding: 0 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #7a8ab9;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}
h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 30px 0 5px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bot_mob_rails-0.0.2 app/assets/stylesheets/bot_mob/rails/layout.scss
bot_mob_rails-0.0.1 app/assets/stylesheets/bot_mob/rails/layout.scss