mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
22 lines
375 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |