admin-fix.css
2 weeks ago
admin-fix.min.css
2 weeks ago
admin-style.css
2 weeks ago
admin-style.css.map
2 weeks ago
admin-style.min.css
2 weeks ago
admin-style.min.css.map
2 weeks ago
dashboard.css
2 weeks ago
dashboard.css.map
2 weeks ago
dashboard.min.css
2 weeks ago
dashboard.min.css.map
2 weeks ago
gutenberg-jalali-calendar.build.css
2 weeks ago
jalalidatepicker.css
2 weeks ago
jalalidatepicker.min.css
2 weeks ago
keen-slider.css
2 weeks ago
keen-slider.min.css
2 weeks ago
tinymce-editor-rtl.css
2 weeks ago
tinymce-editor.css
2 weeks ago
tinymce-editor.min-rtl.css
2 weeks ago
tinymce-editor.min.css
2 weeks ago
vazir-font.css
2 weeks ago
vazir-font.css.map
2 weeks ago
vazir-font.min.css
2 weeks ago
vazir-font.min.css.map
2 weeks ago
jalalidatepicker.css
240 lines
| 1 | /*!********************************************************************************************************************************************!*\ |
| 2 | !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***! |
| 3 | \********************************************************************************************************************************************/ |
| 4 | jdp-container { |
| 5 | position: absolute; |
| 6 | max-width: 307.875px; |
| 7 | background: #fff; |
| 8 | display: block; |
| 9 | direction: rtl; |
| 10 | padding: 0.5rem 0; |
| 11 | box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); |
| 12 | border-radius: 4px; |
| 13 | overflow: hidden; |
| 14 | -ms-touch-action: manipulation; |
| 15 | touch-action: manipulation; |
| 16 | -moz-user-select: none; |
| 17 | -webkit-user-select: none; |
| 18 | -ms-user-select: none; |
| 19 | user-select: none; |
| 20 | -moz-animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1); |
| 21 | -webkit-animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1); |
| 22 | animation: jdpOpenAnimation 300ms cubic-bezier(0.23, 1, 0.32, 1); |
| 23 | } |
| 24 | |
| 25 | jdp-container, jdp-container *, jdp-container *::after, jdp-container *::before { |
| 26 | -moz-box-sizing: border-box; |
| 27 | -webkit-box-sizing: border-box; |
| 28 | box-sizing: border-box; |
| 29 | } |
| 30 | |
| 31 | jdp-container .jdp-icon-plus, jdp-container .jdp-icon-minus { |
| 32 | display: inline-block; |
| 33 | text-align: center; |
| 34 | cursor: pointer; |
| 35 | vertical-align: middle; |
| 36 | overflow: hidden; |
| 37 | flex: none; |
| 38 | text-decoration: none; |
| 39 | border: 1px solid #e6e6e6; |
| 40 | border-radius: 4px; |
| 41 | } |
| 42 | |
| 43 | jdp-container .jdp-icon-plus svg, jdp-container .jdp-icon-minus svg { |
| 44 | width: 1.5rem; |
| 45 | height: 1.5rem; |
| 46 | padding: 0.375rem; |
| 47 | } |
| 48 | |
| 49 | jdp-container .jdp-icon-plus.not-in-range, jdp-container .jdp-icon-minus.not-in-range { |
| 50 | cursor: not-allowed; |
| 51 | } |
| 52 | |
| 53 | jdp-container .jdp-icon-plus.not-in-range svg, jdp-container .jdp-icon-minus.not-in-range svg { |
| 54 | opacity: 0.3; |
| 55 | } |
| 56 | |
| 57 | jdp-container .jdp-years, jdp-container .jdp-months { |
| 58 | display: inline-flex; |
| 59 | margin: 0 2.5%; |
| 60 | font-size: 120%; |
| 61 | color: rgba(0, 0, 0, 0.8); |
| 62 | fill: rgba(0, 0, 0, 0.8); |
| 63 | } |
| 64 | |
| 65 | jdp-container .jdp-months { |
| 66 | width: 55%; |
| 67 | } |
| 68 | |
| 69 | jdp-container .jdp-years { |
| 70 | width: 35%; |
| 71 | } |
| 72 | |
| 73 | jdp-container .jdp-year, jdp-container .jdp-year input, jdp-container .jdp-year select, jdp-container .jdp-month, jdp-container .jdp-month input, jdp-container .jdp-month select { |
| 74 | width: 100%; |
| 75 | height: auto; |
| 76 | text-align: center; |
| 77 | background: transparent; |
| 78 | border: none; |
| 79 | border-radius: 0; |
| 80 | padding: 0; |
| 81 | margin: 0; |
| 82 | display: inline-block; |
| 83 | font-size: inherit; |
| 84 | font-family: inherit; |
| 85 | vertical-align: initial; |
| 86 | font-weight: 300; |
| 87 | color: inherit; |
| 88 | line-height: inherit; |
| 89 | outline: none; |
| 90 | } |
| 91 | |
| 92 | jdp-container .jdp-year:focus, jdp-container .jdp-year:active, jdp-container .jdp-year input:focus, jdp-container .jdp-year input:active, jdp-container .jdp-year select:focus, jdp-container .jdp-year select:active, jdp-container .jdp-month:focus, jdp-container .jdp-month:active, jdp-container .jdp-month input:focus, jdp-container .jdp-month input:active, jdp-container .jdp-month select:focus, jdp-container .jdp-month select:active { |
| 93 | outline: none; |
| 94 | } |
| 95 | |
| 96 | jdp-container .jdp-year:hover, jdp-container .jdp-year input:hover, jdp-container .jdp-year select:hover, jdp-container .jdp-month:hover, jdp-container .jdp-month input:hover, jdp-container .jdp-month select:hover { |
| 97 | background: rgba(0, 0, 0, 0.05); |
| 98 | } |
| 99 | |
| 100 | jdp-container .jdp-year input, jdp-container .jdp-month input { |
| 101 | cursor: text; |
| 102 | -webkit-appearance: none; |
| 103 | -moz-appearance: textfield; |
| 104 | } |
| 105 | |
| 106 | jdp-container .jdp-year input::-webkit-outer-spin-button, jdp-container .jdp-year input::-webkit-inner-spin-button, jdp-container .jdp-month input::-webkit-outer-spin-button, jdp-container .jdp-month input::-webkit-inner-spin-button { |
| 107 | -webkit-appearance: none; |
| 108 | } |
| 109 | |
| 110 | jdp-container .jdp-year select, jdp-container .jdp-month select { |
| 111 | cursor: pointer; |
| 112 | position: relative; |
| 113 | -webkit-appearance: menulist; |
| 114 | -moz-appearance: menulist; |
| 115 | } |
| 116 | |
| 117 | jdp-container .jdp-days { |
| 118 | padding: 0.5rem 0 0 0; |
| 119 | outline: 0; |
| 120 | text-align: left; |
| 121 | width: 100%; |
| 122 | display: inline-block; |
| 123 | display: -ms-flexbox; |
| 124 | display: flex; |
| 125 | flex-wrap: wrap; |
| 126 | -ms-flex-wrap: wrap; |
| 127 | -ms-flex-pack: justify; |
| 128 | justify-content: space-around; |
| 129 | } |
| 130 | |
| 131 | jdp-container .jdp-day, jdp-container .jdp-day-name { |
| 132 | background: none; |
| 133 | border: 1px solid transparent; |
| 134 | font-weight: 400; |
| 135 | width: 14.2857143%; |
| 136 | flex-basis: 14.2857143%; |
| 137 | height: 31px; |
| 138 | line-height: 31px; |
| 139 | margin: 2px 0; |
| 140 | display: inline-block; |
| 141 | position: relative; |
| 142 | justify-content: center; |
| 143 | text-align: center; |
| 144 | color: rgba(0, 0, 0, 0.8); |
| 145 | } |
| 146 | |
| 147 | jdp-container .jdp-day.today, jdp-container .jdp-day-name.today { |
| 148 | border-color: rgba(0, 0, 0, 0.3); |
| 149 | } |
| 150 | |
| 151 | jdp-container .jdp-day.selected, jdp-container .jdp-day-name.selected { |
| 152 | background-color: #569ff7 !important; |
| 153 | color: #fff !important; |
| 154 | } |
| 155 | |
| 156 | jdp-container .jdp-day.last-week, jdp-container .jdp-day-name.last-week { |
| 157 | color: #f44336; |
| 158 | } |
| 159 | |
| 160 | jdp-container .jdp-day:empty { |
| 161 | background: rgba(0, 0, 0, 0.05); |
| 162 | border-color: #fff; |
| 163 | } |
| 164 | |
| 165 | jdp-container .jdp-day:not(:empty) { |
| 166 | cursor: pointer; |
| 167 | border-radius: 4px; |
| 168 | transition: linear 0.1s; |
| 169 | } |
| 170 | |
| 171 | jdp-container .jdp-day:not(:empty):hover { |
| 172 | background: rgba(0, 0, 0, 0.1); |
| 173 | transform: scale(1.15); |
| 174 | z-index: 1; |
| 175 | } |
| 176 | |
| 177 | jdp-container .jdp-day-name { |
| 178 | border-radius: 0; |
| 179 | font-weight: 900; |
| 180 | font-size: 90%; |
| 181 | background-color: rgba(0, 0, 0, 0.1); |
| 182 | cursor: default; |
| 183 | } |
| 184 | |
| 185 | jdp-container .jdp-footer { |
| 186 | padding: 0.5rem 0.5rem 0 0.5rem; |
| 187 | outline: 0; |
| 188 | width: 100%; |
| 189 | display: inline-block; |
| 190 | display: -ms-flexbox; |
| 191 | display: flex; |
| 192 | flex-wrap: nowrap; |
| 193 | -ms-flex-wrap: nowrap; |
| 194 | -ms-flex-pack: justify; |
| 195 | justify-content: space-between; |
| 196 | } |
| 197 | |
| 198 | jdp-container .jdp-btn-today, jdp-container .jdp-btn-empty { |
| 199 | background: #569ff7; |
| 200 | font-size: 90%; |
| 201 | padding: 0.3em 0.6em; |
| 202 | border-radius: 5px; |
| 203 | font-weight: 400; |
| 204 | display: inline-block; |
| 205 | text-align: center; |
| 206 | color: #fff; |
| 207 | cursor: pointer; |
| 208 | } |
| 209 | |
| 210 | @-webkit-keyframes jdpOpenAnimation { |
| 211 | from { |
| 212 | opacity: 0; |
| 213 | transform: scale(0.8); |
| 214 | } |
| 215 | to { |
| 216 | opacity: 1; |
| 217 | transform: scale(1); |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | @keyframes jdpOpenAnimation { |
| 222 | from { |
| 223 | opacity: 0; |
| 224 | transform: scale(0.8); |
| 225 | } |
| 226 | to { |
| 227 | opacity: 1; |
| 228 | transform: scale(1); |
| 229 | } |
| 230 | } |
| 231 | |
| 232 | @media only screen and (max-width: 307.875px) { |
| 233 | jdp-container { |
| 234 | max-width: 90%; |
| 235 | } |
| 236 | } |
| 237 | |
| 238 | #ui-datepicker-div { |
| 239 | display: none !important |
| 240 | } |