Sha256: be58296004b65dcbbf909f34aee275fd43b015c1d1e5ccb7aa8341787d2a78eb

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

// font
.font-body {
  font-family: $body-font;
  font-weight: $font-weight-normal;
}
.font-head {
  font-family: $head-font;
  font-weight: $font-weight-bold;
}
.font-mono {
  font-family: $mono-font;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
}

.breadcrumb-item {
  margin: 0;

  &::after {
    padding-right: 3px;
    padding-left: 3px;
  }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
truesight-rtd-theme-1.0.1 _sass/_rest.scss
truesight-rtd-theme-1.0.0 _sass/_rest.scss
jekyll-rtd-theme-2.0.10 _sass/_rest.scss
jekyll-rtd-theme-2.0.9 _sass/_reset.scss