doodle3d-client/less/verticalshapes.less

22 lines
435 B
Plaintext
Raw Normal View History

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