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