argos/dmp-frontend/src/app/ui/dmp/user-field/user-field.component.scss

21 lines
316 B
SCSS
Raw Normal View History

.drag-handle {
cursor: move;
color: var(--primary-color);
}
.drag-handle-disabled {
cursor: auto;
color: rgba(0, 0, 0, 0.38);;
2024-03-14 17:15:25 +01:00
}
.user-fields-wrapper {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: baseline;
@media (width <= 1350px) {
flex-direction: column;
}
}