body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
abbr, acronym {
+ text-decoration: underline dotted;
cursor: help;
}
border-left: 1px solid #ddd;
background-color: #fff;
}
+
+ .colour-preview-box {
+ float: right;
+ width: 20px;
+ height: 20px;
+ margin: 0px;
+ border: 1px solid rgba(0, 0, 0, .1);
+ // add color via inline css on element: background-color: <tag value>;
+ }
}
.warning {