__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
@import "../common/_variables";
#am-events {
.am-events-filter {
.el-row {
.el-col {
.el-input,
.el-select,
.el-date-editor {
width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 0;
@media @less-then-medium {
margin-bottom: @margin-medium;
}
}
&:last-child {
.el-input,
.el-select,
.el-date-editor {
margin-bottom: 0;
}
}
.am-filter-buttons {
display: flex;
}
@media (max-width: 1020px) {
.am-filter-buttons button:nth-child(2) {
margin-left: 4px;
}
}
@media (max-width: 960px) {
.am-filter-buttons button:nth-child(2) {
margin-left: 10px;
}
}
@media (max-width: 1549px) {
&.am-tag-filter {
width: 15%;
}
&.am-grid-view-filter {
width: 10%;
}
}
@media (max-width: 1330px) {
&.am-tag-filter {
width: 13%;
}
&.am-grid-view-filter {
width: 12%;
}
}
@media (max-width: 1150px) {
&.am-tag-filter {
width: 11%;
}
&.am-grid-view-filter {
width: 14%;
}
}
@media (max-width: 991px) {
&.am-tag-filter {
width: 100%;
}
&.am-grid-view-filter {
width: 100%;
}
}
}
}
.v-calendar-column {
.el-form-item {
margin-bottom: 0;
@media @less-then-medium {
margin-bottom: @margin-medium;
}
}
.popover-container {
margin-bottom: 0;
}
}
}
.am-events-list-head {
padding: @padding-medium @padding-big;
@media @less-then-large {
display: none;
}
p {
margin: 0;
color: @color-text-second;
text-transform: uppercase;
font-size: @mini-fs;
}
}
.am-events-list-day-title {
padding: @padding-small/2 @padding-big @padding-small/2 @padding-big;
background-color: @color-light-gray;
.el-checkbox {
margin-right: @margin-small/2;
vertical-align: initial;
}
.el-checkbox__label {
display: none;
}
h2 {
line-height: 2;
font-size: 16px;
color: @color-text-second;
}
}
.am-events {
padding: 0;
.am-events-list {
.am-event {
padding: @padding-medium @padding-big;
border-bottom: 1px solid @color-divider-gray;
&.is-active {
.am-event-data {
h3.grouped:after {
background-color: inherit;
}
}
}
.am-event-data {
>.el-row {
display: flex;
align-items: center;
@media @less-then-large {
display: block;
}
}
.el-checkbox {
margin-right: @margin-small/2;
}
.el-checkbox__label {
padding-left: @padding-small - 2px;
}
h4 {
margin: 0;
}
h3 {
margin-bottom: 0;
overflow: hidden;
max-width: 100%;
height: 24px;
&.grouped {
padding-right: @padding-medium;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
svg {
width: 16px;
}
}
}
p {
margin: 0;
font-size: @small-fs;
}
.am-event-closed {
cursor: pointer;
display: inline-block;
padding: 0 @padding-medium /4;
color: @color-red;
background: fade(@color-red, 5%);
border-radius: 4px;
&:before {
display: inline-block;
width: 7px;
height: 7px;
background: @color-red;
border-radius: 50%;
content: "";
vertical-align: middle;
margin-right: 4px;
}
}
.am-event-open {
cursor: pointer;
display: inline-block;
padding:0 @padding-medium /4;
color: @color-green;
background: fade(@color-green, 5%);
border-radius: 4px;
&:before {
display: inline-block;
width: 7px;
height: 7px;
background: @color-green;
border-radius: 50%;
content: "";
vertical-align: middle;
margin-right: 4px;
}
}
.am-recurring-label {
color: @color-orange;
img, svg {
vertical-align: middle;
margin-right: 2px;
width: 14px;
}
}
.el-button {
margin-top: 0;
@media @less-then-medium {
padding-left: @padding-medium - 4px;
padding-right: @padding-medium - 4px;
}
}
.el-select {
display: block;
.el-input {
margin-bottom: 0;
}
}
.am-event-checkbox {
@media only screen and ( max-width: 1367px) {
display: block;
margin-bottom: 2px;
}
}
.am-align-right {
@media @less-then-small {
text-align: left;
margin-bottom: 0;
}
}
.am-event-time {
line-height: 1.6;
display: inline-block;
padding: 0 @padding-small/4;
border-radius: @border-radius/2;
&.approved {
background-color: fade(@color-green, 10%);
color: @color-green;
}
&.pending {
background-color: fade(@color-orange, 10%);
color: @color-orange;
}
&.canceled {
background-color: fade(@color-red, 10%);
color: @color-red;
}
&.rejected {
background-color: fade(@color-text-prime, 10%);
color: @color-text-prime;
}
&.paid {
background-color: fade(@color-green, 10%);
color: @color-green;
}
&.partiallyPaid {
background-color: fade(@color-blue, 10%);
color: @color-blue;
}
@media @less-then-medium {
font-size: @mini-fs;
}
}
.am-events-flex-row-middle-align {
min-height: 44px;
@media @less-then-small {
margin-bottom: 0;
}
.am-event-data-id {
color: @color-text-second;
font-size: 14px;
font-weight: 400;
}
}
.am-edit-btn {
text-align: right;
margin-right: @margin-medium*2;
@media @less-then-large {
margin-right: 0;
}
}
.am-customer-status {
margin-right: @margin-medium;
color: @color-green;
text-transform: capitalize;
font-size: 12px;
line-height: 1.8;
display: inline-block;
padding: 0 @padding-small/2;
border-radius: @border-radius/2;
text-align: center;
&.pending {
background-color: fade(@color-orange, 10%);
color: @color-orange;
}
&.approved {
background-color: fade(@color-green, 10%);
color: @color-green;
}
&.canceled {
background-color: fade(@color-red, 10%);
color: @color-red;
}
&.rejected {
background-color: fade(@color-text-prime, 10%);
color: @color-text-prime;
}
&.closed {
background-color: fade(@color-text-second, 10%);
color: @color-text-second;
}
&.full {
background-color: fade(@color-blue, 10%);
color: @color-blue;
}
&.upcoming {
background-color: fade(@color-orange, 10%);
color: @color-orange;
}
&.opened {
background-color: fade(@color-green, 10%);
color: @color-green;
}
&.waiting-list {
background-color: #FDF9E8;
color: #CCA20C;
}
}
}
}
}
}
#pane-details {
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
max-height: 110px;
overflow-x: hidden;
}
@media only screen and (max-width: 782px) {
.ql-toolbar.ql-snow {
min-height: 90px;
}
}
}
}
@media @less-then-large {
.el-col:first-child {
.am-events-flex-row-middle-align {
margin-bottom: @margin-medium;
}
}
}
.am-events-flex-row-middle-align {
display: flex;
align-items: center;
min-height: 20px;
@media @less-then-large {
align-items: inherit;
}
@media @less-then-small {
display: block;
&:first-of-type {
margin-bottom: 0;
}
}
.el-col {
@media @less-then-small {
margin-bottom: @margin-medium;
}
}
.am-event-spots {
@media @more-then-small {
text-align: center;
}
}
.am-event-location {
display: none;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| amelia-booking.less | File | 694 B | 0640 |
|
| appointments.less | File | 11.5 KB | 0640 |
|
| calendar.less | File | 14.87 KB | 0640 |
|
| customers.less | File | 4.85 KB | 0640 |
|
| customize.less | File | 109.12 KB | 0640 |
|
| dashboard.less | File | 11.13 KB | 0640 |
|
| dialogs.less | File | 36.94 KB | 0640 |
|
| elementor.less | File | 3.74 KB | 0640 |
|
| email-notifications.less | File | 20.88 KB | 0640 |
|
| employees.less | File | 10.93 KB | 0640 |
|
| events.less | File | 9.61 KB | 0640 |
|
| finance.less | File | 9.54 KB | 0640 |
|
| import.less | File | 960 B | 0640 |
|
| licence.less | File | 1.71 KB | 0640 |
|
| lite-vs-premium.less | File | 5.18 KB | 0640 |
|
| locations.less | File | 3.99 KB | 0640 |
|
| recurring.less | File | 5.9 KB | 0640 |
|
| services.less | File | 20.9 KB | 0640 |
|
| settings.less | File | 10.86 KB | 0640 |
|
| whats-new.less | File | 14.64 KB | 0640 |
|