summaryrefslogtreecommitdiffstats
path: root/public/css/form/schedule-service-downtime-form.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/form/schedule-service-downtime-form.less')
-rw-r--r--public/css/form/schedule-service-downtime-form.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/css/form/schedule-service-downtime-form.less b/public/css/form/schedule-service-downtime-form.less
new file mode 100644
index 0000000..a65264d
--- /dev/null
+++ b/public/css/form/schedule-service-downtime-form.less
@@ -0,0 +1,21 @@
+.downtime-duration {
+ > label {
+ display: flex;
+ flex: 1 1 auto;
+ flex-flow: row-reverse;
+
+ input {
+ flex: 1 1 auto;
+ }
+
+ span {
+ margin-left: .5em;
+ padding: .5625em 0;
+ line-height: 1.1em;
+ }
+
+ &:not(:last-child) {
+ margin-right: 1.5em;
+ }
+ }
+}