* first cut * Code refactoring, styling * Added Sorting * Revert query_report to use slickgrid * cleanup * Edit cell working * Add regrid, remove datatable * Add clusterize * Update lib, fix get_checked_items * New ReportView * wip * Enable editing, fix styles * update lib * wip * fix refresh rows and editable cells * Refresh list_view every 3s, decouple refreshing logic * Report editing fixes * Cleanup loading fields, add column then refresh list * [wip] New List View * [working] Render results * ListView is now BaseList, add new ListView and GanttView * Create new page for each ListView * GanttView working * CalendarView working * KanbanView working * Cache list_view based on page_name * Gantt view buttons on mobile * Add ReportView * Refresh datatable on render * Setup like * [start][filters] clean up FilterList * [filters] refactor FilterList * [filters] minor fix * [filters] fix remove filter * filter utils * more utils, remove apply * rewrite as class, remove 'me' references * [filter] implement on_change to decouple parent functions * Integrate new filters with new BaseList * Setup freeze area for ListView * Set breadcrumbs on setup_page * Trigger list update from events * Setup footnote area * Fix Kanban Board filters * Add filters to standard filters, then filter_list * Remove old files * Fix ImageView * Some more fixes for BaseList.init * Fix order_by on load * Report View: remember columns * Fix for hidden filters * Fix for delete items * InboxView * Shift select checkboxes * Fix ESLint errors * More refactoring - Move ListMenu to Listview - New FileView - Ability to add custom breadcrumbs * FileManager working * Tags, set filters from route options * Custom Reports Working * List Sidebar reports * Report Name as title * Fix ESLint errors * Fix UI tests * Fix Kanban test * Format ID column * [fix] Kanban cards title * Checkbox fix * Fix Activity Page * Update rows in Report in place * Child Table columns in Report View
1102 lines
16 KiB
Text
1102 lines
16 KiB
Text
@import "variables.less";
|
|
@import "mixins.less";
|
|
@import "common.less";
|
|
|
|
.nav-pills a, .nav-pills a:hover {
|
|
border-bottom: none;
|
|
}
|
|
|
|
a.form-link {
|
|
color: inherit;
|
|
font-weight: bold;
|
|
font-size: 102%;
|
|
}
|
|
|
|
a[disabled="disabled"] {
|
|
color: @text-muted;
|
|
text-decoration: none;
|
|
cursor: default;
|
|
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
.link-btn {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 4px;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
display: none;
|
|
z-index: 3;
|
|
}
|
|
|
|
.link-primary& {
|
|
color: @brand-primary;
|
|
|
|
&:hover, &:focus {
|
|
color: @brand-primary;
|
|
}
|
|
}
|
|
|
|
.scroll-to-top {
|
|
background-color: @light-bg;
|
|
padding: 7px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.alert-badge {
|
|
margin: 4px 0px;
|
|
}
|
|
|
|
.alert-badge .badge {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
/* alert */
|
|
|
|
|
|
#alert-container {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
right: 20px;
|
|
z-index: 1050;
|
|
}
|
|
|
|
#alert-container .desk-alert {
|
|
-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
|
|
-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
|
|
|
|
padding: 10px 40px 10px 20px;
|
|
max-width: 400px;
|
|
min-width: 200px;
|
|
max-height: 200px;
|
|
background-color: @light-yellow;
|
|
border: 1px solid @border-color;
|
|
|
|
// word-break: break-all;
|
|
overflow-y: auto;
|
|
position: relative;
|
|
|
|
.close {
|
|
color: inherit;
|
|
line-height: inherit;
|
|
opacity: 1;
|
|
font-size: inherit;
|
|
float: none;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
position: absolute;
|
|
right: 0px;
|
|
}
|
|
}
|
|
|
|
.missing-image {
|
|
background-color: @light-bg;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
width: 140px;
|
|
height: 140px;
|
|
}
|
|
|
|
.missing-image .octicon {
|
|
font-size: 32px;
|
|
color: @border-color;
|
|
}
|
|
|
|
.missing-image.small {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.missing-image.small .octicon {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.frappe-editor {
|
|
cursor: text;
|
|
}
|
|
|
|
.frappe-editor img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
textarea.form-control {
|
|
height: 120px;
|
|
}
|
|
|
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
|
background-color: @light-bg;
|
|
}
|
|
|
|
|
|
.link-select-row {
|
|
padding: 5px;
|
|
border-bottom: 1px solid @light-border-color;
|
|
}
|
|
|
|
.datepicker {
|
|
font-family: inherit;
|
|
z-index: 9999 !important;
|
|
|
|
&--time-current-hours, &--time-current-minutes, &--time-current-seconds {
|
|
font-family: inherit;
|
|
}
|
|
|
|
&--day-name {
|
|
color: @text-color;
|
|
}
|
|
|
|
&--cell {
|
|
&.-current- {
|
|
color: @brand-primary;
|
|
|
|
&.-in-range- {
|
|
color: @brand-primary;
|
|
}
|
|
}
|
|
|
|
&.-range-from-, &.-range-to- {
|
|
border: 1px solid fade(@brand-primary, 30%);
|
|
background: fade(@brand-primary, 10%);
|
|
}
|
|
|
|
&.-selected-, &.-current-.-selected- {
|
|
background: @brand-primary;
|
|
}
|
|
|
|
&.-in-range- {
|
|
background: fade(@brand-primary, 5%);
|
|
}
|
|
|
|
&.-in-range-.-focus- {
|
|
background: fade(@brand-primary, 10%);
|
|
}
|
|
|
|
&.-selected-.-focus- {
|
|
background: fade(@brand-primary, 90%);
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.datepicker--button {
|
|
color: @brand-primary;
|
|
}
|
|
|
|
.hidden-xs-inline, .hidden-xs-inline-block {
|
|
display: none;
|
|
}
|
|
|
|
.awesomplete {
|
|
width: 100%;
|
|
|
|
&> ul {
|
|
z-index: 1041 !important;
|
|
transition: none;
|
|
background-color: #fff;
|
|
max-height: 200px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
border-radius: 0px 0px 4px 4px;
|
|
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
|
|
border-color: @border-color;
|
|
|
|
&:before {
|
|
display: none;
|
|
}
|
|
|
|
li[aria-selected="true"] mark, mark {
|
|
padding: 0px;
|
|
background-color: inherit;
|
|
}
|
|
|
|
&> li {
|
|
font-size: 12px;
|
|
padding: 9px 11.8px;
|
|
}
|
|
|
|
&> li .link-option {
|
|
font-weight: normal;
|
|
}
|
|
|
|
&> li:hover, &> li[aria-selected=true] {
|
|
background-color: @btn-bg;
|
|
color: @text-color;
|
|
text-shadow: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
p {
|
|
margin: 3px 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: @screen-sm) {
|
|
&>ul {
|
|
top: 26px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.barcode-wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.video-modal .modal-dialog {
|
|
width: 700px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.hidden-xs-inline {
|
|
display: inline;
|
|
}
|
|
.hidden-xs-inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.listview-main-section {
|
|
border-right: 1px solid @border-color;
|
|
}
|
|
}
|
|
|
|
.panel-bg {
|
|
background-color: @panel-bg;
|
|
}
|
|
|
|
.light-bg {
|
|
background-color: @light-bg;
|
|
}
|
|
|
|
.modal-backdrop {
|
|
opacity: 0.5;
|
|
position: fixed;
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.modal-title {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.btn-primary.disabled {
|
|
background-color: #b1bdca;
|
|
color: #fff;
|
|
border-color: #b1bdca;
|
|
}
|
|
|
|
.form-control {
|
|
position: relative;
|
|
|
|
input {
|
|
// for vertically aligned text in inputs
|
|
padding: 6px 10px 8px;
|
|
}
|
|
}
|
|
|
|
.input-area {
|
|
position: relative;
|
|
}
|
|
|
|
.link-field.ui-front {
|
|
z-index: inherit;
|
|
}
|
|
|
|
.modal .hasDatepicker {
|
|
z-index: 1140;
|
|
}
|
|
|
|
.link-field.ui-front {
|
|
z-index: inherit;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.print-preview {
|
|
padding: 0px;
|
|
max-width: 8.3in;
|
|
margin: auto;
|
|
min-height: 11.69in;
|
|
}
|
|
|
|
.open-notification {
|
|
position:relative;
|
|
left: 2px;
|
|
display:inline-block;
|
|
background:#ff5858;
|
|
font-size: @text-medium;
|
|
line-height:20px;
|
|
padding:0 8px;
|
|
color:#fff;
|
|
border-radius:10px;
|
|
cursor: pointer;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
a.progress-small {
|
|
.progress-chart {
|
|
width: 40px;
|
|
margin-top: 4px;
|
|
float: right;
|
|
}
|
|
|
|
.progress {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.progress-bar {
|
|
transition: unset;
|
|
background-color: #98d85b;
|
|
}
|
|
}
|
|
|
|
li.user-progress {
|
|
.progress-chart {
|
|
width: 50px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.progress {
|
|
margin-bottom: 0;
|
|
background-color: #fff;
|
|
border: 1px solid #e5e7e9;
|
|
}
|
|
|
|
.progress-bar {
|
|
transition: unset;
|
|
background-color: #98d85b;
|
|
}
|
|
}
|
|
|
|
/* on small screens, show only icons on top */
|
|
@media (max-width: 767px) {
|
|
.module-view-layout .nav-stacked > li {
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.nav-stacked > li + li {
|
|
margin-top: 0px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
li.user-progress .progress-chart {
|
|
width: 25px;
|
|
}
|
|
}
|
|
|
|
.msg-box {
|
|
padding: 30px 15px;
|
|
text-align: center;
|
|
color: @text-muted;
|
|
}
|
|
|
|
.no-border {
|
|
border: none !important;
|
|
}
|
|
|
|
.message-row {
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.message-row .indicator {
|
|
margin-left: -5px;
|
|
margin-right: -20px;
|
|
}
|
|
|
|
.message-box {
|
|
.indicator {
|
|
margin-right: 15px;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.timeline-head {
|
|
padding: 30px;
|
|
border: 0px;
|
|
border-bottom: 1px solid @border-color;
|
|
}
|
|
}
|
|
|
|
.page-only-label {
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.intro-area {
|
|
padding: 15px 30px;
|
|
}
|
|
|
|
.file-upload {
|
|
.input-group-addon {
|
|
color: @text-muted;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.file-upload-or {
|
|
font-size: 12px;
|
|
margin: 0px 7px;
|
|
}
|
|
|
|
.uploaded-filename,
|
|
.web-link-wrapper,
|
|
.input-upload,
|
|
.input-link {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.input-upload {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.uploaded-filename {
|
|
border: 1px solid @border-color;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.uploaded-filename .btn-group {
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.uploaded-filename-display {
|
|
max-width: 150px;
|
|
}
|
|
|
|
.file-public-column {
|
|
flex: 0 0 36px;
|
|
order: -1;
|
|
justify-content: flex-end;
|
|
|
|
input[type="checkbox"] {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.frappe-rtl input ,.frappe-rtl textarea {
|
|
direction: rtl;
|
|
}
|
|
|
|
.frappe-rtl .checkbox .disp-area {
|
|
margin-right: -20px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.checkbox .disp-area {
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.text-editor {
|
|
height: 400px;
|
|
background-color: white;
|
|
border-collapse: separate;
|
|
border: 1px solid rgb(204, 204, 204);
|
|
padding: 4px;
|
|
box-sizing: content-box;
|
|
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
|
|
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
|
|
border-radius: 3px;
|
|
overflow: scroll;
|
|
outline: none;
|
|
}
|
|
|
|
.markdown-text-editor {
|
|
height: 451px;
|
|
font-family: Monaco, "Courier New", monospace;
|
|
}
|
|
|
|
.breadcrumb {
|
|
font-size: 12px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.breadcrumb.for-file-list {
|
|
margin-bottom: 0px;
|
|
padding: 18px 15px;
|
|
border-bottom: 1px solid @border-color;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
// like pop-over
|
|
.liked-by-popover {
|
|
min-width: 200px;
|
|
margin-top: -10px;
|
|
margin-bottom: -10px;
|
|
|
|
li {
|
|
margin: 15px 0px;
|
|
}
|
|
}
|
|
|
|
.screenshot {
|
|
border: 1px solid @border-color;
|
|
box-shadow: 1px 1px 7px rgba(0,0,0,0.15);
|
|
margin: 8px 0px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.help-modal {
|
|
a {
|
|
color: @brand-primary;
|
|
}
|
|
|
|
.modal-dialog {
|
|
width: 768px;
|
|
}
|
|
|
|
.modal-body {
|
|
padding: 15px 27px;
|
|
}
|
|
|
|
.parent-link {
|
|
&:before {
|
|
font-family: 'Octicons';
|
|
content: '\f0a4';
|
|
}
|
|
}
|
|
|
|
.edit-container {
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
@media (max-width: @screen-xs) {
|
|
.modal-dialog {
|
|
width: auto;
|
|
}
|
|
|
|
.modal-content {
|
|
height: auto !important;
|
|
}
|
|
|
|
iframe {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search-result {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
// summernote editor
|
|
.note-editor {
|
|
margin-top: 5px;
|
|
|
|
&.note-frame {
|
|
border-color: @border-color;
|
|
}
|
|
|
|
.btn {
|
|
outline: none !important;
|
|
}
|
|
|
|
.dropdown-style > li > a > * {
|
|
margin: 0;
|
|
}
|
|
.fa.fa-check {
|
|
color: @text-color !important;
|
|
}
|
|
.dropdown-menu {
|
|
z-index: 100;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
}
|
|
.note-image-input {
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
// hide some buttons in modal
|
|
.modal .note-editor {
|
|
.note-btn-italic,
|
|
.note-btn-underline,
|
|
[data-original-title="Font Size"],
|
|
[data-original-title="Video"],
|
|
[data-original-title="Table"] {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.note-hint-popover {
|
|
border-radius: 3px;
|
|
border-color: @border-color;
|
|
padding: 0;
|
|
|
|
.popover-content {
|
|
padding: 0;
|
|
}
|
|
|
|
.note-hint-item {
|
|
color: @text-color !important;
|
|
padding: 5px 8.8px !important;
|
|
}
|
|
.note-hint-item.active {
|
|
background-color: @btn-bg !important;
|
|
}
|
|
}
|
|
|
|
.search-dialog {
|
|
.modal-dialog {
|
|
width: 768px;
|
|
}
|
|
|
|
.search-header {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 5px;
|
|
}
|
|
|
|
.modal-body {
|
|
padding: 0px 15px;
|
|
|
|
}
|
|
|
|
.empty-state {
|
|
color: #d4d9dd;
|
|
height: 500px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
|
|
.status-icon {
|
|
font-size: 40px;
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
font-size: 15px;
|
|
display: block;
|
|
}
|
|
|
|
.cover {
|
|
color: white;
|
|
font-size: 6px;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
@keyframes twinkle {
|
|
0% { opacity:1; }
|
|
50% { opacity:0; }
|
|
100% { opacity:1; }
|
|
}
|
|
@-o-keyframes twinkle {
|
|
0% { opacity:1; }
|
|
50% { opacity:0; }
|
|
100% { opacity:1; }
|
|
}
|
|
@-moz-keyframes twinkle {
|
|
0% { opacity:1; }
|
|
50% { opacity:0; }
|
|
100% { opacity:1; }
|
|
}
|
|
@-webkit-keyframes twinkle {
|
|
0% { opacity:1; }
|
|
50% { opacity:0; }
|
|
100% { opacity:1; }
|
|
}
|
|
.twinkle-one {
|
|
-webkit-animation: twinkle 1.5s ease infinite;
|
|
-moz-animation: twinkle 1.5s ease infinite;
|
|
-o-animation: twinkle 1.5s ease infinite;
|
|
animation: twinkle 1.5s ease infinite;
|
|
}
|
|
.twinkle-two {
|
|
-webkit-animation: twinkle 1.5s ease infinite 0.5s;
|
|
-moz-animation: twinkle 1.5s ease infinite 0.5s;
|
|
-o-animation: twinkle 1.5s ease infinite 0.5s;
|
|
animation: twinkle 1.5s ease infinite 0.5s;
|
|
}
|
|
.twinkle-three {
|
|
-webkit-animation: twinkle 1.5s ease infinite 1s;
|
|
-moz-animation: twinkle 1.5s ease infinite 1s;
|
|
-o-animation: twinkle 1.5s ease infinite 1s;
|
|
animation: twinkle 1.5s ease infinite 1s;
|
|
}
|
|
|
|
input.form-control {
|
|
border: none;
|
|
border-left-style:none;
|
|
}
|
|
|
|
input.form-control:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.layout-side-section,
|
|
.layout-main-section {
|
|
height: 500px;
|
|
padding: 0px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.layout-side-section {
|
|
.module-sidebar-nav {
|
|
margin-top: 0px;
|
|
}
|
|
.help-link {
|
|
padding-top: 20px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.nav {
|
|
li a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-left: 20px;
|
|
background-color: #ffffff;
|
|
|
|
i {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.active i {
|
|
visibility: visible;
|
|
}
|
|
|
|
.select a, a:hover {
|
|
background-color: #f7fafc;
|
|
}
|
|
}
|
|
}
|
|
|
|
.results-area {
|
|
.single-link a {
|
|
color: #36414c;
|
|
}
|
|
}
|
|
|
|
.module-section {
|
|
.back-link {
|
|
margin-bottom: 20px;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.all-results-link:before {
|
|
font-family: 'Octicons';
|
|
content: '\f0a4';
|
|
}
|
|
|
|
.result {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
.full-list {
|
|
.result {
|
|
margin-top: 15px;
|
|
|
|
.result-subtype {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.result-with-subtype {
|
|
border-bottom: 1px solid #d1d8dd;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.section-head {
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
.dual-section {
|
|
.result-subtype{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.result-status {
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.more-results {
|
|
display: none;
|
|
}
|
|
|
|
.result {
|
|
p {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.result-image {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
height: 60px;
|
|
width: 60px;
|
|
background-color: #fafbfc;
|
|
|
|
.flex-text {
|
|
display: flex;
|
|
height: 60px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
span {
|
|
font-size: 30px;
|
|
color: @text-extra-muted;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: @screen-xs) {
|
|
.modal-dialog {
|
|
width: auto;
|
|
}
|
|
|
|
.modal-content {
|
|
height: auto !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: @screen-sm) {
|
|
.module-body {
|
|
margin: 0px;
|
|
border-top: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 600px) {
|
|
.results-area .back-link {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.note-editor.note-frame .note-editing-area .note-editable {
|
|
color: @text-color;
|
|
}
|
|
|
|
// custom font awesome checkbox
|
|
input[type="checkbox"] {
|
|
position: relative;
|
|
left: -999999px;
|
|
|
|
&:before {
|
|
position: absolute;
|
|
font-family: 'FontAwesome';
|
|
content: '\f096';
|
|
visibility: visible;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 14px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
color: @text-extra-muted;
|
|
.transition(150ms color);
|
|
left: 999999px;
|
|
}
|
|
|
|
&:focus:before {
|
|
color: @text-muted;
|
|
}
|
|
|
|
&:checked:before {
|
|
content: '\f14a';
|
|
font-size: 13px;
|
|
color: @checkbox-color;
|
|
}
|
|
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
// Will not be required after commonifying lists with empty state
|
|
.multiselect-empty-state{
|
|
min-height: 300px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
|
|
// mozilla doesn't support
|
|
// pseudo elements on checkbox
|
|
@-moz-document url-prefix() {
|
|
input[type="checkbox"] {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
|
|
// edge doesn't support pseudo elements on checkbox
|
|
//Microsoft Edge Browser 12+ (All)
|
|
@supports (-ms-ime-align:auto) {
|
|
input[type="checkbox"] {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
|
|
// color picker
|
|
.color-picker {
|
|
position: relative;
|
|
z-index: 999;
|
|
|
|
.color-picker-pallete {
|
|
border-radius: 4px;
|
|
box-shadow: 0 4px 12px rgba(0,0,0,.15);
|
|
background: #fff;
|
|
border: 1px solid @border-color;
|
|
width: 290px;
|
|
height: 106px;
|
|
padding-top: 10px;
|
|
padding-left: 5px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
&:after,
|
|
&:before {
|
|
border: solid transparent;
|
|
content: " ";
|
|
height: 0;
|
|
width: 0;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
bottom: 100%;
|
|
left: 30px;
|
|
}
|
|
&:after {
|
|
border-color: rgba(255, 255, 255, 0);
|
|
border-bottom-color: #fff;
|
|
border-width: 8px;
|
|
margin-left: -8px;
|
|
}
|
|
&:before {
|
|
border-color: rgba(221, 221, 221, 0);
|
|
border-bottom-color: @border-color;
|
|
border-width: 9px;
|
|
margin-left: -9px;
|
|
}
|
|
}
|
|
.color-box {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: -2px 0 0 3px;
|
|
border: 1px solid rgba(0,0,0, 0.25);
|
|
|
|
}
|
|
}
|
|
|
|
// Slides
|
|
.slides-wrapper {
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
.fa-circle {
|
|
font-size: 10px;
|
|
margin: 0px 2px;
|
|
&.active {
|
|
color: #5e64ff;
|
|
}
|
|
&.link {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.slide-wrapper {
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
.form {
|
|
margin-top: 30px;
|
|
.form-layout {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.form-section {
|
|
padding: 0px 7px;
|
|
border: none;
|
|
}
|
|
}
|
|
.add-more {
|
|
margin-bottom: 30px;
|
|
}
|
|
.lead {
|
|
margin-top: 20px;
|
|
}
|
|
.success-state {
|
|
margin-bottom: 20px;
|
|
}
|
|
.next-steps-links {
|
|
.title {
|
|
text-transform: uppercase;
|
|
color: #8D99A6;
|
|
font-size: 11px;
|
|
}
|
|
|
|
}
|
|
.btn-primary {
|
|
font-weight: bold;
|
|
}
|
|
.footer {
|
|
margin-top: 15px;
|
|
padding: 0px 7px;
|
|
|
|
.btn:not(:last-child) {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
a.make-btn.disabled {
|
|
background-color: #b1bdca;
|
|
color: #fff;
|
|
border-color: #b1bdca;
|
|
}
|
|
}
|
|
}
|
|
|
|
// User Progress Dialog
|
|
.user-progress-dialog {
|
|
.slides-progress {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.done-state {
|
|
.check-container {
|
|
font-size: 64px;
|
|
margin: 40px;
|
|
}
|
|
|
|
.title {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.help-links {
|
|
|
|
a {
|
|
margin: 0px 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|