Adjusted interaction types and state filters to better streamline onboarding and verification processes. Updated UI labels, navigation, and modal dialogs to reflect new terminology and improve usability. Enhanced filtering logic and added new interaction types to support the revised process.
28 lines
357 B
CSS
28 lines
357 B
CSS
::deep a,
|
|
::deep a.invert:hover{
|
|
|
|
color: #64ae24;
|
|
}
|
|
|
|
::deep a.invert,
|
|
::deep a:hover {
|
|
color: #533a20;
|
|
}
|
|
|
|
.green {
|
|
color: #64ae24;
|
|
}
|
|
|
|
.pc-main {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 480px;
|
|
border: 1px solid #533a20;
|
|
border-radius: 3px;
|
|
margin: 5px;
|
|
padding: 16px;
|
|
}
|
|
|
|
.complete {
|
|
background: #76ff003b;
|
|
} |