Sha256: 032e59e443574da8a3682d01f8b1f424d956a77b15368b42537cb6654a3d55bf

Contents?: true

Size: 976 Bytes

Versions: 25

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: .9;
  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

25 entries across 25 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.9 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.8 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.7 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.6 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.5 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.4 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.3 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.2 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.1 app/assets/stylesheets/_buttons.scss
sbdevcore-0.3.0 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.26 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.25 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.24 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.23 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.22 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.21 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.20 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.19 app/assets/stylesheets/_buttons.scss
sbdevcore-0.2.18 app/assets/stylesheets/_buttons.scss