frontend/smart-hut/src/components/dashboard/Automations.css

19 lines
288 B
CSS
Raw Normal View History

.segment-automations {
top: 10%;
}
.list-index {
font-size: 1.5rem;
}
.remove-icon {
display: inline !important;
margin-left: 1rem !important;
}
.trigger-item {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}