Sha256: e90853fa9ad089d7bb0ba257769a8858593f7e3c77210352dbcaa4a2ff350be2

Contents?: true

Size: 593 Bytes

Versions: 5

Compression:

Stored size: 593 Bytes

Contents

.sticky {
  -webkit-box-shadow: #DDD 0px 1px 2px;
  position: relative;
  background-color: #F4F39E;
  border-color: #DEE184;
  text-align: center;
  margin: 2.5em 0px;
  padding: 1.5em 1em;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
  font-family: Chalkboard, 'Comic Sans';
}
.sticky.taped:after {
  display: block;
  content: "";
  position: absolute; 
  width: 151px;
  height: 35px;
  top: -21px;
  left: 25%;    
  background: transparent img-url("utilities/tape.png") 0 0 no-repeat;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
turquoise-0.0.8 templates/project/partials/widgets/_post-it.scss
turquoise-0.0.7 templates/project/partials/widgets/_post-it.scss
turquoise-0.0.6 templates/project/partials/widgets/_post-it.scss
turquoise-0.0.5 templates/project/partials/widgets/_post-it.scss
turquoise-0.0.4 templates/project/partials/widgets/_post-it.scss