Sha256: 08d924889a2b2c03eb989aee6629196c49b3e23da07d1d65a4d30c87501afa7f

Contents?: true

Size: 1.05 KB

Versions: 129

Compression:

Stored size: 1.05 KB

Contents

.st-format-bar {
  top: 0;
  position: absolute;
  margin: -4.5em 0 0 0;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-radius: 0.4em;
  padding: 0;

  transition: opacity 0.2s ease-in-out;
}

.st-format-bar:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 3.3em;
  width: 0;
  height: 0;
  border-left: 0.875em solid transparent;
  border-right: 0.875em solid transparent;
  border-top: 0.875em solid #252525;
  margin-left: -0.875em;
}

.st-format-bar--is-ready {
  visibility: visible;
  opacity: 1;
}

.st-format-btn {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  padding: 0.5em 0.6em;
  vertical-align: middle;
  text-align: center;

  &:focus {
    outline: 0;
  }
}
.st-format-btn .st-icon {
  width: 35px;
  height: 35px;
}

.st-format-btn--Heading,
.st-format-btn--Quote {
  border-left: 1px solid #3e4245;
}

.st-format-btn:hover,
.st-format-btn--is-active {
  color:$accent-color;
}

.st-format-btn--Unlink {
  text-decoration: line-through;
}

Version data entries

129 entries across 129 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha1 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.7.1 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.7.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.6.1 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.6.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.5.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.4.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.6 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.5 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.4 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.3 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.2 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.1 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.3.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.2.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.1.2 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.1.1 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.1.0 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.0.3 vendor/assets/stylesheets/sir-trevor/format-bar.scss
blacklight-spotlight-4.0.2 vendor/assets/stylesheets/sir-trevor/format-bar.scss