Browse Source

Reduce form text size

jeremystretch 4 years ago
parent
commit
e1fbe89b41

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox-light.css


+ 5 - 0
netbox/project-static/styles/overrides.scss

@@ -17,6 +17,11 @@ pre {
   border-radius: $border-radius;
 }
 
+form,
+.form-control {
+  font-size: 0.875rem;
+}
+
 // Force <small/> elements to make text smaller.
 small {
   font-size: smaller !important;

Some files were not shown because too many files changed in this diff