0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 20:54:31 +02:00
doodle3d-client/less/base_centerpanel_logo.less
2013-10-09 18:15:47 +02:00

16 lines
257 B
Plaintext

.logopanel {
height: 25%;
}
.d3dlogo {
position: relative;
top: 15%;
width: 100%;
height: 100%;
margin: 0px auto;
max-width: 399px;
height: 139px;
background: url('../img/logo/logo_full.png') no-repeat center center;
cursor: pointer;
}