Update frontend/src/App.css
Browse files- 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;
|