0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-01 20:34:31 +02:00
doodle3d-client/less/verticalshapes.less
2013-10-12 12:13:33 +02:00

22 lines
375 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;
}
}
}