Add ticks, crosses and spinners in sign up form
[ndcode_site.git] / css / bootstrap / _custom.scss
index 65b4ebc..1cdda89 100644 (file)
@@ -15,6 +15,12 @@ $footer-link-hover-color: darken($footer-link-color, 10%);
   //bottom: -.125em;
 }
 
+// note: needs to match the bootstrap border spinner
+.svg-color {
+  width: 32px;
+  height: 32px;
+}
+
 // use this to display the pi symbol without horrible blocky look in Sans
 .serif {
   font-family: $font-family-serif;