pathfinder/demo/client/css/pathfinder.css

28 lines
450 B
CSS
Raw Normal View History

2017-08-25 22:40:08 -04:00
.pf-bottom-control {
position: fixed;
bottom: 1em;
}
#pf-load-font-button-label,
#pf-load-svg-button-label {
left: 1em;
margin: 0;
}
#pf-rendering-options-group {
right: 1em;
}
#pf-canvas {
display: block;
position: absolute;
2017-08-25 22:40:08 -04:00
touch-action: none;
}
#pf-fps-label {
position: absolute;
right: 1em;
margin-top: 1em;
color: white;
background: rgba(0, 0, 0, 0.75);
}
#pf-svg {
visibility: hidden;
}