Removed unused CSS classes.
This commit is contained in:
parent
056ee4a2ae
commit
572946087f
1 changed files with 0 additions and 19 deletions
|
|
@ -367,25 +367,6 @@ onMounted(() => {
|
|||
gap: 20px;
|
||||
}
|
||||
|
||||
.widget-card {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
flex-basis: 20%;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
transition:
|
||||
transform 0.2s ease,
|
||||
box-shadow 0.2s ease;
|
||||
background-color: var(--theme-surface-alt);
|
||||
}
|
||||
|
||||
.widget-card:hover {
|
||||
/*transform: translateY(-2px);*/
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.widget-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue