48 lines
899 B
CSS
48 lines
899 B
CSS
.login-logo {
|
|
width: 120px;
|
|
height: 24px;
|
|
background: url(../images/lemo-logo.png) no-repeat;
|
|
background-size: contain;
|
|
display: inline-block;
|
|
}
|
|
|
|
.top-nav-logo {
|
|
width: 98px;
|
|
height: 20px;
|
|
background: url(../images/lemo-logo.png) no-repeat;
|
|
background-size: contain;
|
|
display: inline-block;
|
|
}
|
|
|
|
.device {
|
|
margin: 0 auto;
|
|
width: 230px;
|
|
height: 480px;
|
|
background: url('../images/device-sprite-iPhone-5s.png') no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.device-content {
|
|
padding: 31% 0 0 0;
|
|
margin: 0 0 0 8.6%;
|
|
width: 83%;
|
|
height: 85.6%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.spinbox-up {
|
|
border-top-left-radius: 0 !important;
|
|
}
|
|
|
|
.desktop {
|
|
background: url('../images/desktop.jpg') no-repeat center center;
|
|
background-size: contain;
|
|
}
|
|
|
|
.textarea-resize-vertical {
|
|
resize: vertical;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
} |