refactoring
This commit is contained in:
12
src/App.css
12
src/App.css
@@ -99,6 +99,12 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive Design */
|
/* Responsive Design */
|
||||||
|
.dashboard-summary-card {
|
||||||
|
position: sticky;
|
||||||
|
top: 1rem;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
table {
|
table {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -141,9 +147,3 @@ pre {
|
|||||||
.dashboard-row-highlight {
|
.dashboard-row-highlight {
|
||||||
animation: dashboard-row-glow 2.5s ease forwards;
|
animation: dashboard-row-glow 2.5s ease forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-summary-card {
|
|
||||||
position: sticky;
|
|
||||||
top: 1rem;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user