Sha256: 70b4aade9bb4c3dbe958e0e9e0b61774f9c49a6e4dfc91d4fe3bd820640f7aa9

Contents?: true

Size: 1.6 KB

Versions: 10

Compression:

Stored size: 1.6 KB

Contents

#bt-docs-content h1,
#bt-docs-content h2,
#bt-docs-content h3,
#bt-docs-content h4,
#bt-docs-content h5,
#bt-docs-content h6{
  position: relative;
  margin-left: -1.2rem;
  padding-left: 1.2rem;
}
#bt-docs-content h1 a,
#bt-docs-content h2 a,
#bt-docs-content h3 a,
#bt-docs-content h4 a,
#bt-docs-content h5 a,
#bt-docs-content h6 a{
  text-decoration: none;
  display: none;
  position: absolute;
  float:left;
  margin-left:-1.2rem;
  line-height: 1;
  width: 1rem;
  height: 100%;
}

#bt-docs-content h1 a::before,
#bt-docs-content h2 a::before,
#bt-docs-content h3 a::before,
#bt-docs-content h4 a::before,
#bt-docs-content h5 a::before,
#bt-docs-content h6 a::before{
  content: "🔗";
}

#bt-docs-content h1:hover a,
#bt-docs-content h2:hover a,
#bt-docs-content h3:hover a,
#bt-docs-content h4:hover a,
#bt-docs-content h5:hover a,
#bt-docs-content h6:hover a{
  display: flex;
  justify-content: center; /* Align horizontal */
  align-items: center; /* Align vertical */
}


@media only screen and (max-width: 640px) {
  #bt-docs-content h1,
  #bt-docs-content h2,
  #bt-docs-content h3,
  #bt-docs-content h4,
  #bt-docs-content h5,
  #bt-docs-content h6{
    margin-left: -1.375rem;
    padding-left: 1.375rem;
  }
  #bt-docs-content h1 a,
  #bt-docs-content h2 a,
  #bt-docs-content h3 a,
  #bt-docs-content h4 a,
  #bt-docs-content h5 a,
  #bt-docs-content h6 a{
    margin-left:-1.375rem;
  }
  #bt-docs-content h1 a::before,
  #bt-docs-content h2 a::before,
  #bt-docs-content h3 a::before,
  #bt-docs-content h4 a::before,
  #bt-docs-content h5 a::before,
  #bt-docs-content h6 a::before{
    font-size: 1rem;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.15.0 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.14.2 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.14.1 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.14.0 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.13.0 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.12.3 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.12.2 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.12.1 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.12.0 app/assets/stylesheets/light/docs.css
bullet_train-themes-light-1.11.0 app/assets/stylesheets/light/docs.css