changes
This commit is contained in:
@@ -322,6 +322,18 @@ $dx-card-bg: #f5f3f9;
|
||||
border: 1.5px solid $dx-border;
|
||||
background: rgba(73, 118, 113, 0.06);
|
||||
color: $dx-primary;
|
||||
cursor: pointer;
|
||||
transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
|
||||
|
||||
&:hover {
|
||||
background: rgba(73, 118, 113, 0.12);
|
||||
}
|
||||
|
||||
&.active {
|
||||
border-color: $dx-primary;
|
||||
background: rgba(73, 118, 113, 0.18);
|
||||
box-shadow: 0 0 0 2px rgba(73, 118, 113, 0.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user