96 lines
No EOL
1.3 KiB
Text
96 lines
No EOL
1.3 KiB
Text
@import "variables.less";
|
|
@import "mixins.less";
|
|
@import "common.less";
|
|
@import "awesomplete.less";
|
|
@import "datepicker.less";
|
|
|
|
.unit-checkbox {
|
|
color: #36414c;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
|
|
label {
|
|
position: relative;
|
|
}
|
|
|
|
input[type=checkbox] {
|
|
margin-left: 0;
|
|
}
|
|
|
|
& + .checkbox {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .bulk-select-options {
|
|
margin: 10px 0;
|
|
.select-all {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.frappe-control .control-value {
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.link-btn {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 4px;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
display: none;
|
|
z-index: 3;
|
|
}
|
|
|
|
.markdown-preview, .html-preview {
|
|
padding: 12px 15px;
|
|
min-height: 300px;
|
|
max-height: 600px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.markdown-toggle, .html-toggle {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* table multiselect */
|
|
.table-multiselect {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
height: auto;
|
|
padding: 10px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.table-multiselect.form-control input {
|
|
display: inline-block;
|
|
outline: none;
|
|
border: none;
|
|
padding: 0;
|
|
font-size: @text-medium;
|
|
}
|
|
|
|
.table-multiselect .awesomplete {
|
|
display: inline;
|
|
}
|
|
|
|
.tb-selected-value {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.rating {
|
|
i {
|
|
color: @text-extra-muted;
|
|
}
|
|
.star-hover {
|
|
color: @text-muted;
|
|
}
|
|
.star-click {
|
|
color: @text-light;
|
|
}
|
|
} |