@wizishop/angular-components 0.0.213 → 0.0.214

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2042,285 +2042,6 @@ $wac-subtitle-color: #7A87A1!default;
2042
2042
  }
2043
2043
  }
2044
2044
  }
2045
- .wac-card-price {
2046
- width: 100%;
2047
- padding: 30px;
2048
- border-radius: 3px;
2049
- background-color: $wac-white;
2050
- display: flex;
2051
- flex-direction: column;
2052
- border: 1px solid $wac-white;
2053
-
2054
- box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
2055
-
2056
- &.selected {
2057
- border: 1px solid $wac-tag-success;
2058
- }
2059
-
2060
- &:hover {
2061
- box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
2062
- }
2063
-
2064
- @include media('<desktop') {
2065
- padding: 30px;
2066
- }
2067
-
2068
- @include media('<tablet') {
2069
- padding: 20px;
2070
- }
2071
-
2072
- .cta {
2073
- min-height: 40px;
2074
- }
2075
-
2076
- > strong {
2077
- font-size: rem(40);
2078
- line-height: rem(47);
2079
- text-align: center;
2080
- display: block;
2081
- width: 100%;
2082
- font-weight: 600;
2083
- margin: 0 0 -5px;
2084
- }
2085
-
2086
- > p {
2087
- font-size: rem(20);
2088
- text-transform: uppercase;
2089
- margin: 0 0 20px;
2090
- text-align: center;
2091
- display: block;
2092
- width: 100%;
2093
- font-weight: 600;
2094
- }
2095
-
2096
- .price {
2097
- display: flex;
2098
- align-items: flex-end;
2099
- width: 100%;
2100
- justify-content: center;
2101
- position: relative;
2102
- color: $wac-tag-success;
2103
- margin: 0 0 5px;
2104
-
2105
- .amount {
2106
- font-size: rem(50);
2107
- font-weight: 600;
2108
- margin: 0 5px 0 0;
2109
- position: relative;
2110
- line-height: 1;
2111
- span {
2112
- position: absolute;
2113
- top: 5px;
2114
- left: 100%;
2115
- margin: 0 0 0 3px;
2116
- display: block;
2117
- font-size: rem(20);
2118
- }
2119
- }
2120
-
2121
- .month {
2122
- font-size: rem(20);
2123
- margin: 0;
2124
- font-weight: 500;
2125
- line-height: 1;
2126
- transform: translateY(-5px);
2127
- }
2128
- }
2129
-
2130
- .subtitle, .package-subtitle {
2131
- font-size: rem(12);
2132
- color: $wac-subtitle-color;
2133
- margin: 0 0 30px;
2134
- text-align: center;
2135
- font-style: italic;
2136
- }
2137
-
2138
- .subtitle {
2139
- &:last-child {
2140
- margin: 0;
2141
- }
2142
- }
2143
-
2144
- .package-subtitle {
2145
- margin: 10px 0 30px;
2146
- }
2147
-
2148
- .link-bottom {
2149
- margin: 0;
2150
- display: flex;
2151
- justify-content: center;
2152
- width: 100%;
2153
- }
2154
- }
2155
- .wac-field-checkbox {
2156
- &.disable-wt {
2157
- .wac-field-checkbox__row {
2158
- display: flex;
2159
- width: 100%;
2160
- }
2161
- .is-checkradio[type='checkbox'] {
2162
- & + label {
2163
- white-space: normal;
2164
- line-height: 1.4;
2165
- padding: 0;
2166
- > span {
2167
- margin: 0 0 0 30px;
2168
- transform: translateY(-4px);
2169
- }
2170
- }
2171
- }
2172
- }
2173
- &__row {
2174
- position: relative;
2175
- min-width: 100%;
2176
- margin: 0;
2177
- }
2178
- &--nowrap {
2179
- display: inline-block;
2180
- width: auto;
2181
- min-width: 0;
2182
- margin: 0 10px 10px 0;
2183
- .field {
2184
- &__row {
2185
- width: auto;
2186
- display: inline-block;
2187
- margin: 0;
2188
- }
2189
- }
2190
- }
2191
-
2192
- input[type='text'] {
2193
- height: 40px;
2194
- max-height: 40px;
2195
- padding: 0 20px;
2196
- line-height: 40px;
2197
- border: 1px solid $wac-border-form;
2198
- border-radius: 3px;
2199
- margin: 15px 0 10px !important;
2200
- font-size: rem(14) !important;
2201
- color: $wac-main-text;
2202
- &:focus {
2203
- border-color: $wac-wizishop-blue !important;
2204
- box-shadow: 0px 0px 4px $wac-checkbox-shadow !important;
2205
- &::-webkit-input-placeholder {
2206
- /* Chrome/Opera/Safari */
2207
- opacity: 0;
2208
- }
2209
- &::-moz-placeholder {
2210
- /* Firefox 19+ */
2211
- opacity: 0;
2212
- }
2213
- &:-ms-input-placeholder {
2214
- /* IE 10+ */
2215
- opacity: 0;
2216
- }
2217
- &:-moz-placeholder {
2218
- /* Firefox 18- */
2219
- opacity: 0;
2220
- }
2221
- }
2222
- }
2223
- &.alone {
2224
- .is-checkradio[type='checkbox'] {
2225
- & + label {
2226
- padding-left: 9px;
2227
- margin-right: 0px;
2228
-
2229
- &:before {
2230
- border-width: 1px;
2231
- width: 16px;
2232
- height: 16px;
2233
- border-radius: 2px;
2234
- }
2235
- }
2236
- &:checked + label {
2237
- &:after {
2238
- top: 7px;
2239
- transform: scale(1.1) translateY(1px) translateX(6px) rotate(45deg);
2240
- }
2241
- }
2242
- }
2243
- }
2244
-
2245
- .is-checkradio[type='checkbox'] {
2246
- outline: 0 !important;
2247
- top: 0;
2248
- & + label {
2249
- font-size: rem(14);
2250
- line-height: 0;
2251
- color: $wac-input-radio-color-label;
2252
- white-space: nowrap;
2253
- padding: 0 8px;
2254
- margin-right: 0;
2255
- outline: 0 !important;
2256
- &:before {
2257
- width: 16px;
2258
- height: 16px;
2259
- border: 1px solid $wac-border-color;
2260
- top: 0;
2261
- transition: all 0.3s ease-in-out;
2262
- }
2263
- &:after {
2264
- top: 2.3px !important;
2265
- left: 3px !important;
2266
- width: 10px;
2267
- height: 12px;
2268
- border: none !important;
2269
- background: transparent
2270
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='check' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-5x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
2271
- center center / 8px 8px no-repeat;
2272
- transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
2273
- transition: all 0.3s ease-in-out;
2274
- }
2275
- span {
2276
- margin: 0 0 0 rem(16);
2277
- display: inline-block;
2278
- }
2279
- &:hover,
2280
- &:focus {
2281
- &:before {
2282
- border-color: $wac-input-active-color !important;
2283
- }
2284
- }
2285
- &:before,
2286
- &:after {
2287
- outline: 0 !important;
2288
- }
2289
- }
2290
- &:hover {
2291
- & + label {
2292
- color: $wac-input-radio-color-active-label;
2293
- &:before {
2294
- border-color: $wac-input-active-color !important;
2295
- }
2296
- &:after {
2297
- border-color: $wac-white !important;
2298
- }
2299
- }
2300
- &:not([disabled]) {
2301
- & + label {
2302
- &:before {
2303
- border-color: $wac-input-active-color !important;
2304
- }
2305
- }
2306
- }
2307
- }
2308
- &:checked + label {
2309
- color: $wac-input-radio-color-active-label;
2310
- &:before {
2311
- border: 1px solid $wac-input-active-color;
2312
- background-color: $wac-input-active-color;
2313
- transition: all 0.3s ease-in-out;
2314
- }
2315
- &:after {
2316
- left: 7px;
2317
- top: 8px;
2318
- transition: all 0.3s ease-in-out;
2319
- }
2320
- }
2321
- }
2322
-
2323
- }
2324
2045
  .wac-calendar {
2325
2046
  position: relative;
2326
2047
  margin: 0 0 20px;
@@ -2758,113 +2479,392 @@ $wac-subtitle-color: #7A87A1!default;
2758
2479
  border: 1px solid $wac-border-color;
2759
2480
  border-radius: rem(3);
2760
2481
 
2761
- &:hover,
2762
- &:focus {
2763
- border: 1px solid $wac-wizishop-blue;
2482
+ &:hover,
2483
+ &:focus {
2484
+ border: 1px solid $wac-wizishop-blue;
2485
+ }
2486
+ }
2487
+
2488
+
2489
+ .datetimepicker {
2490
+ box-shadow: none !important;
2491
+ &-wrapper {
2492
+ border: none !important;
2493
+ box-shadow: none;
2494
+ background: $wac-white;
2495
+ }
2496
+ }
2497
+
2498
+ .datepicker {
2499
+ .datepicker {
2500
+ &-nav {
2501
+ background: $wac-white !important;
2502
+ color: $wac-main-text !important;
2503
+ padding: 15px !important;
2504
+ }
2505
+ }
2506
+ }
2507
+
2508
+ .datetimepicker .datepicker-nav .datepicker-nav-month,
2509
+ .datetimepicker .datepicker-nav .datepicker-nav-year {
2510
+ color: $wac-main-text !important;
2511
+ font-weight: 500 !important;
2512
+ &:hover,
2513
+ &:focus {
2514
+ color: $wac-wizishop-blue !important;
2515
+ }
2516
+ }
2517
+
2518
+ .datepicker-nav-year {
2519
+ font-weight: 500 !important;
2520
+ }
2521
+
2522
+ .datetimepicker .datepicker-nav .datepicker-nav-previous,
2523
+ .datetimepicker .datepicker-nav .datepicker-nav-next {
2524
+ border-radius: 3px;
2525
+ color: $wac-main-text !important;
2526
+ width: 25px !important;
2527
+ height: 25px !important;
2528
+ display: flex;
2529
+ justify-content: center;
2530
+ align-items: center;
2531
+ align-content: center;
2532
+ border: 1px solid $wac-border-light;
2533
+ transition: 0.3s ease;
2534
+ > svg {
2535
+ display: none !important;
2536
+ }
2537
+ }
2538
+
2539
+ .datetimepicker .datepicker-nav .datepicker-nav-previous {
2540
+ background: $wac-white
2541
+ url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E")
2542
+ center center no-repeat !important;
2543
+ background-size: 6px auto !important;
2544
+ &:hover,
2545
+ &:focus {
2546
+ border-color: $wac-wizishop-blue !important;
2547
+ }
2548
+ }
2549
+
2550
+ .datetimepicker .datepicker-nav .datepicker-nav-next {
2551
+ background: $wac-white
2552
+ url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E")
2553
+ center center no-repeat !important;
2554
+ background-size: 6px auto !important;
2555
+ &:hover,
2556
+ &:focus {
2557
+ border-color: $wac-wizishop-blue !important;
2558
+ }
2559
+ }
2560
+
2561
+ .wac-calendar__absolute {
2562
+ .datetimepicker .datepicker-body .datepicker-weekdays {
2563
+ padding: 0 15px;
2564
+ }
2565
+ .datepicker-weekdays {
2566
+ height: 14px;
2567
+ margin: 0 0 rem(12);
2568
+ .datepicker-date {
2569
+ font-size: rem(12);
2570
+ white-space: nowrap;
2571
+ line-height: 1;
2572
+ padding: 0 !important;
2573
+ color: $wac-secondary-color !important;
2574
+ }
2575
+ }
2576
+ .datepicker-days {
2577
+ padding: 0 15px !important;
2578
+ }
2579
+ .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
2580
+ background-color: $wac-wizishop-blue;
2581
+ }
2582
+ .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
2583
+ border-color: $wac-wizishop-blue;
2584
+ }
2585
+ }
2586
+
2587
+ .datetimepicker .datetimepicker-footer {
2588
+ display: none;
2589
+ }
2590
+ .wac-card-price {
2591
+ width: 100%;
2592
+ padding: 30px;
2593
+ border-radius: 3px;
2594
+ background-color: $wac-white;
2595
+ display: flex;
2596
+ flex-direction: column;
2597
+ border: 1px solid $wac-white;
2598
+
2599
+ box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
2600
+
2601
+ &.selected {
2602
+ border: 1px solid $wac-tag-success;
2603
+ }
2604
+
2605
+ &:hover {
2606
+ box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
2607
+ }
2608
+
2609
+ @include media('<desktop') {
2610
+ padding: 30px;
2611
+ }
2612
+
2613
+ @include media('<tablet') {
2614
+ padding: 20px;
2615
+ }
2616
+
2617
+ .cta {
2618
+ min-height: 40px;
2619
+ }
2620
+
2621
+ > strong {
2622
+ font-size: rem(40);
2623
+ line-height: rem(47);
2624
+ text-align: center;
2625
+ display: block;
2626
+ width: 100%;
2627
+ font-weight: 600;
2628
+ margin: 0 0 -5px;
2629
+ }
2630
+
2631
+ > p {
2632
+ font-size: rem(20);
2633
+ text-transform: uppercase;
2634
+ margin: 0 0 20px;
2635
+ text-align: center;
2636
+ display: block;
2637
+ width: 100%;
2638
+ font-weight: 600;
2639
+ }
2640
+
2641
+ .price {
2642
+ display: flex;
2643
+ align-items: flex-end;
2644
+ width: 100%;
2645
+ justify-content: center;
2646
+ position: relative;
2647
+ color: $wac-tag-success;
2648
+ margin: 0 0 5px;
2649
+
2650
+ .amount {
2651
+ font-size: rem(50);
2652
+ font-weight: 600;
2653
+ margin: 0 5px 0 0;
2654
+ position: relative;
2655
+ line-height: 1;
2656
+ span {
2657
+ position: absolute;
2658
+ top: 5px;
2659
+ left: 100%;
2660
+ margin: 0 0 0 3px;
2661
+ display: block;
2662
+ font-size: rem(20);
2663
+ }
2664
+ }
2665
+
2666
+ .month {
2667
+ font-size: rem(20);
2668
+ margin: 0;
2669
+ font-weight: 500;
2670
+ line-height: 1;
2671
+ transform: translateY(-5px);
2672
+ }
2673
+ }
2674
+
2675
+ .subtitle, .package-subtitle {
2676
+ font-size: rem(12);
2677
+ color: $wac-subtitle-color;
2678
+ margin: 0 0 30px;
2679
+ text-align: center;
2680
+ font-style: italic;
2681
+ }
2682
+
2683
+ .subtitle {
2684
+ &:last-child {
2685
+ margin: 0;
2686
+ }
2764
2687
  }
2765
- }
2766
2688
 
