devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
60 lines (50 loc) • 1.51 kB
text/less
/**
* DevExtreme (widgets/material/recurrenceEditor.material.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "../base/recurrenceEditor.less";
@import (once) "./checkBox.material.less";
@import (once) "./radioGroup.material.less";
@import (once) "./numberBox.material.less";
@import (once) "./selectBox.material.less";
@import (once) "./dateBox.material.less";
.dx-recurrence-editor-container {
position: relative;
margin-bottom: 21px;
padding-top: 17px;
.dx-recurrence-interval-field {
margin-bottom: 20px;
}
}
.dx-scheduler-recurrence-rule-item.dx-field-item {
.dx-recurrence-radiogroup-repeat-type {
top: 10px;
}
.dx-recurrence-repeat-end-container {
margin: 0;
}
.dx-recurrence-repeat-on {
margin-bottom: 10px;
}
.dx-recurrence-radiogroup-repeat-type-label,
.dx-recurrence-numberbox-interval-label,
.dx-recurrence-repeat-on-label,
.dx-recurrence-repeat-end-container-label {
line-height: @MATERIAL_BASE_INLINE_WIDGET_HEIGHT;
}
.dx-recurrence-repeat-end-container-label,
.dx-recurrence-repeat-end-container {
padding-top: 0;
line-height: 38px;
}
.dx-recurrence-datebox-until-date {
margin-left: 23px;
}
.dx-recurrence-numberbox-repeat-count {
margin-left: 11px;
}
}