Răsfoiți Sursa

Increase size of icons in table header

Kristan Kenney 6 ani în urmă
părinte
comite
0f8b440d33
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      web/css/styles.min.css

+ 5 - 0
web/css/styles.min.css

@@ -1588,6 +1588,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
   color: #707070;
   color: #707070;
   padding: 0 0 0 14px;
   padding: 0 0 0 14px;
   overflow: hidden;
   overflow: hidden;
+  line-height: 1rem;
 }
 }
 
 
 .table-header:hover {
 .table-header:hover {
@@ -1596,6 +1597,10 @@ div.l-content > div.l-separator:nth-of-type(4) {
   border-right: 1px solid #ddd !important;
   border-right: 1px solid #ddd !important;
 }
 }
 
 
+.table-header .fas {
+  font-size: 1rem;
+}
+
 .units .l-unit {
 .units .l-unit {
   border-bottom: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   border-left: 1px solid transparent;
   border-left: 1px solid transparent;