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

19 lines
274 B
CSS
Raw Normal View History

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