assets/css/romo/_mixins.scss in romo-0.19.0 vs assets/css/romo/_mixins.scss in romo-0.19.1
- old
+ new
@@ -375,9 +375,14 @@
background-color: $inputBgColor;
color: $inputColor;
}
+@mixin input-placeholder {
+ color: $mutedText;
+ font-style: italic;
+}
+
/* Buttons */
/* ------- */
@mixin button-bg($bg, $hover, $text) {
background-color: $bg;