lemo-crm/web/app/styles/app.less
2022-06-23 22:32:12 +08:00

127 lines
2.3 KiB
Plaintext

.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; */
/*background-size: 100%;*/
background-size: cover;
}
.textarea-resize-vertical {
resize: vertical;
}
.cursor-pointer {
cursor: pointer;
}
.issue-cell {
max-height: 48px;
overflow: auto;
cursor: pointer;
}
.table > thead > tr > th {
white-space: nowrap;
}
[data-ember-action] {
cursor: pointer;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th
/*
,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
*/
{
padding: 4px !important;
font-size: 16px;
}
.widget-toolbar > a,
.widget-toolbar > .widget-menu > a {
margin: 0 3px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.footer {
padding-top: 60px !important;
}
.index-content > p {
margin: 0 0 6px;
}
.application-content {
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
background-color: inherit;
border: 0;
}
.export-task-badge {
position: absolute;
top: 4px;
left: 24px;
width: 14px;
height: 14px;
font-size: 10px;
border-radius: 50%;
color: #fff;
background-color: rgba(209, 91, 71, 0.9);
// rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
}