2689
+ .package-subtitle {
2690
+ margin: 10px 0 30px;
2691
+ }
2767
2692
 
2768
- .datetimepicker {
2769
- box-shadow: none !important;
2770
- &-wrapper {
2771
- border: none !important;
2772
- box-shadow: none;
2773
- background: $wac-white;
2693
+ .link-bottom {
2694
+ margin: 0;
2695
+ display: flex;
2696
+ justify-content: center;
2697
+ width: 100%;
2774
2698
  }
2775
2699
  }
2776
-
2777
- .datepicker {
2778
- .datepicker {
2779
- &-nav {
2780
- background: $wac-white !important;
2781
- color: $wac-main-text !important;
2782
- padding: 15px !important;
2700
+ .wac-field-checkbox {
2701
+ &.disable-wt {
2702
+ .wac-field-checkbox__row {
2703
+ display: flex;
2704
+ width: 100%;
2705
+ }
2706
+ .is-checkradio[type='checkbox'] {
2707
+ & + label {
2708
+ white-space: normal;
2709
+ line-height: 1.4;
2710
+ padding: 0;
2711
+ > span {
2712
+ margin: 0 0 0 30px;
2713
+ transform: translateY(-4px);
2714
+ }
2715
+ }
2783
2716
  }
2784
2717
  }
2785
- }
2786
-
2787
- .datetimepicker .datepicker-nav .datepicker-nav-month,
2788
- .datetimepicker .datepicker-nav .datepicker-nav-year {
2789
- color: $wac-main-text !important;
2790
- font-weight: 500 !important;
2791
- &:hover,
2792
- &:focus {
2793
- color: $wac-wizishop-blue !important;
2718
+ &__row {
2719
+ position: relative;
2720
+ min-width: 100%;
2721
+ margin: 0;
2794
2722
  }
2795
- }
2796
-
2797
- .datepicker-nav-year {
2798
- font-weight: 500 !important;
2799
- }
2800
-
2801
- .datetimepicker .datepicker-nav .datepicker-nav-previous,
2802
- .datetimepicker .datepicker-nav .datepicker-nav-next {
2803
- border-radius: 3px;
2804
- color: $wac-main-text !important;
2805
- width: 25px !important;
2806
- height: 25px !important;
2807
- display: flex;
2808
- justify-content: center;
2809
- align-items: center;
2810
- align-content: center;
2811
- border: 1px solid $wac-border-light;
2812
- transition: 0.3s ease;
2813
- > svg {
2814
- display: none !important;
2723
+ &--nowrap {
2724
+ display: inline-block;
2725
+ width: auto;
2726
+ min-width: 0;
2727
+ margin: 0 10px 10px 0;
2728
+ .field {
2729
+ &__row {
2730
+ width: auto;
2731
+ display: inline-block;
2732
+ margin: 0;
2733
+ }
2734
+ }
2815
2735
  }
2816
- }
2817
2736
 
2818
- .datetimepicker .datepicker-nav .datepicker-nav-previous {
2819
- background: $wac-white
2820
- url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' class=''%3E%3C/path%3E%3C/svg%3E")
2821
- center center no-repeat !important;
2822
- background-size: 6px auto !important;
2823
- &:hover,
2824
- &:focus {
2825
- border-color: $wac-wizishop-blue !important;
2737
+ input[type='text'] {
2738
+ height: 40px;
2739
+ max-height: 40px;
2740
+ padding: 0 20px;
2741
+ line-height: 40px;
2742
+ border: 1px solid $wac-border-form;
2743
+ border-radius: 3px;
2744
+ margin: 15px 0 10px !important;
2745
+ font-size: rem(14) !important;
2746
+ color: $wac-main-text;
2747
+ &:focus {
2748
+ border-color: $wac-wizishop-blue !important;
2749
+ box-shadow: 0px 0px 4px $wac-checkbox-shadow !important;
2750
+ &::-webkit-input-placeholder {
2751
+ /* Chrome/Opera/Safari */
2752
+ opacity: 0;
2753
+ }
2754
+ &::-moz-placeholder {
2755
+ /* Firefox 19+ */
2756
+ opacity: 0;
2757
+ }
2758
+ &:-ms-input-placeholder {
2759
+ /* IE 10+ */
2760
+ opacity: 0;
2761
+ }
2762
+ &:-moz-placeholder {
2763
+ /* Firefox 18- */
2764
+ opacity: 0;
2765
+ }
2766
+ }
2826
2767
  }
2827
- }
2768
+ &.alone {
2769
+ .is-checkradio[type='checkbox'] {
2770
+ & + label {
2771
+ padding-left: 9px;
2772
+ margin-right: 0px;
2828
2773
 
2829
- .datetimepicker .datepicker-nav .datepicker-nav-next {
2830
- background: $wac-white
2831
- url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-2x'%3E%3Cpath fill='currentColor' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z' class=''%3E%3C/path%3E%3C/svg%3E")
2832
- center center no-repeat !important;
2833
- background-size: 6px auto !important;
2834
- &:hover,
2835
- &:focus {
2836
- border-color: $wac-wizishop-blue !important;
2774
+ &:before {
2775
+ border-width: 1px;
2776
+ width: 16px;
2777
+ height: 16px;
2778
+ border-radius: 2px;
2779
+ }
2780
+ }
2781
+ &:checked + label {
2782
+ &:after {
2783
+ top: 7px;
2784
+ transform: scale(1.1) translateY(1px) translateX(6px) rotate(45deg);
2785
+ }
2786
+ }
2787
+ }
2837
2788
  }
2838
- }
2839
2789
 
2840
- .wac-calendar__absolute {
2841
- .datetimepicker .datepicker-body .datepicker-weekdays {
2842
- padding: 0 15px;
2843
- }
2844
- .datepicker-weekdays {
2845
- height: 14px;
2846
- margin: 0 0 rem(12);
2847
- .datepicker-date {
2848
- font-size: rem(12);
2790
+ .is-checkradio[type='checkbox'] {
2791
+ outline: 0 !important;
2792
+ top: 0;
2793
+ & + label {
2794
+ font-size: rem(14);
2795
+ line-height: 0;
2796
+ color: $wac-input-radio-color-label;
2849
2797
  white-space: nowrap;
2850
- line-height: 1;
2851
- padding: 0 !important;
2852
- color: $wac-secondary-color !important;
2798
+ padding: 0 8px;
2799
+ margin-right: 0;
2800
+ outline: 0 !important;
2801
+ &:before {
2802
+ width: 16px;
2803
+ height: 16px;
2804
+ border: 1px solid $wac-border-color;
2805
+ top: 0;
2806
+ transition: all 0.3s ease-in-out;
2807
+ }
2808
+ &:after {
2809
+ top: 2.3px !important;
2810
+ left: 3px !important;
2811
+ width: 10px;
2812
+ height: 12px;
2813
+ border: none !important;
2814
+ background: transparent
2815
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='check' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-5x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E")
2816
+ center center / 8px 8px no-repeat;
2817
+ transform: scale(1) translateY(0px) translateX(0px) rotate(0deg) !important;
2818
+ transition: all 0.3s ease-in-out;
2819
+ }
2820
+ span {
2821
+ margin: 0 0 0 rem(16);
2822
+ display: inline-block;
2823
+ }
2824
+ &:hover,
2825
+ &:focus {
2826
+ &:before {
2827
+ border-color: $wac-input-active-color !important;
2828
+ }
2829
+ }
2830
+ &:before,
2831
+ &:after {
2832
+ outline: 0 !important;
2833
+ }
2834
+ }
2835
+ &:hover {
2836
+ & + label {
2837
+ color: $wac-input-radio-color-active-label;
2838
+ &:before {
2839
+ border-color: $wac-input-active-color !important;
2840
+ }
2841
+ &:after {
2842
+ border-color: $wac-white !important;
2843
+ }
2844
+ }
2845
+ &:not([disabled]) {
2846
+ & + label {
2847
+ &:before {
2848
+ border-color: $wac-input-active-color !important;
2849
+ }
2850
+ }
2851
+ }
2852
+ }
2853
+ &:checked + label {
2854
+ color: $wac-input-radio-color-active-label;
2855
+ &:before {
2856
+ border: 1px solid $wac-input-active-color;
2857
+ background-color: $wac-input-active-color;
2858
+ transition: all 0.3s ease-in-out;
2859
+ }
2860
+ &:after {
2861
+ left: 7px;
2862
+ top: 8px;
2863
+ transition: all 0.3s ease-in-out;
2864
+ }
2853
2865
  }
2854
2866
  }
2855
- .datepicker-days {
2856
- padding: 0 15px !important;
2857
- }
2858
- .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
2859
- background-color: $wac-wizishop-blue;
2860
- }
2861
- .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
2862
- border-color: $wac-wizishop-blue;
2863
- }
2864
- }
2865
2867
 
2866
- .datetimepicker .datetimepicker-footer {
2867
- display: none;
2868
2868
  }
2869
2869
  .wac-confirm-delete {
2870
2870
  position: absolute;