less/roojs-bootstrap/input.less
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 04:22:42 +0000 (12:22 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 04:22:42 +0000 (12:22 +0800)
less/roojs-bootstrap/input.less

index 7f09aa8..36315b5 100644 (file)
@@ -2,10 +2,16 @@ div.input-group.has-feedback > .form-control-feedback {
     right: 30px;
 }
 
+.roo-required-indicator {
+    font-size: 8px;
+    color: @brand-danger;
+    vertical-align: top;
+}
+
 .roo-required-indicator.left-indicator {
-    margin-right: 5px;
+    margin-right: 3px;
 }
 
 .roo-required-indicator.right-indicator {
-    margin-left: 5px;
+    margin-left: 3px;
 }