amelia-booking.less
2 years ago
appointments.less
1 year ago
calendar.less
2 years ago
customers.less
1 year ago
customize.less
1 year ago
dashboard.less
2 years ago
dialogs.less
1 year ago
elementor.less
2 years ago
email-notifications.less
1 year ago
employees.less
1 year ago
events.less
1 year ago
finance.less
1 year ago
import.less
4 years ago
licence.less
2 years ago
lite-vs-premium.less
2 years ago
locations.less
6 years ago
recurring.less
6 years ago
services.less
1 year ago
settings.less
1 year ago
whats-new.less
2 years ago
import.less
53 lines
| 1 | @import "../common/_variables"; |
| 2 | |
| 3 | .am-import { |
| 4 | &-rules { |
| 5 | border: 1px solid #E0E2E4; |
| 6 | border-radius: @border-radius; |
| 7 | padding: @padding-small; |
| 8 | } |
| 9 | &-rule-list { |
| 10 | ul { |
| 11 | margin-left: 40px |
| 12 | } |
| 13 | li { |
| 14 | display: list-item; |
| 15 | list-style-type: disc; |
| 16 | } |
| 17 | } |
| 18 | &-outcome { |
| 19 | div { |
| 20 | display: flex; |
| 21 | flex-direction: column; |
| 22 | flex-wrap: wrap; |
| 23 | justify-content: center; |
| 24 | text-align: center; |
| 25 | } |
| 26 | } |
| 27 | &-columns { |
| 28 | &-select { |
| 29 | margin-bottom: 0 !important; |
| 30 | .el-form-item__error { |
| 31 | bottom: 3px; |
| 32 | @media @less-then-xsmall { |
| 33 | bottom: -3px; |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 | &-text { |
| 38 | text-overflow: ellipsis; |
| 39 | overflow: hidden; |
| 40 | white-space: nowrap; |
| 41 | @media @more-then-small { |
| 42 | margin-top: 12px; |
| 43 | margin-bottom: 0; |
| 44 | } |
| 45 | @media @less-then-small { |
| 46 | margin-bottom: 12px !important; |
| 47 | margin-top: 0; |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | |
| 53 |