color: $darkgrey;
padding: 5px;
- &:hover { color: darken($darkgrey, 10%); }
+ &:hover { color: darken($darkgrey, 25%); }
}
}
font-size: 16px;
text-stroke: 2px #fff;
background: rgba(255,255,255,.9);
+ z-index: 2; // For IE9
input[type="radio"] {
display: none;
}
.note-comments li {
margin: $lineheight/2 0;
+
+ p {
+ margin-left: 10px;
+ }
+ }
+
+ .note-description p {
+ margin-left: 10px;
}
}