frontend/smart-hut/src/components/dashboard/Automations.css
2020-04-27 17:00:46 +02:00

19 lines
288 B
CSS

.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;
}