Add styles for the move_to feature

This commit is contained in:
mmcwilliams 2018-02-01 14:51:02 -05:00
parent baac6ea2f9
commit a361ff1de6
1 changed files with 10 additions and 1 deletions

View File

@ -74,7 +74,7 @@
float: right; float: right;
} }
#counters, #counters_2{ #counters, #counters_2, #move_to{
.cam,.proj{ .cam,.proj{
width: 50%; width: 50%;
padding-bottom: 25px; padding-bottom: 25px;
@ -105,6 +105,15 @@
} }
} }
#move_to{
margin-top: 20px;
.cam,.proj{
label{
font-size: 18px;
}
}
}
#overlay{ #overlay{
position: fixed; position: fixed;
top: 0; top: 0;