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