Sha256: 6a91b483936d8348f270f902cb92514889547191b62a575fb6f0be871a17f74f

Contents?: true

Size: 1.4 KB

Versions: 33

Compression:

Stored size: 1.4 KB

Contents

@import 'variables';

//
// Buttons styles
//
.button {
  border:0;
  padding:0;
  background:none;
  text-decoration:none;
  font-size:12px;
  font-weight:500 !important;
  text-transform:uppercase;
  font-family:$font;
  color:#fff !important;
  padding:8px 20px;
	border-radius:30px;
  background-color:#40454D;
  display:inline-block;
  &:active {
    background:#535963;
  }
  
  &.green {
    background-color:#96BF48;
    border-color:#96BF48;
    border-bottom-color:#86a350;
    &:active { background-color:#A8D750}
  }

  &.loading {
    background-image:url(/images/spinners/button-green.gif);
    background-repeat:no-repeat;
    background-position:50% 50%;
    color:transparent !important;
  }
  
  &.purple {
    background-color:#C17391;
    border-color:#C17391;
    border-bottom-color:#a7667f;
    &:active { background:#DC83A6}
  }
  
  &.orange {
    background-color:#c8541b;
    border-color:#c8541b;
    border-bottom-color:#974117;
    &:active { background:#e75d19}
  }

  &.grey {
    background-color:#777;
    border-color:#777;
    border-bottom-color:#777;
    &:active { background:#888}
  }

	&.white {
		background-color:#fff;
		color:#333 !important;
	}
	
	&.white-green {
		background-color:#fff;
		color:#96BF48 !important;
	}
  
  
  &.button-mini {
    font-size:11px;
    padding:4px 10px;
    box-shadow:none;
    font-weight:normal;
    text-shadow:none;
    text-transform:none;
  }
  
}

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
shoppe-1.1.2 app/assets/stylesheets/shoppe/elements.scss
shoppe-1.1.1 app/assets/stylesheets/shoppe/elements.scss
tienda-2.1.3 app/assets/stylesheets/tienda/elements.scss
kkt_shoppe-2.0.2 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-2.0.1 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-2.0.0 app/assets/stylesheets/kkt_shoppe/elements.scss
tienda-2.1.2 app/assets/stylesheets/tienda/elements.scss
shoppe-1.1.0 app/assets/stylesheets/shoppe/elements.scss
kkt_shoppe-1.3.0 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-1.2.1 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-1.2.0 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-1.1.2 app/assets/stylesheets/kkt_shoppe/elements.scss
shoppe-1.0.9 app/assets/stylesheets/shoppe/elements.scss
kkt_shoppe-1.1.1 app/assets/stylesheets/kkt_shoppe/elements.scss
kkt_shoppe-1.1.0 app/assets/stylesheets/kkt_shoppe/elements.scss
tienda-2.1.1 app/assets/stylesheets/tienda/elements.scss
kylekthompson_shoppe-1.1.0 app/assets/stylesheets/kylekthompson_shoppe/elements.scss
kylekthompson_shoppe-1.0.9 app/assets/stylesheets/kylekthompson_shoppe/elements.scss
tienda-2.1.0 app/assets/stylesheets/tienda/elements.scss
shoppe-1.0.8 app/assets/stylesheets/shoppe/elements.scss