feat(ux): implement sprint 11 user experience module
This commit is contained in:
@@ -632,6 +632,50 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.dexar-ux-btn {
|
||||
position: relative;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
border: 1px solid #d3dad9;
|
||||
border-radius: 50%;
|
||||
background: rgba(255, 255, 255, 0.84);
|
||||
color: #1e3c38;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
transition: transform 0.18s ease, border-color 0.2s ease, background 0.2s ease;
|
||||
}
|
||||
|
||||
.dexar-ux-btn:hover {
|
||||
transform: translateY(-1px);
|
||||
border-color: #497671;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.dexar-ux-icon {
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.dexar-ux-badge {
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
top: -6px;
|
||||
min-width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 999px;
|
||||
background: #497671;
|
||||
color: #ffffff;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.dexar-cart-btn {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user