updated css

This commit is contained in:
2023-03-01 13:36:18 +10:00
parent 6ab68df4a0
commit 9600d1e7d1

View File

@@ -10,6 +10,12 @@
background-color: transparent;
}
.vue3-easy-data-table__body td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.vue3-easy-data-table__main {
border-top-left-radius: 12px;
border-top-right-radius: 12px;
@@ -32,16 +38,6 @@
a {
color: $font-color;
}
svg {
margin: 0 0.2rem;
transition: color 0.1s ease-in-out;
&:hover {
cursor: pointer;
color: $primary-color;
}
}
}
}