From a361ff1de6dc6b25379e4f5d1f3f570221168b48 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 1 Feb 2018 14:51:02 -0500 Subject: [PATCH] Add styles for the move_to feature --- app/less/app.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/less/app.less b/app/less/app.less index 744a712..28b4438 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -74,7 +74,7 @@ float: right; } -#counters, #counters_2{ +#counters, #counters_2, #move_to{ .cam,.proj{ width: 50%; padding-bottom: 25px; @@ -105,6 +105,15 @@ } } +#move_to{ + margin-top: 20px; + .cam,.proj{ + label{ + font-size: 18px; + } + } +} + #overlay{ position: fixed; top: 0;