0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-16 17:11:22 +02:00
doodle3d-client/less/verticalshapes.less
2014-01-09 17:05:03 +01:00

22 lines
435 B
Plaintext

// #verticalShapes {
// position:absolute;
// right: 0;
// bottom: 15px;
// margin-right: -8.5%;
// width: 8%;
// >div {
// border: 2px solid #333;
// border-radius: 0px 5px 5px 0px;
// margin-top: 4px;
// background-color: #fff;
// cursor: pointer;
// img.verticalshape {
// width: 100%;
// max-width: 50px;
// height: auto;
// vertical-align: bottom;
// }
// }
// }