Add styles for the move_to feature
This commit is contained in:
parent
baac6ea2f9
commit
a361ff1de6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue