m-ric HF Staff commited on
Commit
cd335e5
·
verified ·
1 Parent(s): d94b1a3

Update frontend/src/App.css

Browse files
Files changed (1) hide show
  1. frontend/src/App.css +6 -0
frontend/src/App.css CHANGED
@@ -68,6 +68,12 @@ th:hover {
68
  color: #2ecc71;
69
  }
70
 
 
 
 
 
 
 
71
  td {
72
  padding: 12px;
73
  border-bottom: 1px solid #eee;
 
68
  color: #2ecc71;
69
  }
70
 
71
+ .sort-indicator {
72
+ display: inline-block;
73
+ margin-left: 4px;
74
+ transition: transform 0.2s ease;
75
+ }
76
+
77
  td {
78
  padding: 12px;
79
  border-bottom: 1px solid #eee;