Sha256: 6b582d4f7922884e7df598a6c0e0aa25f73760d5285625ec53dc1acb709c3e3c

Contents?: true

Size: 976 Bytes

Versions: 10

Compression:

Stored size: 976 Bytes

Contents

/*Buttons*/
img.button {
  border: none;
}

a.button {
  letter-spacing: 2px;
  color: $content-background-color;
  font-size: 130%;
  font-weight: bold;
  opacity: .8;
  text-align: center;
  text-decoration: none;
  &:hover, &.current {
    opacity: 1;
    text-shadow: 0 0 10px white;
    color: white;
  }
}

.button {
  background-color: $button-background-color;
  border: 2px solid $button-background-color;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  margin: 5px;
  @include box-shadow($shadow-radius);
  @include corners-all($corner-radius);
}

.pagination .button{
  width: auto;
  padding: 5px;
}
.button em {
  border-style:solid;
  border-color:transparent transparent transparent $content-background-color;
  border-width:9px;
  display:inline-block;
  bottom:-38px;
  position: relative;
  left: 10px;
  top: 2px;
  height:0;
  width:0;
}

.button:hover em,.current em {
  border-color: black transparent transparent transparent;
  top: 8px;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sbdevcore-0.2.12 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.11 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.10 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.9 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.8 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.7 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.6 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.5 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.4 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.2 app/assets/stylesheets/_buttons.scss