Sha256: af6edbaef8c2bbf6db449ad4fec51cf45f6a96d7f5c958129b055fa599ca7326

Contents?: true

Size: 693 Bytes

Versions: 10

Compression:

Stored size: 693 Bytes

Contents

.note {
   position:relative;
   width: 70px;
   height: 100px;
   padding:1em 1.5em;
   margin: 1em 0.5em 1em 0;
   color:#fff;
   background: $teal;
   overflow: hidden;
}

.note:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff $light_blue $light_blue;
   background: $light_blue;
   box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {border-radius: 5px 0 5px 5px;}

.note.rounded:before {
   border-width:8px;
   border-color: #fff #fff transparent transparent;
   border-radius: 0 0 0 5px;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.8 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.7 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.6 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.5 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.4 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.3 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.2 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.1 app/assets/stylesheets/georgia/components/_note.scss
georgia-0.7.0 app/assets/stylesheets/georgia/components/_note.scss