@wizishop/angular-components 15.1.73 → 15.1.74

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.
@@ -1039,867 +1039,1036 @@ wac-block {
1039
1039
  }
1040
1040
  }
1041
1041
  }
1042
- .wac-button {
1043
- @include flexbox();
1044
- @include justify-content(center);
1045
- @include align-items(center);
1046
- position: relative;
1047
- display: block;
1048
- padding: 7px 19px;
1049
- border-style: solid;
1050
- border-width: 1px;
1051
- border-radius: 3px;
1052
- box-sizing: border-box;
1053
-
1054
- * {
1055
- box-sizing: border-box;
1056
- }
1057
-
1058
- &.width-auto {
1059
- display: inline-block;
1060
- width: auto;
1061
- margin: 0 auto;
1062
- }
1063
-
1064
- &.white-space-no-wrap {
1065
- white-space: nowrap;
1066
- }
1067
-
1068
- &.no-padding {
1069
- padding-left: 0!important;
1070
- padding-right: 0!important;
1071
- }
1072
-
1073
- &.is-green.opacity {
1074
- background-color: $wac-tag-success-light;
1075
- border-color: transparent!important;
1076
- transition: .3s;
1077
- i {
1078
- color: $wac-tag-success;
1079
- }
1080
- &:hover, &:focus {
1081
- background-color: $wac-tag-success;
1082
- i {
1083
- color: $wac-white;
1084
- }
1085
- }
1086
- }
1087
- &.is-evolup.opacity {
1088
- background-color: $wac-evolup-green-opacity;
1089
- border-color: transparent!important;
1090
- transition: .3s;
1091
- i {
1092
- color: $wac-evolup-green;
1093
- }
1094
- &:hover, &:focus {
1095
- background-color: $wac-evolup-green;
1096
- i {
1097
- color: $wac-white;
1098
- }
1042
+ wac-calendar {
1043
+ &.ng-touched.ng-invalid {
1044
+ .wac-calendar__wrapper__select, .wac-calendar__wrapper__editInPlace, .wac-calendar__wrapper__select {
1045
+ border-color: $wac-form-control-touched-and-invalid-border;
1099
1046
  }
1100
1047
  }
1048
+ }
1101
1049
 
1102
- &.static-width {
1103
- width: 40px;
1104
- min-width: 40px;
1105
- max-width: 40px;
1106
- }
1107
-
1108
- &.is-blue.opacity {
1109
- background-color: $wac-wizishop-blue-button-light;
1110
- border-color: transparent!important;
1111
- transition: .3s;
1112
- i {
1113
- color: $wac-wizishop-blue-button;
1114
- }
1115
- &:hover, &:focus {
1116
- background-color: $wac-wizishop-blue-button;
1117
- i {
1118
- color: $wac-white;
1050
+ .wac-calendar {
1051
+ position: relative;
1052
+ margin: 0 0 20px;
1053
+ width: 268px;
1054
+ &--open {
1055
+ z-index: 9;
1056
+ .wac-calendar {
1057
+ &__absolute {
1058
+ visibility: visible;
1059
+ opacity: 1;
1060
+ transition: 0.3s ease opacity 0.1s, 0s visibility linear 0s;
1119
1061
  }
1120
1062
  }
1121
-
1122
- .wac-button__tooltips {
1123
- background-color: $wac-wizishop-blue-button!important;
1124
- color: $white!important;
1125
- }
1126
1063
  }
1127
-
1128
- &.animationText {
1129
- width: rem(40);
1130
- height: rem(40);
1131
- padding: 0!important;
1132
- border-radius: 3px;
1133
- transition: 0s linear .3s!important;
1064
+ &--edit {
1134
1065
  display: flex;
1135
- justify-content: center;
1066
+ justify-content: flex-start;
1136
1067
  align-items: center;
1137
- cursor: pointer;
1138
- border: none;
1139
- position: relative;
1140
- &:hover, &:focus {
1141
- transition: 0s!important;
1142
- border-radius: 3px 0 0 3px;
1143
- &.animation-right {
1144
- border-radius: 0 3px 3px 0;
1145
- }
1146
- .wac-button__animation {
1147
- transition: .3s ease!important;
1068
+ align-content: center;
1069
+ & > * {
1070
+ display: inline-block;
1071
+ &:nth-child(2) {
1072
+ margin: 0 10px;
1148
1073
  }
1149
1074
  }
1150
1075
  }
1151
-
1152
- &.small {
1153
- padding: rem(4) rem(15);
1154
- }
1155
-
1156
- &__wrapper {
1157
- position: relative;
1158
- z-index: 2;
1159
- color: $wac-white;
1160
- font-size: 14px;
1161
- line-height: 16px;
1162
- font-weight: 500;
1163
-
1164
- i {
1165
- margin-right: 1.4px;
1076
+ &--no-margin {
1077
+ margin: 0;
1078
+ .wac-calendar__autoHide {
1079
+ margin: 0;
1166
1080
  }
1167
1081
  }
1168
-
1169
- &__coin {
1170
- margin: 0 0 0 rem(15);
1171
- display: flex;
1172
- align-items: center;
1173
- justify-content: center;
1174
- border-radius: 40px;
1175
- padding: 4px 6px;
1176
- background-color: #F8EDD2;
1177
- float: right;
1178
- z-index: 2;
1179
- position: relative;
1180
- i {
1181
- font-size: rem(18);
1182
- color: #FDCD52;
1183
- margin: 0 5px 0 0;
1082
+ &--onlyDate {
1083
+ .wac-calendar__wrapper__input__time, .wac-calendar__wrapper__input__date:after {
1084
+ display: none;
1184
1085
  }
1185
- > span {
1186
- font-size: rem(14);
1187
- line-height: 1;
1188
- color: #E0B146;
1189
- font-weight: 600;
1190
- letter-spacing: 0;
1086
+ .wac-calendar__wrapper__input {
1087
+ max-width: 160px;
1088
+ min-width: 160px;
1191
1089
  }
1192
1090
  }
1091
+ &__label {
1092
+ font-size: rem(14) !important;
1093
+ line-height: rem(16) !important;
1094
+ margin: 0 0 10px !important;
1095
+ color: $wac-color-text-grey !important;
1096
+ cursor: pointer;
1193
1097
 
1194
- &__animation {
1195
- overflow: hidden;
1196
- max-width: 0;
1197
- height: 40px;
1198
- position: absolute;
1199
- top: 0;
1200
- left: 95%;
1201
- z-index: 2;
1202
- transition: .3s ease!important;
1203
- .animation-right & {
1204
- left: auto;
1205
- right: 94%;
1206
- > span {
1207
- border-radius: 3px 0 0 3px;
1208
- padding: 0 0 0 20px;
1209
- }
1210
- }
1211
- &__text {
1212
- position: absolute;
1213
- top: 0;
1214
- left: 0;
1215
- width: auto;
1216
- white-space: nowrap;
1217
- height: rem(40);
1218
- line-height: rem(40);
1219
- color: $wac-white !important;
1220
- border-radius: 0 3px 3px 0;
1221
- padding: 0 20px 0 0;
1222
- font-size: rem(14);
1223
- .is-success & {
1224
- background-color: $wac-green-color;
1225
- }
1226
- .is-danger & {
1227
- background-color: $wac-primary-button;
1228
- }
1098
+ &.bold {
1099
+ font-weight: 500;
1229
1100
  }
1230
1101
  }
1231
-
1232
- &.deletePosition-center .wac-button__confirmDelete {
1233
- left: 50%;
1234
- transform: translateX(-50%) translateY(-1px);
1235
- }
1236
-
1237
- &.deletePosition-right .wac-button__confirmDelete {
1238
- right: 0;
1239
- transform: translateY(-1px);
1240
- }
1241
-
1242
- &.deletePosition-left .wac-button__confirmDelete {
1243
- left: 0;
1244
- transform: translateY(-1px);
1102
+ &__autoHide {
1103
+ max-width: 300px;
1104
+ position: relative;
1245
1105
  }
1246
-
1247
- &__confirmDelete {
1248
- overflow: hidden;
1249
- max-width: 0;
1250
- height: 40px;
1251
- position: absolute;
1252
- top: 0;
1253
- z-index: 2;
1254
- transition: .3s ease!important;
1255
- border-radius: 3px;
1256
-
1257
-
1258
- .is-success & {
1259
- background-color: $wac-green-color;
1260
- &:hover, &:focus {
1261
- background-color: darken($wac-green-color, 15%);
1262
- }
1263
- }
1264
- .is-danger & {
1265
- background-color: $wac-primary-button;
1266
- &:hover, &:focus {
1267
- background-color: darken($wac-primary-button, 15%);
1268
- }
1269
- }
1270
- &__text {
1271
- position: absolute;
1272
- top: 0;
1273
- left: 50%;
1274
- transform: translateX(-50%);
1275
- width: auto;
1276
- white-space: nowrap;
1277
- height: rem(40);
1278
- line-height: rem(40);
1279
- color: $wac-white !important;
1280
- padding: 0 20px;
1281
- font-size: rem(14);
1282
- opacity: 0;
1283
- transition: .3s ease;
1284
- }
1285
- }
1286
-
1287
- &.step-delete {
1288
- i {
1289
- transition: .3s ease!important;
1290
- opacity: 0!important;
1291
- }
1292
- .wac-button__confirmDelete {
1293
- transition: .6s ease .3s!important;
1294
- &__text {
1295
- opacity: 1;
1296
- transition: .3s ease .9s;
1106
+ &__wrapper {
1107
+ &__input {
1108
+ border-radius: 3px;
1109
+ display: flex;
1110
+ justify-content: flex-start;
1111
+ align-items: center;
1112
+ align-content: center;
1113
+ min-width: 240px;
1114
+ max-width: 240px;
1115
+ padding: 7px 20px;
1116
+ border: 1px solid $wac-border-form;
1117
+ cursor: pointer;
1118
+ &__icon {
1119
+ width: 16px;
1120
+ margin: 0 10px 0 0;
1121
+ display: flex;
1122
+ justify-content: space-between;
1123
+ align-items: center;
1124
+ align-content: center;
1125
+ cursor: pointer;
1126
+ &:hover,
1127
+ &:focus {
1128
+ i {
1129
+ color: darken($wac-wizishop-blue, 15%);
1130
+ }
1131
+ }
1132
+ i {
1133
+ color: $wac-second-color;
1134
+ font-size: rem(18);
1135
+ transition: color 300ms ease;
1136
+ }
1297
1137
  }
1298
- }
1299
- }
1300
-
1301
- &.alone {
1302
- padding: 7px 14.6px;
1303
-
1304
- .wac-button__wrapper i {
1305
- margin-right: 0;
1306
- }
1307
- }
1308
-
1309
- &.is-outlined {
1310
- &:hover,
1311
- &.hover {
1312
- .wac-button__wrapper, .wac-button__animation {
1313
- color: $wac-white;
1314
- transition: color 0.3s ease-in-out;
1138
+ &__date {
1139
+ width: auto;
1140
+ white-space: nowrap;
1141
+ position: relative;
1142
+ color: $wac-main-text;
1143
+ font-size: rem(14);
1144
+ line-height: rem(24);
1145
+ margin: 0 15px 0 0;
1146
+ letter-spacing: 0.65px;
1147
+ &:after {
1148
+ content: '';
1149
+ display: block;
1150
+ position: absolute;
1151
+ width: 1px;
1152
+ height: 15px;
1153
+ background-color: $wac-input-border;
1154
+ top: 50%;
1155
+ right: -15px;
1156
+ transform: translateY(-50%);
1157
+ }
1158
+ }
1159
+ &__time {
1160
+ width: auto;
1161
+ white-space: nowrap;
1162
+ font-size: rem(14);
1163
+ line-height: rem(24);
1164
+ color: $wac-main-text;
1165
+ margin: 0 15px;
1166
+ letter-spacing: 1.3px;
1167
+ }
1168
+ &__close {
1169
+ width: 10px;
1170
+ cursor: pointer;
1171
+ i {
1172
+ font-size: 14px;
1173
+ transition: color 300ms ease;
1174
+ color: $wac-primary-button;
1175
+ font-weight: 400;
1176
+ }
1177
+ &:hover,
1178
+ &:focus {
1179
+ i {
1180
+ color: darken($wac-primary-button, 15%);
1181
+ }
1182
+ }
1315
1183
  }
1316
1184
  }
1317
- }
1318
-
1319
- &.is-dark {
1320
- background-color: $wac-main-text;
1321
- border-color: $wac-main-text;
1322
- transition: background-color 0.3s ease-in-out;
1323
-
1324
- .wac-button__loader {
1325
- background-color: $wac-main-text;
1185
+ &__editInPlace {
1186
+ display: flex;
1187
+ justify-content: space-between;
1188
+ padding: 5px 0;
1189
+ position: relative;
1190
+ align-content: center;
1191
+ align-items: center;
1192
+ cursor: pointer;
1193
+ max-width: 140px;
1194
+ &:after {
1195
+ position: absolute;
1196
+ content: '';
1197
+ border-bottom: dashed 1px $wac-calendar-primary;
1198
+ width: 100%;
1199
+ bottom: 0;
1200
+ left: 0;
1201
+ }
1202
+ &__icon {
1203
+ width: 12px;
1204
+ margin: 0 5px 0 0;
1205
+ display: flex;
1206
+ justify-content: space-between;
1207
+ align-items: center;
1208
+ align-content: center;
1209
+ i {
1210
+ font-size: rem(14);
1211
+ color: $wac-wizishop-blue;
1212
+ transition: color 300ms ease;
1213
+ }
1214
+ }
1215
+ &__date {
1216
+ position: relative;
1217
+ color: $wac-header-color;
1218
+ font-size: rem(14);
1219
+ width: auto;
1220
+ transition: 300ms ease;
1221
+ white-space: nowrap;
1222
+ }
1223
+ &:hover,
1224
+ &:focus {
1225
+ .wac-calendar {
1226
+ &__wrapper {
1227
+ &__editInPlace {
1228
+ &__date {
1229
+ color: darken($wac-header-color, 30%);
1230
+ }
1231
+ &__icon {
1232
+ i {
1233
+ color: darken($wac-wizishop-blue, 15%);
1234
+ }
1235
+ }
1236
+ }
1237
+ }
1238
+ }
1239
+ }
1326
1240
  }
1327
-
1328
- .wac-button__tooltips {
1329
- background-color: $wac-main-text-lighten!important;
1330
- color: $wac-white!important;
1331
-
1332
- &.right {
1333
- &:before {
1334
- border-color: transparent $wac-main-text-lighten transparent transparent;
1241
+ &__select {
1242
+ border-radius: 3px;
1243
+ display: flex;
1244
+ justify-content: flex-start;
1245
+ align-items: center;
1246
+ align-content: center;
1247
+ min-width: 220px;
1248
+ max-width: 220px;
1249
+ padding: 11px 19px;
1250
+ border: 1px solid $wac-input-border;
1251
+ cursor: pointer;
1252
+ background: $wac-white no-repeat center right 15px
1253
+ url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226.032%22%3E%3Cpath%20data-name%3D%22Arrow%20copie%203%22%20d%3D%22M0%20.016L5%204.65l5-4.634v1.378L5%206.028%200%201.394V.02z%22%20fill%3D%22%231e2e43%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E);
1254
+ &__icon {
1255
+ width: 16px;
1256
+ margin: 0 10px 0 0;
1257
+ display: flex;
1258
+ justify-content: space-between;
1259
+ align-items: center;
1260
+ align-content: center;
1261
+ cursor: pointer;
1262
+ &:hover,
1263
+ &:focus {
1264
+ i {
1265
+ color: darken($wac-second-color, 15%);
1266
+ }
1267
+ }
1268
+ i {
1269
+ font-size: rem(18);
1270
+ font-weight: 400;
1271
+ color: $wac-second-color;
1272
+ transition: color 300ms ease;
1335
1273
  }
1336
1274
  }
1337
-
1338
- &.left {
1339
- &:before {
1340
- border-color: transparent transparent transparent $wac-main-text-lighten;
1275
+ &__date {
1276
+ width: auto;
1277
+ position: relative;
1278
+ color: $wac-header-color;
1279
+ font-size: rem(14);
1280
+ white-space: nowrap;
1281
+ margin: 0;
1282
+ &:after {
1283
+ display: none;
1341
1284
  }
1342
1285
  }
1343
-
1344
- &.top-center {
1345
- &:before {
1346
- border-color: $wac-main-text-lighten transparent transparent transparent;
1286
+ &__close {
1287
+ width: 10px;
1288
+ cursor: pointer;
1289
+ i {
1290
+ font-size: 14px;
1291
+ transition: color 300ms ease;
1292
+ color: $wac-primary-button;
1293
+ }
1294
+ &:hover,
1295
+ &:focus {
1296
+ i {
1297
+ color: darken($wac-primary-button, 15%);
1298
+ }
1347
1299
  }
1348
1300
  }
1349
-
1350
- &.top-right {
1301
+ }
1302
+ }
1303
+ &__absolute {
1304
+ position: absolute;
1305
+ top: 100%;
1306
+ left: 50%;
1307
+ transform: translateX(-50%);
1308
+ visibility: hidden;
1309
+ opacity: 0;
1310
+ transition: 0.3s ease opacity, 0s visibility 0.31s;
1311
+ border: 1px solid $wac-border-light;
1312
+ background-color: $wac-white;
1313
+ box-shadow: 3px 3px 20px $wac-calendar-box-shadow;
1314
+ border-radius: 3px;
1315
+ max-width: 268px;
1316
+ min-width: 268px;
1317
+ &.bottom {
1318
+ transform: translateX(-50%) translateY(10px);
1319
+ }
1320
+ &.top {
1321
+ top: auto;
1322
+ bottom: 100%;
1323
+ transform: translateX(-50%) translateY(-10px);
1324
+ }
1325
+ &.left {
1326
+ transform: translateY(-50%) translateX(-10px);
1327
+ left: auto;
1328
+ right: 100%;
1329
+ top: 50%;
1330
+ }
1331
+ &.right {
1332
+ transform: translateY(-50%) translateX(10px);
1333
+ left: 100%;
1334
+ top: 50%;
1335
+ }
1336
+ &.left-top {
1337
+ left: auto;
1338
+ right: 100%;
1339
+ top: auto;
1340
+ bottom: 0;
1341
+ transform: translateY(-10px) translateX(-10px);
1342
+ }
1343
+ &.left-bottom {
1344
+ left: auto;
1345
+ right: 100%;
1346
+ top: 0;
1347
+ transform: translateY(10px) translateX(-10px);
1348
+ }
1349
+ &.right-top {
1350
+ left: 100%;
1351
+ top: auto;
1352
+ bottom: 0;
1353
+ transform: translateY(-10px) translateX(10px);
1354
+ }
1355
+ &.right-bottom {
1356
+ left: 100%;
1357
+ top: 0;
1358
+ transform: translateY(10px) translateX(10px);
1359
+ }
1360
+ & > * > * {
1361
+ width: 265px;
1362
+ }
1363
+ &__time {
1364
+ position: relative;
1365
+ background-color: $wac-white;
1366
+ padding: 20px;
1367
+ width: 100%;
1368
+ &:before {
1369
+ content: '';
1370
+ width: 100%;
1371
+ height: 5px;
1372
+ bottom: 100%;
1373
+ margin-bottom: -2px;
1374
+ display: block;
1375
+ position: absolute;
1376
+ left: 0;
1377
+ background-color: $wac-white;
1378
+ }
1379
+ &__wrapper {
1380
+ width: 100% !important;
1381
+ display: flex;
1382
+ align-items: center;
1383
+ align-content: center;
1384
+ justify-content: center;
1385
+ min-height: 42px;
1386
+ position: relative;
1351
1387
  &:before {
1352
- border-color: $wac-main-text-lighten transparent transparent transparent;
1388
+ content: '';
1389
+ display: block;
1390
+ background-color: $wac-wizishop-blue;
1391
+ width: 4px;
1392
+ height: 4px;
1393
+ border-radius: 50%;
1394
+ position: absolute;
1395
+ top: 50%;
1396
+ left: 50%;
1397
+ transform: translate(-50%, -50%);
1398
+ margin-top: -4px;
1353
1399
  }
1354
- }
1400
+ &:after {
1401
+ content: '';
1402
+ display: block;
1403
+ background-color: $wac-wizishop-blue;
1404
+ width: 4px;
1405
+ height: 4px;
1406
+ border-radius: 50%;
1407
+ position: absolute;
1408
+ top: 50%;
1409
+ left: 50%;
1410
+ transform: translate(-50%, -50%);
1411
+ margin-top: 4px;
1412
+ }
1413
+ &__hours,
1414
+ &__minutes {
1415
+ position: relative;
1416
+ width: 100px;
1417
+ display: flex;
1418
+ flex-wrap: nowrap;
1419
+ &__left,
1420
+ &__right {
1421
+ width: 100%;
1422
+ display: flex;
1423
+ flex-wrap: nowrap;
1424
+ justify-content: center;
1425
+ flex-direction: column;
1426
+ align-items: center;
1427
+ align-content: center;
1428
+ }
1429
+ &__btn {
1430
+ display: flex;
1431
+ justify-content: center;
1432
+ flex-direction: column;
1433
+ align-items: center;
1434
+ align-content: center;
1435
+ width: 40px;
1436
+ height: 20px;
1437
+ background-color: $wac-gray-background;
1438
+ box-shadow: none;
1439
+ border: none;
1440
+ cursor: pointer;
1441
+ transition: 0.3s ease;
1442
+ &:hover,
1443
+ &:focus {
1444
+ background-color: $wac-wizishop-blue;
1445
+ i {
1446
+ color: $wac-white;
1447
+ }
1448
+ }
1449
+ &:first-child {
1450
+ margin: 0 0 2px;
1451
+ }
1452
+ i {
1453
+ font-size: rem(10);
1454
+ color: $wac-second-color;
1455
+ margin: 0;
1456
+ }
1457
+ }
1355
1458
 
1356
- &.top-left {
1357
- &:before {
1358
- border-color: $wac-main-text-lighten transparent transparent transparent;
1359
- }
1360
- }
1459
+ input::-webkit-outer-spin-button,
1460
+ input::-webkit-inner-spin-button {
1461
+ -webkit-appearance: none;
1462
+ margin: 0;
1463
+ }
1361
1464
 
1362
- &.bottom-center {
1363
- &:before {
1364
- border-color: transparent transparent $wac-main-text-lighten transparent;
1365
- }
1366
- }
1465
+ /* Firefox */
1466
+ input[type='number'] {
1467
+ -moz-appearance: textfield;
1468
+ }
1367
1469
 
1368
- &.bottom-right {
1369
- &:before {
1370
- border-color: transparent transparent $wac-main-text-lighten transparent;
1470
+ input {
1471
+ border: none;
1472
+ text-align: center;
1473
+ font-size: rem(24);
1474
+ color: $wac-wizishop-blue;
1475
+ padding: 0;
1476
+ line-height: 1.4;
1477
+ margin: 0;
1478
+ width: 100%;
1479
+ }
1371
1480
  }
1372
- }
1373
-
1374
- &.bottom-left {
1375
- &:before {
1376
- border-color: transparent transparent $wac-main-text-lighten transparent;
1481
+ &__hours {
1482
+ margin: 0 10px 0 0;
1483
+ }
1484
+ &__minutes {
1485
+ margin: 0 0 0 10px;
1377
1486
  }
1378
1487
  }
1379
1488
  }
1489
+ }
1490
+ }
1380
1491
 
1381
- &:hover,
1382
- &.hover {
1383
- background-color: $wac-main-text-lighten;
1384
- border-color: $wac-main-text-lighten;
1385
- transition: background-color 0.3s ease-in-out;
1386
- }
1387
-
1388
- &:focus,
1389
- &.focus {
1390
- background-color: $wac-main-text-lighten;
1391
- border-color: $wac-main-text-lighten;
1392
- transition: background-color 0.3s ease-in-out;
1393
- }
1492
+ .datetimepicker-dummy .datetimepicker-clear-button {
1493
+ top: -3px !important;
1494
+ }
1394
1495
 
1395
- &.is-outlined {
1396
- background-color: transparent;
1397
- border-color: $wac-main-text;
1496
+ .datetimepicker-dummy .datetimepicker-dummy-wrapper {
1497
+ border: 1px solid $wac-border-color;
1498
+ border-radius: rem(3);
1398
1499
 
1399
- .wac-button__loader {
1400
- background-color: $wac-main-text;
1401
- }
1500
+ &:hover,
1501
+ &:focus {
1502
+ border: 1px solid $wac-wizishop-blue;
1503
+ }
1504
+ }
1402
1505
 
1403
- .wac-button__wrapper, .wac-button__animation {
1404
- color: $wac-main-text;
1405
- transition: color 0.3s ease-in-out;
1406
- }
1407
1506
 
1408
- &:hover,
1409
- &.hover {
1410
- background-color: $wac-main-text;
1411
- border-color: $wac-main-text;
1412
- .wac-button__wrapper, .wac-button__animation {
1413
- color: $wac-white;
1414
- transition: color 0.3s ease-in-out;
1415
- }
1416
- }
1507
+ .datetimepicker {
1508
+ box-shadow: none !important;
1509
+ &-wrapper {
1510
+ border: none !important;
1511
+ box-shadow: none;
1512
+ background: $wac-white;
1513
+ }
1514
+ }
1417
1515
 
1418
- &:focus,
1419
- &.focus {
1420
- background-color: $wac-main-text;
1421
- border-color: $wac-main-text;
1422
- transition: background-color 0.3s ease-in-out;
1423
- .wac-button__wrapper, .wac-button__animation {
1424
- color: $wac-white;
1425
- transition: color 0.3s ease-in-out;
1426
- }
1427
- }
1516
+ .datepicker {
1517
+ .datepicker {
1518
+ &-nav {
1519
+ background: $wac-white !important;
1520
+ color: $wac-main-text !important;
1521
+ padding: 15px !important;
1428
1522
  }
1429
1523
  }
1524
+ }
1430
1525
 
1431
- &.is-info {
1432
- background-color: $wac-wizishop-blue-button;
1433
- border-color: $wac-wizishop-blue-button;
1434
- transition: background-color 0.3s ease-in-out;
1526
+ .datetimepicker .datepicker-nav .datepicker-nav-month,
1527
+ .datetimepicker .datepicker-nav .datepicker-nav-year {
1528
+ color: $wac-main-text !important;
1529
+ font-weight: 500 !important;
1530
+ &:hover,
1531
+ &:focus {
1532
+ color: $wac-wizishop-blue !important;
1533
+ }
1534
+ }
1435
1535
 
1436
- .wac-button__loader {
1437
- background-color: $wac-wizishop-blue-button-darken;
1438
- }
1536
+ .datepicker-nav-year {
1537
+ font-weight: 500 !important;
1538
+ }
1439
1539
 
1440
- &:hover,
1441
- &.hover {
1442
- background-color: $wac-wizishop-blue-button-darken;
1443
- border-color: $wac-wizishop-blue-button-darken;
1444
- transition: background-color 0.3s ease-in-out;
1445
- }
1540
+ .datetimepicker .datepicker-nav .datepicker-nav-previous,
1541
+ .datetimepicker .datepicker-nav .datepicker-nav-next {
1542
+ border-radius: 3px;
1543
+ color: $wac-main-text !important;
1544
+ width: 25px !important;
1545
+ height: 25px !important;
1546
+ display: flex;
1547
+ justify-content: center;
1548
+ align-items: center;
1549
+ align-content: center;
1550
+ border: 1px solid $wac-border-light;
1551
+ transition: 0.3s ease;
1552
+ > svg {
1553
+ display: none !important;
1554
+ }
1555
+ }
1446
1556
 
1447
- &:focus,
1448
- &.focus {
1449
- background-color: $wac-wizishop-blue-button-focus;
1450
- border-color: $wac-wizishop-blue-button-focus;
1451
- transition: background-color 0.3s ease-in-out;
1557
+ .datetimepicker .datepicker-nav .datepicker-nav-previous {
1558
+ background: $wac-white
1559
+ 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")
1560
+ center center no-repeat !important;
1561
+ background-size: 6px auto !important;
1562
+ &:hover,
1563
+ &:focus {
1564
+ border-color: $wac-wizishop-blue !important;
1565
+ }
1566
+ }
1567
+
1568
+ .datetimepicker .datepicker-nav .datepicker-nav-next {
1569
+ background: $wac-white
1570
+ 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")
1571
+ center center no-repeat !important;
1572
+ background-size: 6px auto !important;
1573
+ &:hover,
1574
+ &:focus {
1575
+ border-color: $wac-wizishop-blue !important;
1576
+ }
1577
+ }
1578
+
1579
+ .wac-calendar__absolute {
1580
+ .datetimepicker .datepicker-body .datepicker-weekdays {
1581
+ padding: 0 15px;
1582
+ }
1583
+ .datepicker-weekdays {
1584
+ height: 14px;
1585
+ margin: 0 0 rem(12);
1586
+ .datepicker-date {
1587
+ font-size: rem(12);
1588
+ white-space: nowrap;
1589
+ line-height: 1;
1590
+ padding: 0 !important;
1591
+ color: $wac-secondary-color !important;
1452
1592
  }
1593
+ }
1594
+ .datepicker-days {
1595
+ padding: 0 15px !important;
1596
+ }
1597
+ .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
1598
+ background-color: $wac-wizishop-blue;
1599
+ }
1600
+ .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
1601
+ border-color: $wac-wizishop-blue;
1602
+ }
1603
+ }
1453
1604
 
1454
- &.opacity {
1455
- background-color: $wac-wizishop-blue-button-light;
1456
- border-color: transparent!important;
1605
+ .datetimepicker .datetimepicker-footer {
1606
+ display: none;
1607
+ }
1608
+ .wac-button {
1609
+ @include flexbox();
1610
+ @include justify-content(center);
1611
+ @include align-items(center);
1612
+ position: relative;
1613
+ display: block;
1614
+ padding: 7px 19px;
1615
+ border-style: solid;
1616
+ border-width: 1px;
1617
+ border-radius: 3px;
1618
+ box-sizing: border-box;
1457
1619
 
1458
- i {
1459
- color: $wac-wizishop-blue-button;
1460
- }
1620
+ * {
1621
+ box-sizing: border-box;
1622
+ }
1461
1623
 
1462
- &:hover,
1463
- &.hover {
1464
- background-color: $wac-wizishop-blue-button;
1465
- border-color: $wac-wizishop-blue-button;
1466
- transition: background-color 0.3s ease-in-out;
1467
- i {
1468
- color: $white;
1469
- }
1470
- }
1624
+ &.width-auto {
1625
+ display: inline-block;
1626
+ width: auto;
1627
+ margin: 0 auto;
1628
+ }
1471
1629
 
1472
- &:focus,
1473
- &.focus {
1474
- background-color: $wac-wizishop-blue-button;
1475
- border-color: $wac-wizishop-blue-button;
1476
- transition: background-color 0.3s ease-in-out;
1477
- i {
1478
- color: $white;
1479
- }
1480
- }
1481
- }
1630
+ &.white-space-no-wrap {
1631
+ white-space: nowrap;
1632
+ }
1482
1633
 
1483
- &.is-outlined {
1484
- background-color: transparent;
1485
- border-color: $wac-wizishop-blue-button;
1634
+ &.no-padding {
1635
+ padding-left: 0!important;
1636
+ padding-right: 0!important;
1637
+ }
1486
1638
 
1487
- .wac-button__loader {
1488
- background-color: $wac-wizishop-blue-button-darken;
1639
+ &.is-green.opacity {
1640
+ background-color: $wac-tag-success-light;
1641
+ border-color: transparent!important;
1642
+ transition: .3s;
1643
+ i {
1644
+ color: $wac-tag-success;
1645
+ }
1646
+ &:hover, &:focus {
1647
+ background-color: $wac-tag-success;
1648
+ i {
1649
+ color: $wac-white;
1489
1650
  }
1490
-
1491
- .wac-button__wrapper, .wac-button__animation {
1492
- color: $wac-wizishop-blue-button;
1493
- transition: color 0.3s ease-in-out;
1651
+ }
1652
+ }
1653
+ &.is-evolup.opacity {
1654
+ background-color: $wac-evolup-green-opacity;
1655
+ border-color: transparent!important;
1656
+ transition: .3s;
1657
+ i {
1658
+ color: $wac-evolup-green;
1659
+ }
1660
+ &:hover, &:focus {
1661
+ background-color: $wac-evolup-green;
1662
+ i {
1663
+ color: $wac-white;
1494
1664
  }
1665
+ }
1666
+ }
1495
1667
 
1496
- &:hover,
1497
- &.hover {
1498
- background-color: $wac-wizishop-blue-button;
1499
- border-color: $wac-wizishop-blue-button;
1500
- }
1668
+ &.static-width {
1669
+ width: 40px;
1670
+ min-width: 40px;
1671
+ max-width: 40px;
1672
+ }
1501
1673
 
1502
- &:focus,
1503
- &.focus {
1504
- background-color: $wac-wizishop-blue-button-focus;
1505
- border-color: $wac-wizishop-blue-button-focus;
1506
- transition: background-color 0.3s ease-in-out;
1674
+ &.is-blue.opacity {
1675
+ background-color: $wac-wizishop-blue-button-light;
1676
+ border-color: transparent!important;
1677
+ transition: .3s;
1678
+ i {
1679
+ color: $wac-wizishop-blue-button;
1680
+ }
1681
+ &:hover, &:focus {
1682
+ background-color: $wac-wizishop-blue-button;
1683
+ i {
1684
+ color: $wac-white;
1507
1685
  }
1508
1686
  }
1509
1687
 
1510
- &.is-loading {
1511
- &:hover,
1512
- &.hover {
1513
- background-color: $wac-wizishop-blue-button;
1514
- transition: background-color 0.3s ease-in-out;
1688
+ .wac-button__tooltips {
1689
+ background-color: $wac-wizishop-blue-button!important;
1690
+ color: $white!important;
1691
+ }
1692
+ }
1693
+
1694
+ &.animationText {
1695
+ width: rem(40);
1696
+ height: rem(40);
1697
+ padding: 0!important;
1698
+ border-radius: 3px;
1699
+ transition: 0s linear .3s!important;
1700
+ display: flex;
1701
+ justify-content: center;
1702
+ align-items: center;
1703
+ cursor: pointer;
1704
+ border: none;
1705
+ position: relative;
1706
+ &:hover, &:focus {
1707
+ transition: 0s!important;
1708
+ border-radius: 3px 0 0 3px;
1709
+ &.animation-right {
1710
+ border-radius: 0 3px 3px 0;
1515
1711
  }
1516
- &:focus,
1517
- &.focus {
1518
- background-color: $wac-wizishop-blue-button-focus;
1519
- border-color: $wac-wizishop-blue-button-focus;
1520
- transition: background-color 0.3s ease-in-out;
1712
+ .wac-button__animation {
1713
+ transition: .3s ease!important;
1521
1714
  }
1522
1715
  }
1523
1716
  }
1524
1717
 
1525
- &.is-clear {
1526
- background-color: transparent!important;
1527
- border-color: transparent!important;
1528
- color: $wac-second-color!important;
1529
- transition: 0.3s ease-in-out;
1718
+ &.small {
1719
+ padding: rem(4) rem(15);
1720
+ }
1530
1721
 
1531
- .wac-button__loader {
1532
- background-color: transparent;
1722
+ &__wrapper {
1723
+ position: relative;
1724
+ z-index: 2;
1725
+ color: $wac-white;
1726
+ font-size: 14px;
1727
+ line-height: 16px;
1728
+ font-weight: 500;
1729
+
1730
+ i {
1731
+ margin-right: 1.4px;
1533
1732
  }
1733
+ }
1534
1734
 
1535
- .wac-button__wrapper {
1536
- color: $wac-second-color;
1735
+ &__coin {
1736
+ margin: 0 0 0 rem(15);
1737
+ display: flex;
1738
+ align-items: center;
1739
+ justify-content: center;
1740
+ border-radius: 40px;
1741
+ padding: 4px 6px;
1742
+ background-color: #F8EDD2;
1743
+ float: right;
1744
+ z-index: 2;
1745
+ position: relative;
1746
+ i {
1747
+ font-size: rem(18);
1748
+ color: #FDCD52;
1749
+ margin: 0 5px 0 0;
1750
+ }
1751
+ > span {
1752
+ font-size: rem(14);
1753
+ line-height: 1;
1754
+ color: #E0B146;
1755
+ font-weight: 600;
1756
+ letter-spacing: 0;
1537
1757
  }
1758
+ }
1538
1759
 
1539
- &:hover,
1540
- &.hover {
1541
- background-color: transparent!important;
1542
- border-color: transparent!important;
1543
- color: $wac-wizishop-blue-button!important;
1544
- transition: 0.3s ease-in-out;
1545
- .wac-button__wrapper {
1546
- color: $wac-wizishop-blue-button;
1760
+ &__animation {
1761
+ overflow: hidden;
1762
+ max-width: 0;
1763
+ height: 40px;
1764
+ position: absolute;
1765
+ top: 0;
1766
+ left: 95%;
1767
+ z-index: 2;
1768
+ transition: .3s ease!important;
1769
+ .animation-right & {
1770
+ left: auto;
1771
+ right: 94%;
1772
+ > span {
1773
+ border-radius: 3px 0 0 3px;
1774
+ padding: 0 0 0 20px;
1547
1775
  }
1548
1776
  }
1549
-
1550
- &:focus,
1551
- &.focus {
1552
- background-color: transparent!important;
1553
- border-color: transparent!important;
1554
- color: $wac-wizishop-blue-button!important;
1555
- transition: 0.3s ease-in-out;
1556
- .wac-button__wrapper {
1557
- color: $wac-wizishop-blue-button;
1777
+ &__text {
1778
+ position: absolute;
1779
+ top: 0;
1780
+ left: 0;
1781
+ width: auto;
1782
+ white-space: nowrap;
1783
+ height: rem(40);
1784
+ line-height: rem(40);
1785
+ color: $wac-white !important;
1786
+ border-radius: 0 3px 3px 0;
1787
+ padding: 0 20px 0 0;
1788
+ font-size: rem(14);
1789
+ .is-success & {
1790
+ background-color: $wac-green-color;
1791
+ }
1792
+ .is-danger & {
1793
+ background-color: $wac-primary-button;
1558
1794
  }
1559
1795
  }
1560
1796
  }
1561
1797
 
1562
- &.is-orange {
1563
- background-color: $wac-orange-color;
1564
- border-color: $wac-orange-color;
1565
- transition: background-color 0.3s ease-in-out;
1566
-
1567
- .wac-button__loader {
1568
- background-color: $wac-orange-color-darken;
1569
- }
1570
-
1571
- &:hover,
1572
- &.hover {
1573
- background-color: $wac-orange-color-darken;
1574
- border-color: $wac-orange-color-darken;
1575
- transition: background-color 0.3s ease-in-out;
1576
- }
1798
+ &.deletePosition-center .wac-button__confirmDelete {
1799
+ left: 50%;
1800
+ transform: translateX(-50%) translateY(-1px);
1801
+ }
1577
1802
 
1578
- &:focus,
1579
- &.focus {
1580
- background-color: $wac-orange-color-focus;
1581
- border-color: $wac-orange-color-focus;
1582
- transition: background-color 0.3s ease-in-out;
1583
- }
1803
+ &.deletePosition-right .wac-button__confirmDelete {
1804
+ right: 0;
1805
+ transform: translateY(-1px);
1806
+ }
1584
1807
 
1585
- &.is-outlined {
1586
- background-color: transparent;
1587
- border-color: $wac-orange-color;
1808
+ &.deletePosition-left .wac-button__confirmDelete {
1809
+ left: 0;
1810
+ transform: translateY(-1px);
1811
+ }
1588
1812
 
1589
- .wac-button__loader {
1590
- background-color: $wac-orange-color-darken;
1591
- }
1813
+ &__confirmDelete {
1814
+ overflow: hidden;
1815
+ max-width: 0;
1816
+ height: 40px;
1817
+ position: absolute;
1818
+ top: 0;
1819
+ z-index: 2;
1820
+ transition: .3s ease!important;
1821
+ border-radius: 3px;
1592
1822
 
1593
- .wac-button__wrapper, .wac-button__animation {
1594
- color: $wac-orange-color;
1595
- transition: color 0.3s ease-in-out;
1596
- }
1597
1823
 
1598
- &:hover,
1599
- &.hover {
1600
- background-color: $wac-orange-color;
1601
- border-color: $wac-orange-color;
1824
+ .is-success & {
1825
+ background-color: $wac-green-color;
1826
+ &:hover, &:focus {
1827
+ background-color: darken($wac-green-color, 15%);
1602
1828
  }
1603
-
1604
- &:focus,
1605
- &.focus {
1606
- background-color: $wac-orange-color-focus;
1607
- border-color: $wac-orange-color-focus;
1608
- transition: background-color 0.3s ease-in-out;
1829
+ }
1830
+ .is-danger & {
1831
+ background-color: $wac-primary-button;
1832
+ &:hover, &:focus {
1833
+ background-color: darken($wac-primary-button, 15%);
1609
1834
  }
1610
1835
  }
1836
+ &__text {
1837
+ position: absolute;
1838
+ top: 0;
1839
+ left: 50%;
1840
+ transform: translateX(-50%);
1841
+ width: auto;
1842
+ white-space: nowrap;
1843
+ height: rem(40);
1844
+ line-height: rem(40);
1845
+ color: $wac-white !important;
1846
+ padding: 0 20px;
1847
+ font-size: rem(14);
1848
+ opacity: 0;
1849
+ transition: .3s ease;
1850
+ }
1851
+ }
1611
1852
 
1612
- &.is-loading {
1613
- &:hover,
1614
- &.hover {
1615
- background-color: $wac-orange-color;
1616
- transition: background-color 0.3s ease-in-out;
1617
- }
1618
- &:focus,
1619
- &.focus {
1620
- background-color: $wac-orange-color-focus;
1621
- border-color: $wac-orange-color-focus;
1622
- transition: background-color 0.3s ease-in-out;
1853
+ &.step-delete {
1854
+ i {
1855
+ transition: .3s ease!important;
1856
+ opacity: 0!important;
1857
+ }
1858
+ .wac-button__confirmDelete {
1859
+ transition: .6s ease .3s!important;
1860
+ &__text {
1861
+ opacity: 1;
1862
+ transition: .3s ease .9s;
1623
1863
  }
1624
1864
  }
1625
1865
  }
1626
1866
 
1627
- &.is-pink {
1628
- background-color: $wac-pink-color;
1629
- border-color: $wac-pink-color;
1630
- transition: background-color 0.3s ease-in-out;
1867
+ &.alone {
1868
+ padding: 7px 14.6px;
1631
1869
 
1632
- .wac-button__loader {
1633
- background-color: $wac-pink-color-darken;
1870
+ .wac-button__wrapper i {
1871
+ margin-right: 0;
1634
1872
  }
1873
+ }
1635
1874
 
1875
+ &.is-outlined {
1636
1876
  &:hover,
1637
1877
  &.hover {
1638
- background-color: $wac-pink-color-darken;
1639
- border-color: $wac-pink-color-darken;
1640
- transition: background-color 0.3s ease-in-out;
1641
- }
1642
-
1643
- &:focus,
1644
- &.focus {
1645
- background-color: $wac-pink-color-focus;
1646
- border-color: $wac-pink-color-focus;
1647
- transition: background-color 0.3s ease-in-out;
1648
- }
1649
-
1650
- &.is-outlined {
1651
- background-color: transparent;
1652
- border-color: $wac-pink-color;
1653
-
1654
- .wac-button__loader {
1655
- background-color: $wac-pink-color-darken;
1656
- }
1657
-
1658
1878
  .wac-button__wrapper, .wac-button__animation {
1659
- color: $wac-pink-color;
1879
+ color: $wac-white;
1660
1880
  transition: color 0.3s ease-in-out;
1661
1881
  }
1662
-
1663
- &:hover,
1664
- &.hover {
1665
- background-color: $wac-pink-color;
1666
- border-color: $wac-pink-color;
1667
- }
1668
-
1669
- &:focus,
1670
- &.focus {
1671
- background-color: $wac-pink-color-focus;
1672
- border-color: $wac-pink-color-focus;
1673
- transition: background-color 0.3s ease-in-out;
1674
- }
1675
- }
1676
-
1677
- &.is-loading {
1678
- &:hover,
1679
- &.hover {
1680
- background-color: $wac-pink-color;
1681
- transition: background-color 0.3s ease-in-out;
1682
- }
1683
- &:focus,
1684
- &.focus {
1685
- background-color: $wac-pink-color-focus;
1686
- border-color: $wac-pink-color-focus;
1687
- transition: background-color 0.3s ease-in-out;
1688
- }
1689
1882
  }
1690
1883
  }
1691
1884
 
1692
- &.is-grey {
1693
- background-color: $wac-background-color;
1694
- border-color: $wac-background-color;
1885
+ &.is-dark {
1886
+ background-color: $wac-main-text;
1887
+ border-color: $wac-main-text;
1695
1888
  transition: background-color 0.3s ease-in-out;
1696
1889
 
1697
1890
  .wac-button__loader {
1698
- background-color: $wac-background-color-darken;
1891
+ background-color: $wac-main-text;
1699
1892
  }
1700
1893
 
1701
1894
  .wac-button__tooltips {
1702
- background-color: $wac-background-color-darken!important;
1703
- color: $wac-main-text!important;
1895
+ background-color: $wac-main-text-lighten!important;
1896
+ color: $wac-white!important;
1704
1897
 
1705
1898
  &.right {
1706
1899
  &:before {
1707
- border-color: transparent $wac-background-color-darken transparent transparent;
1900
+ border-color: transparent $wac-main-text-lighten transparent transparent;
1708
1901
  }
1709
1902
  }
1710
1903
 
1711
1904
  &.left {
1712
1905
  &:before {
1713
- border-color: transparent transparent transparent $wac-background-color-darken;
1906
+ border-color: transparent transparent transparent $wac-main-text-lighten;
1714
1907
  }
1715
1908
  }
1716
1909
 
1717
1910
  &.top-center {
1718
1911
  &:before {
1719
- border-color: $wac-background-color-darken transparent transparent transparent;
1912
+ border-color: $wac-main-text-lighten transparent transparent transparent;
1720
1913
  }
1721
1914
  }
1722
1915
 
1723
1916
  &.top-right {
1724
1917
  &:before {
1725
- border-color: $wac-background-color-darken transparent transparent transparent;
1918
+ border-color: $wac-main-text-lighten transparent transparent transparent;
1726
1919
  }
1727
1920
  }
1728
1921
 
1729
1922
  &.top-left {
1730
1923
  &:before {
1731
- border-color: $wac-background-color-darken transparent transparent transparent;
1924
+ border-color: $wac-main-text-lighten transparent transparent transparent;
1732
1925
  }
1733
1926
  }
1734
1927
 
1735
1928
  &.bottom-center {
1736
1929
  &:before {
1737
- border-color: transparent transparent $wac-background-color-darken transparent;
1930
+ border-color: transparent transparent $wac-main-text-lighten transparent;
1738
1931
  }
1739
1932
  }
1740
1933
 
1741
1934
  &.bottom-right {
1742
1935
  &:before {
1743
- border-color: transparent transparent $wac-background-color-darken transparent;
1936
+ border-color: transparent transparent $wac-main-text-lighten transparent;
1744
1937
  }
1745
1938
  }
1746
1939
 
1747
1940
  &.bottom-left {
1748
1941
  &:before {
1749
- border-color: transparent transparent $wac-background-color-darken transparent;
1942
+ border-color: transparent transparent $wac-main-text-lighten transparent;
1750
1943
  }
1751
1944
  }
1752
1945
  }
1753
1946
 
1754
- .wac-button__wrapper, .wac-button__animation {
1755
- color: $wac-second-color;
1756
- transition: color 0.3s ease-in-out;
1757
- }
1758
-
1759
1947
  &:hover,
1760
1948
  &.hover {
1761
- background-color: $wac-background-color-darken;
1762
- border-color: $wac-background-color-darken;
1949
+ background-color: $wac-main-text-lighten;
1950
+ border-color: $wac-main-text-lighten;
1763
1951
  transition: background-color 0.3s ease-in-out;
1764
1952
  }
1765
1953
 
1766
1954
  &:focus,
1767
1955
  &.focus {
1768
- background-color: $wac-background-color-focus;
1769
- border-color: $wac-background-color-focus;
1956
+ background-color: $wac-main-text-lighten;
1957
+ border-color: $wac-main-text-lighten;
1770
1958
  transition: background-color 0.3s ease-in-out;
1771
1959
  }
1772
1960
 
1773
1961
  &.is-outlined {
1774
1962
  background-color: transparent;
1775
- border-color: $wac-border-light;
1963
+ border-color: $wac-main-text;
1776
1964
 
1777
1965
  .wac-button__loader {
1778
- background-color: $wac-background-color-darken;
1966
+ background-color: $wac-main-text;
1779
1967
  }
1780
1968
 
1781
1969
  .wac-button__wrapper, .wac-button__animation {
1782
- color: $wac-second-color !important;
1970
+ color: $wac-main-text;
1783
1971
  transition: color 0.3s ease-in-out;
1784
1972
  }
1785
1973
 
1786
1974
  &:hover,
1787
1975
  &.hover {
1788
- background-color: $wac-background-color;
1789
- border-color: $wac-background-color;
1976
+ background-color: $wac-main-text;
1977
+ border-color: $wac-main-text;
1978
+ .wac-button__wrapper, .wac-button__animation {
1979
+ color: $wac-white;
1980
+ transition: color 0.3s ease-in-out;
1981
+ }
1790
1982
  }
1791
1983
 
1792
1984
  &:focus,
1793
1985
  &.focus {
1794
- background-color: $wac-background-color-focus;
1795
- border-color: $wac-background-color-focus;
1796
- transition: background-color 0.3s ease-in-out;
1797
- }
1798
- }
1799
-
1800
- &.is-loading {
1801
- &:hover,
1802
- &.hover {
1803
- background-color: $wac-background-color;
1986
+ background-color: $wac-main-text;
1987
+ border-color: $wac-main-text;
1804
1988
  transition: background-color 0.3s ease-in-out;
1989
+ .wac-button__wrapper, .wac-button__animation {
1990
+ color: $wac-white;
1991
+ transition: color 0.3s ease-in-out;
1992
+ }
1805
1993
  }
1806
1994
  }
1807
1995
  }
1808
1996
 
1809
- &.is-danger {
1810
- background-color: $wac-primary-button;
1811
- border-color: $wac-primary-button;
1997
+ &.is-info {
1998
+ background-color: $wac-wizishop-blue-button;
1999
+ border-color: $wac-wizishop-blue-button;
1812
2000
  transition: background-color 0.3s ease-in-out;
1813
2001
 
1814
2002
  .wac-button__loader {
1815
- background-color: $wac-primary-button-darken;
2003
+ background-color: $wac-wizishop-blue-button-darken;
1816
2004
  }
1817
2005
 
1818
- .wac-button__tooltips {
1819
- background-color: $wac-primary-button-darken!important;
1820
- color: $wac-white!important;
1821
- &.right {
1822
- &:before {
1823
- border-color: transparent $wac-primary-button-darken transparent transparent;
1824
- }
1825
- }
1826
-
1827
- &.left {
1828
- &:before {
1829
- border-color: transparent transparent transparent $wac-primary-button-darken;
1830
- }
1831
- }
1832
-
1833
- &.top-center {
1834
- &:before {
1835
- border-color: $wac-primary-button-darken transparent transparent transparent;
1836
- }
1837
- }
2006
+ &:hover,
2007
+ &.hover {
2008
+ background-color: $wac-wizishop-blue-button-darken;
2009
+ border-color: $wac-wizishop-blue-button-darken;
2010
+ transition: background-color 0.3s ease-in-out;
2011
+ }
1838
2012
 
1839
- &.top-right {
1840
- &:before {
1841
- border-color: $wac-primary-button-darken transparent transparent transparent;
1842
- }
1843
- }
2013
+ &:focus,
2014
+ &.focus {
2015
+ background-color: $wac-wizishop-blue-button-focus;
2016
+ border-color: $wac-wizishop-blue-button-focus;
2017
+ transition: background-color 0.3s ease-in-out;
2018
+ }
1844
2019
 
1845
- &.top-left {
1846
- &:before {
1847
- border-color: $wac-primary-button-darken transparent transparent transparent;
1848
- }
1849
- }
2020
+ &.opacity {
2021
+ background-color: $wac-wizishop-blue-button-light;
2022
+ border-color: transparent!important;
1850
2023
 
1851
- &.bottom-center {
1852
- &:before {
1853
- border-color: transparent transparent $wac-primary-button-darken transparent;
1854
- }
2024
+ i {
2025
+ color: $wac-wizishop-blue-button;
1855
2026
  }
1856
2027
 
1857
- &.bottom-right {
1858
- &:before {
1859
- border-color: transparent transparent $wac-primary-button-darken transparent;
2028
+ &:hover,
2029
+ &.hover {
2030
+ background-color: $wac-wizishop-blue-button;
2031
+ border-color: $wac-wizishop-blue-button;
2032
+ transition: background-color 0.3s ease-in-out;
2033
+ i {
2034
+ color: $white;
1860
2035
  }
1861
2036
  }
1862
2037
 
1863
- &.bottom-left {
1864
- &:before {
1865
- border-color: transparent transparent $wac-primary-button-darken transparent;
2038
+ &:focus,
2039
+ &.focus {
2040
+ background-color: $wac-wizishop-blue-button;
2041
+ border-color: $wac-wizishop-blue-button;
2042
+ transition: background-color 0.3s ease-in-out;
2043
+ i {
2044
+ color: $white;
1866
2045
  }
1867
2046
  }
1868
2047
  }
1869
2048
 
1870
- &:hover,
1871
- &.hover {
1872
- background-color: $wac-primary-button-darken;
1873
- border-color: $wac-primary-button-darken;
1874
- transition: background-color 0.3s ease-in-out;
1875
- }
1876
-
1877
- &:focus,
1878
- &.focus {
1879
- background-color: $wac-primary-button-focus;
1880
- border-color: $wac-primary-button-focus;
1881
- transition: background-color 0.3s ease-in-out;
1882
- }
1883
-
1884
2049
  &.is-outlined {
1885
2050
  background-color: transparent;
1886
- border-color: $wac-primary-button;
2051
+ border-color: $wac-wizishop-blue-button;
2052
+
2053
+ .wac-button__loader {
2054
+ background-color: $wac-wizishop-blue-button-darken;
2055
+ }
1887
2056
 
1888
2057
  .wac-button__wrapper, .wac-button__animation {
1889
- color: $wac-primary-button;
2058
+ color: $wac-wizishop-blue-button;
1890
2059
  transition: color 0.3s ease-in-out;
1891
2060
  }
1892
2061
 
1893
2062
  &:hover,
1894
2063
  &.hover {
1895
- background-color: $wac-primary-button;
1896
- border-color: $wac-primary-button;
2064
+ background-color: $wac-wizishop-blue-button;
2065
+ border-color: $wac-wizishop-blue-button;
1897
2066
  }
1898
2067
 
1899
2068
  &:focus,
1900
2069
  &.focus {
1901
- background-color: $wac-primary-button-focus;
1902
- border-color: $wac-primary-button-focus;
2070
+ background-color: $wac-wizishop-blue-button-focus;
2071
+ border-color: $wac-wizishop-blue-button-focus;
1903
2072
  transition: background-color 0.3s ease-in-out;
1904
2073
  }
1905
2074
  }
@@ -1907,169 +2076,166 @@ wac-block {
1907
2076
  &.is-loading {
1908
2077
  &:hover,
1909
2078
  &.hover {
1910
- background-color: $wac-primary-button;
2079
+ background-color: $wac-wizishop-blue-button;
1911
2080
  transition: background-color 0.3s ease-in-out;
1912
2081
  }
1913
- }
1914
-
1915
- &.opacity {
1916
- background-color: $wac-primary-button-light;
1917
- border-color: transparent!important;
1918
- &:hover, &:focus {
1919
- background-color: $wac-primary-button;
1920
- border-color: $wac-primary-button;
2082
+ &:focus,
2083
+ &.focus {
2084
+ background-color: $wac-wizishop-blue-button-focus;
2085
+ border-color: $wac-wizishop-blue-button-focus;
2086
+ transition: background-color 0.3s ease-in-out;
1921
2087
  }
1922
2088
  }
1923
2089
  }
1924
2090
 
1925
- &.is-green {
1926
- .wac-button__tooltips {
1927
- background-color: $wac-green-color-darken!important;
1928
- color: $wac-white!important;
1929
- &.right {
1930
- &:before {
1931
- border-color: transparent $wac-green-color-darken transparent transparent;
1932
- }
1933
- }
1934
-
1935
- &.left {
1936
- &:before {
1937
- border-color: transparent transparent transparent $wac-green-color-darken;
1938
- }
1939
- }
1940
-
1941
- &.top-center {
1942
- &:before {
1943
- border-color: $wac-green-color-darken transparent transparent transparent;
1944
- }
1945
- }
1946
-
1947
- &.top-right {
1948
- &:before {
1949
- border-color: $wac-green-color-darken transparent transparent transparent;
1950
- }
1951
- }
2091
+ &.is-clear {
2092
+ background-color: transparent!important;
2093
+ border-color: transparent!important;
2094
+ color: $wac-second-color!important;
2095
+ transition: 0.3s ease-in-out;
1952
2096
 
1953
- &.top-left {
1954
- &:before {
1955
- border-color: $wac-green-color-darken transparent transparent transparent;
1956
- }
1957
- }
2097
+ .wac-button__loader {
2098
+ background-color: transparent;
2099
+ }
1958
2100
 
1959
- &.bottom-center {
1960
- &:before {
1961
- border-color: transparent transparent $wac-green-color-darken transparent;
1962
- }
1963
- }
2101
+ .wac-button__wrapper {
2102
+ color: $wac-second-color;
2103
+ }
1964
2104
 
1965
- &.bottom-right {
1966
- &:before {
1967
- border-color: transparent transparent $wac-green-color-darken transparent;
1968
- }
2105
+ &:hover,
2106
+ &.hover {
2107
+ background-color: transparent!important;
2108
+ border-color: transparent!important;
2109
+ color: $wac-wizishop-blue-button!important;
2110
+ transition: 0.3s ease-in-out;
2111
+ .wac-button__wrapper {
2112
+ color: $wac-wizishop-blue-button;
1969
2113
  }
2114
+ }
1970
2115
 
1971
- &.bottom-left {
1972
- &:before {
1973
- border-color: transparent transparent $wac-green-color-darken transparent;
1974
- }
2116
+ &:focus,
2117
+ &.focus {
2118
+ background-color: transparent!important;
2119
+ border-color: transparent!important;
2120
+ color: $wac-wizishop-blue-button!important;
2121
+ transition: 0.3s ease-in-out;
2122
+ .wac-button__wrapper {
2123
+ color: $wac-wizishop-blue-button;
1975
2124
  }
1976
2125
  }
1977
2126
  }
1978
2127
 
1979
- &.is-success {
1980
- background-color: $wac-green-color;
1981
- border-color: $wac-green-color;
2128
+ &.is-orange {
2129
+ background-color: $wac-orange-color;
2130
+ border-color: $wac-orange-color;
1982
2131
  transition: background-color 0.3s ease-in-out;
1983
2132
 
1984
2133
  .wac-button__loader {
1985
- background-color: $wac-green-color-darken;
2134
+ background-color: $wac-orange-color-darken;
1986
2135
  }
1987
2136
 
1988
- .wac-button__tooltips {
1989
- background-color: $wac-green-color-darken!important;
1990
- color: $wac-white!important;
1991
- &.right {
1992
- &:before {
1993
- border-color: transparent $wac-green-color-darken transparent transparent;
1994
- }
1995
- }
2137
+ &:hover,
2138
+ &.hover {
2139
+ background-color: $wac-orange-color-darken;
2140
+ border-color: $wac-orange-color-darken;
2141
+ transition: background-color 0.3s ease-in-out;
2142
+ }
1996
2143
 
1997
- &.left {
1998
- &:before {
1999
- border-color: transparent transparent transparent $wac-green-color-darken;
2000
- }
2001
- }
2144
+ &:focus,
2145
+ &.focus {
2146
+ background-color: $wac-orange-color-focus;
2147
+ border-color: $wac-orange-color-focus;
2148
+ transition: background-color 0.3s ease-in-out;
2149
+ }
2002
2150
 
2003
- &.top-center {
2004
- &:before {
2005
- border-color: $wac-green-color-darken transparent transparent transparent;
2006
- }
2007
- }
2151
+ &.is-outlined {
2152
+ background-color: transparent;
2153
+ border-color: $wac-orange-color;
2008
2154
 
2009
- &.top-right {
2010
- &:before {
2011
- border-color: $wac-green-color-darken transparent transparent transparent;
2012
- }
2155
+ .wac-button__loader {
2156
+ background-color: $wac-orange-color-darken;
2013
2157
  }
2014
2158
 
2015
- &.top-left {
2016
- &:before {
2017
- border-color: $wac-green-color-darken transparent transparent transparent;
2018
- }
2159
+ .wac-button__wrapper, .wac-button__animation {
2160
+ color: $wac-orange-color;
2161
+ transition: color 0.3s ease-in-out;
2019
2162
  }
2020
2163
 
2021
- &.bottom-center {
2022
- &:before {
2023
- border-color: transparent transparent $wac-green-color-darken transparent;
2024
- }
2164
+ &:hover,
2165
+ &.hover {
2166
+ background-color: $wac-orange-color;
2167
+ border-color: $wac-orange-color;
2025
2168
  }
2026
2169
 
2027
- &.bottom-right {
2028
- &:before {
2029
- border-color: transparent transparent $wac-green-color-darken transparent;
2030
- }
2170
+ &:focus,
2171
+ &.focus {
2172
+ background-color: $wac-orange-color-focus;
2173
+ border-color: $wac-orange-color-focus;
2174
+ transition: background-color 0.3s ease-in-out;
2031
2175
  }
2176
+ }
2032
2177
 
2033
- &.bottom-left {
2034
- &:before {
2035
- border-color: transparent transparent $wac-green-color-darken transparent;
2036
- }
2178
+ &.is-loading {
2179
+ &:hover,
2180
+ &.hover {
2181
+ background-color: $wac-orange-color;
2182
+ transition: background-color 0.3s ease-in-out;
2183
+ }
2184
+ &:focus,
2185
+ &.focus {
2186
+ background-color: $wac-orange-color-focus;
2187
+ border-color: $wac-orange-color-focus;
2188
+ transition: background-color 0.3s ease-in-out;
2037
2189
  }
2038
2190
  }
2191
+ }
2192
+
2193
+ &.is-pink {
2194
+ background-color: $wac-pink-color;
2195
+ border-color: $wac-pink-color;
2196
+ transition: background-color 0.3s ease-in-out;
2197
+
2198
+ .wac-button__loader {
2199
+ background-color: $wac-pink-color-darken;
2200
+ }
2039
2201
 
2040
2202
  &:hover,
2041
2203
  &.hover {
2042
- background-color: $wac-green-color-darken;
2043
- border-color: $wac-green-color-darken;
2204
+ background-color: $wac-pink-color-darken;
2205
+ border-color: $wac-pink-color-darken;
2044
2206
  transition: background-color 0.3s ease-in-out;
2045
2207
  }
2046
2208
 
2047
2209
  &:focus,
2048
2210
  &.focus {
2049
- background-color: $wac-green-color-focus;
2050
- border-color: $wac-green-color-focus;
2211
+ background-color: $wac-pink-color-focus;
2212
+ border-color: $wac-pink-color-focus;
2051
2213
  transition: background-color 0.3s ease-in-out;
2052
2214
  }
2053
2215
 
2054
2216
  &.is-outlined {
2055
2217
  background-color: transparent;
2056
- border-color: $wac-green-color;
2218
+ border-color: $wac-pink-color;
2219
+
2220
+ .wac-button__loader {
2221
+ background-color: $wac-pink-color-darken;
2222
+ }
2057
2223
 
2058
2224
  .wac-button__wrapper, .wac-button__animation {
2059
- color: $wac-green-color;
2225
+ color: $wac-pink-color;
2060
2226
  transition: color 0.3s ease-in-out;
2061
2227
  }
2062
2228
 
2063
2229
  &:hover,
2064
2230
  &.hover {
2065
- background-color: $wac-green-color;
2066
- border-color: $wac-green-color;
2231
+ background-color: $wac-pink-color;
2232
+ border-color: $wac-pink-color;
2067
2233
  }
2068
2234
 
2069
2235
  &:focus,
2070
2236
  &.focus {
2071
- background-color: $wac-green-color-focus;
2072
- border-color: $wac-green-color-focus;
2237
+ background-color: $wac-pink-color-focus;
2238
+ border-color: $wac-pink-color-focus;
2073
2239
  transition: background-color 0.3s ease-in-out;
2074
2240
  }
2075
2241
  }
@@ -2077,114 +2243,122 @@ wac-block {
2077
2243
  &.is-loading {
2078
2244
  &:hover,
2079
2245
  &.hover {
2080
- background-color: $wac-green-color;
2246
+ background-color: $wac-pink-color;
2081
2247
  transition: background-color 0.3s ease-in-out;
2082
2248
  }
2083
- }
2084
- &.opacity {
2085
- background-color: $wac-green-opacity;
2086
- border-color: transparent!important;
2087
- &:hover, &:focus {
2088
- background-color: $wac-green-color;
2089
- border-color: $wac-green-color;
2249
+ &:focus,
2250
+ &.focus {
2251
+ background-color: $wac-pink-color-focus;
2252
+ border-color: $wac-pink-color-focus;
2253
+ transition: background-color 0.3s ease-in-out;
2090
2254
  }
2091
2255
  }
2092
2256
  }
2093
2257
 
2094
- &.is-evolup {
2095
- background-color: $wac-evolup-green;
2096
- border-color: $wac-evolup-green;
2258
+ &.is-grey {
2259
+ background-color: $wac-background-color;
2260
+ border-color: $wac-background-color;
2097
2261
  transition: background-color 0.3s ease-in-out;
2098
2262
 
2099
2263
  .wac-button__loader {
2100
- background-color: $wac-evolup-green-darken;
2264
+ background-color: $wac-background-color-darken;
2101
2265
  }
2102
2266
 
2103
2267
  .wac-button__tooltips {
2104
- background-color: $wac-evolup-green-darken!important;
2105
- color: $wac-white!important;
2268
+ background-color: $wac-background-color-darken!important;
2269
+ color: $wac-main-text!important;
2270
+
2106
2271
  &.right {
2107
2272
  &:before {
2108
- border-color: transparent $wac-evolup-green-darken transparent transparent;
2273
+ border-color: transparent $wac-background-color-darken transparent transparent;
2109
2274
  }
2110
2275
  }
2111
2276
 
2112
2277
  &.left {
2113
2278
  &:before {
2114
- border-color: transparent transparent transparent $wac-evolup-green-darken;
2279
+ border-color: transparent transparent transparent $wac-background-color-darken;
2115
2280
  }
2116
2281
  }
2117
2282
 
2118
2283
  &.top-center {
2119
2284
  &:before {
2120
- border-color: $wac-evolup-green-darken transparent transparent transparent;
2285
+ border-color: $wac-background-color-darken transparent transparent transparent;
2121
2286
  }
2122
2287
  }
2123
2288
 
2124
2289
  &.top-right {
2125
2290
  &:before {
2126
- border-color: $wac-evolup-green-darken transparent transparent transparent;
2291
+ border-color: $wac-background-color-darken transparent transparent transparent;
2127
2292
  }
2128
2293
  }
2129
2294
 
2130
2295
  &.top-left {
2131
2296
  &:before {
2132
- border-color: $wac-evolup-green-darken transparent transparent transparent;
2297
+ border-color: $wac-background-color-darken transparent transparent transparent;
2133
2298
  }
2134
2299
  }
2135
2300
 
2136
2301
  &.bottom-center {
2137
2302
  &:before {
2138
- border-color: transparent transparent $wac-evolup-green-darken transparent;
2303
+ border-color: transparent transparent $wac-background-color-darken transparent;
2139
2304
  }
2140
2305
  }
2141
2306
 
2142
2307
  &.bottom-right {
2143
2308
  &:before {
2144
- border-color: transparent transparent $wac-evolup-green-darken transparent;
2309
+ border-color: transparent transparent $wac-background-color-darken transparent;
2145
2310
  }
2146
2311
  }
2147
2312
 
2148
2313
  &.bottom-left {
2149
2314
  &:before {
2150
- border-color: transparent transparent $wac-evolup-green-darken transparent;
2315
+ border-color: transparent transparent $wac-background-color-darken transparent;
2151
2316
  }
2152
2317
  }
2153
2318
  }
2154
2319
 
2320
+ .wac-button__wrapper, .wac-button__animation {
2321
+ color: $wac-second-color;
2322
+ transition: color 0.3s ease-in-out;
2323
+ }
2324
+
2155
2325
  &:hover,
2156
2326
  &.hover {
2157
- background-color: $wac-evolup-green-darken;
2158
- border-color: $wac-evolup-green-darken;
2327
+ background-color: $wac-background-color-darken;
2328
+ border-color: $wac-background-color-darken;
2159
2329
  transition: background-color 0.3s ease-in-out;
2160
2330
  }
2161
2331
 
2162
2332
  &:focus,
2163
2333
  &.focus {
2164
- background-color: $wac-evolup-green-focus;
2165
- border-color: $wac-evolup-green-focus;
2334
+ background-color: $wac-background-color-focus;
2335
+ border-color: $wac-background-color-focus;
2166
2336
  transition: background-color 0.3s ease-in-out;
2167
2337
  }
2168
2338
 
2169
2339
  &.is-outlined {
2170
2340
  background-color: transparent;
2171
- border-color: $wac-evolup-green;
2341
+ border-color: $wac-border-light;
2342
+
2343
+ .wac-button__loader {
2344
+ background-color: $wac-background-color-darken;
2345
+ }
2172
2346
 
2173
2347
  .wac-button__wrapper, .wac-button__animation {
2174
- color: $wac-evolup-green;
2348
+ color: $wac-second-color !important;
2175
2349
  transition: color 0.3s ease-in-out;
2176
2350
  }
2177
2351
 
2178
2352
  &:hover,
2179
2353
  &.hover {
2180
- background-color: $wac-evolup-green;
2181
- border-color: $wac-evolup-green;
2354
+ background-color: $wac-background-color;
2355
+ border-color: $wac-background-color;
2182
2356
  }
2183
2357
 
2184
2358
  &:focus,
2185
2359
  &.focus {
2186
- background-color: $wac-evolup-green-focus;
2187
- border-color: $wac-evolup-green-focus;
2360
+ background-color: $wac-background-color-focus;
2361
+ border-color: $wac-background-color-focus;
2188
2362
  transition: background-color 0.3s ease-in-out;
2189
2363
  }
2190
2364
  }
@@ -2192,874 +2366,700 @@ wac-block {
2192
2366
  &.is-loading {
2193
2367
  &:hover,
2194
2368
  &.hover {
2195
- background-color: $wac-evolup-green;
2369
+ background-color: $wac-background-color;
2196
2370
  transition: background-color 0.3s ease-in-out;
2197
2371
  }
2198
2372
  }
2199
- &.opacity {
2200
- background-color: $wac-green-opacity;
2201
- border-color: transparent!important;
2202
- &:hover, &:focus {
2203
- background-color: $wac-evolup-green;
2204
- border-color: $wac-evolup-green;
2205
- }
2206
- }
2207
2373
  }
2208
2374
 
2209
- &.is-light {
2210
- background-color: transparent;
2211
- border-color: $wac-border-color;
2375
+ &.is-danger {
2376
+ background-color: $wac-primary-button;
2377
+ border-color: $wac-primary-button;
2212
2378
  transition: background-color 0.3s ease-in-out;
2213
2379
 
2214
2380
  .wac-button__loader {
2215
- background-color: $wac-hover-btn-grey;
2216
- }
2217
-
2218
- .wac-button__wrapper, .wac-button__animation {
2219
- color: $wac-secondary-color;
2220
- }
2221
-
2222
- &:hover,
2223
- &.hover {
2224
- background-color: $wac-hover-btn-grey;
2225
- transition: background-color 0.3s ease-in-out;
2381
+ background-color: $wac-primary-button-darken;
2226
2382
  }
2227
2383
 
2228
- &.is-loading {
2229
- &:hover,
2230
- &.hover {
2231
- background-color: transparent;
2232
- transition: background-color 0.3s ease-in-out;
2384
+ .wac-button__tooltips {
2385
+ background-color: $wac-primary-button-darken!important;
2386
+ color: $wac-white!important;
2387
+ &.right {
2388
+ &:before {
2389
+ border-color: transparent $wac-primary-button-darken transparent transparent;
2390
+ }
2233
2391
  }
2234
- }
2235
- }
2236
-
2237
- &.disabled {
2238
- opacity: .7!important;
2239
- }
2240
2392
 
2241
- &.is-outlined {
2242
- &:hover,
2243
- &.hover {
2244
- .wac-button__wrapper, .wac-button__animation {
2245
- color: $wac-white;
2246
- transition: color 0.3s ease-in-out;
2393
+ &.left {
2394
+ &:before {
2395
+ border-color: transparent transparent transparent $wac-primary-button-darken;
2396
+ }
2247
2397
  }
2248
- }
2249
- }
2250
-
2251
- &__loader {
2252
- position: absolute;
2253
- left: -1px;
2254
- top: 0;
2255
- height: 100%;
2256
- z-index: 1;
2257
- transition: width 0.3s ease-in-out;
2258
- overflow: hidden;
2259
-
2260
- span {
2261
- position: absolute;
2262
- left: 20px;
2263
- top: 7px;
2264
- color: $wac-white;
2265
- overflow: hidden;
2266
- text-overflow: clip;
2267
- font-size: 14px;
2268
- line-height: 26px;
2269
- white-space: nowrap;
2270
- z-index: 3;
2271
2398
 
2272
- i {
2273
- margin-right: 1.4px;
2399
+ &.top-center {
2400
+ &:before {
2401
+ border-color: $wac-primary-button-darken transparent transparent transparent;
2402
+ }
2274
2403
  }
2275
- }
2276
-
2277
- &.outlined {
2278
- z-index: 4;
2279
- }
2280
- }
2281
-
2282
- &.alone {
2283
- max-width: 40px!important;
2284
- .wac-button__loader span {
2285
- left: 14.6px;
2286
- }
2287
- }
2288
-
2289
- &.opacity {
2290
- min-width: rem(40);
2291
- min-height: rem(40);
2292
- border-color: transparent!important;
2293
-
2294
- &.alone {
2295
- display: flex;
2296
- align-items: center;
2297
- justify-content: center;
2298
- }
2299
2404
 
2300
- &.is-success {
2301
- i {
2302
- color: $wac-green-color!important;
2303
- }
2304
- &:hover, &:focus {
2305
- i {
2306
- color: $wac-white!important;
2405
+ &.top-right {
2406
+ &:before {
2407
+ border-color: $wac-primary-button-darken transparent transparent transparent;
2307
2408
  }
2308
2409
  }
2309
- }
2310
2410
 
2311
- &.is-evolup {
2312
- i {
2313
- color: $wac-evolup-green!important;
2411
+ &.top-left {
2412
+ &:before {
2413
+ border-color: $wac-primary-button-darken transparent transparent transparent;
2414
+ }
2314
2415
  }
2315
- &:hover, &:focus {
2316
- i {
2317
- color: $wac-white!important;
2416
+
2417
+ &.bottom-center {
2418
+ &:before {
2419
+ border-color: transparent transparent $wac-primary-button-darken transparent;
2318
2420
  }
2319
2421
  }
2320
- }
2321
2422
 
2322
- &.is-danger {
2323
- i {
2324
- color: $wac-primary-button!important;
2423
+ &.bottom-right {
2424
+ &:before {
2425
+ border-color: transparent transparent $wac-primary-button-darken transparent;
2426
+ }
2325
2427
  }
2326
- &:hover, &:focus {
2327
- i {
2328
- color: $wac-white!important;
2428
+
2429
+ &.bottom-left {
2430
+ &:before {
2431
+ border-color: transparent transparent $wac-primary-button-darken transparent;
2329
2432
  }
2330
2433
  }
2331
2434
  }
2332
- }
2333
2435
 
2334
- &__tooltips {
2335
- position: absolute;
2336
- width: auto;
2337
- padding: 4px;
2338
- border-radius: 3px;
2339
- background: $wizishop-blue;
2340
- color: $wac-white;
2341
- min-width: 100%;
2342
- visibility: hidden;
2343
- font-size: 12px;
2344
- opacity: 0;
2345
- transition: opacity .3s ease 0s, visibility 0s linear .35s;
2346
-
2347
- &.oneline {
2348
- width: auto!important;
2349
- white-space: nowrap;
2350
- min-width: unset!important;
2436
+ &:hover,
2437
+ &.hover {
2438
+ background-color: $wac-primary-button-darken;
2439
+ border-color: $wac-primary-button-darken;
2440
+ transition: background-color 0.3s ease-in-out;
2351
2441
  }
2352
2442
 
2353
- @include media('>=tablet') {
2354
- min-width: 600px;
2443
+ &:focus,
2444
+ &.focus {
2445
+ background-color: $wac-primary-button-focus;
2446
+ border-color: $wac-primary-button-focus;
2447
+ transition: background-color 0.3s ease-in-out;
2355
2448
  }
2356
2449
 
2357
- @include media('<tablet') {
2358
- min-width: 100% !important;
2359
- max-width: 100% !important;
2360
- }
2450
+ &.is-outlined {
2451
+ background-color: transparent;
2452
+ border-color: $wac-primary-button;
2361
2453
 
2362
- &:before {
2363
- content: '';
2364
- display: none!important;
2365
- position: absolute;
2366
- width: 0;
2367
- height: 0;
2368
- border-style: solid;
2369
- border-width: 10px 10px 0 10px;
2370
- border-color: $wizishop-blue transparent transparent transparent;
2371
- }
2454
+ .wac-button__wrapper, .wac-button__animation {
2455
+ color: $wac-primary-button;
2456
+ transition: color 0.3s ease-in-out;
2457
+ }
2372
2458
 
2373
- &.right {
2374
- left: 100%;
2375
- transform: translate(10px, -50%);
2376
- top: 50%;
2377
- &:before {
2378
- width: 0;
2379
- height: 0;
2380
- border-style: solid;
2381
- border-width: 10px 10px 10px 0;
2382
- border-color: transparent transparentize($wac-second-color, .1) transparent transparent;
2383
- right: 100%;
2384
- top: 50%;
2385
- transform: translateY(-50%);
2459
+ &:hover,
2460
+ &.hover {
2461
+ background-color: $wac-primary-button;
2462
+ border-color: $wac-primary-button;
2386
2463
  }
2387
- }
2388
2464
 
2389
- &.left {
2390
- right: 100%;
2391
- transform: translate(-10px, -50%);
2392
- top: 50%;
2393
- &:before {
2394
- width: 0;
2395
- height: 0;
2396
- border-style: solid;
2397
- border-width: 10px 0 10px 10px;
2398
- border-color: transparent transparent transparent transparentize($wac-second-color, .1);
2399
- left: 100%;
2400
- top: 50%;
2401
- transform: translateY(-50%);
2465
+ &:focus,
2466
+ &.focus {
2467
+ background-color: $wac-primary-button-focus;
2468
+ border-color: $wac-primary-button-focus;
2469
+ transition: background-color 0.3s ease-in-out;
2402
2470
  }
2403
2471
  }
2404
2472
 
2405
- &.top-center {
2406
- left: 50%;
2407
- transform: translate(-50%, -10px);
2408
- bottom: 100%;
2409
- &:before {
2410
- left: 50%;
2411
- top: 100%;
2412
- transform: translateX(-50%);
2473
+ &.is-loading {
2474
+ &:hover,
2475
+ &.hover {
2476
+ background-color: $wac-primary-button;
2477
+ transition: background-color 0.3s ease-in-out;
2413
2478
  }
2414
2479
  }
2415
2480
 
2416
- &.top-right {
2417
- right: 0;
2418
- transform: translate(0, -10px);
2419
- bottom: 100%;
2420
- &:before {
2421
- right: 10px;
2422
- top: 100%;
2481
+ &.opacity {
2482
+ background-color: $wac-primary-button-light;
2483
+ border-color: transparent!important;
2484
+ &:hover, &:focus {
2485
+ background-color: $wac-primary-button;
2486
+ border-color: $wac-primary-button;
2423
2487
  }
2424
2488
  }
2489
+ }
2425
2490
 
2426
- &.top-left {
2427
- left: 0;
2428
- transform: translate(0, -10px);
2429
- bottom: 100%;
2430
- &:before {
2431
- left: 10px;
2432
- top: 100%;
2491
+ &.is-green {
2492
+ .wac-button__tooltips {
2493
+ background-color: $wac-green-color-darken!important;
2494
+ color: $wac-white!important;
2495
+ &.right {
2496
+ &:before {
2497
+ border-color: transparent $wac-green-color-darken transparent transparent;
2498
+ }
2433
2499
  }
2434
- }
2435
2500
 
2436
- &.bottom-center {
2437
- left: 50%;
2438
- transform: translate(-50%, 10px);
2439
- top: 100%;
2440
- &:before {
2441
- width: 0;
2442
- height: 0;
2443
- border-style: solid;
2444
- border-width: 0 10px 10px 10px;
2445
- border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
2446
- right: auto;
2447
- top: auto;
2448
- left: 50%;
2449
- bottom: 100%;
2450
- transform: translateX(-50%);
2501
+ &.left {
2502
+ &:before {
2503
+ border-color: transparent transparent transparent $wac-green-color-darken;
2504
+ }
2451
2505
  }
2452
- }
2453
2506
 
2454
- &.bottom-right {
2455
- right: 0;
2456
- transform: translate(0, 10px);
2457
- top: 100%;
2458
- &:before {
2459
- width: 0;
2460
- height: 0;
2461
- border-style: solid;
2462
- border-width: 0 10px 10px 10px;
2463
- border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
2464
- top: auto;
2465
- right: 10px;
2466
- bottom: 100%;
2507
+ &.top-center {
2508
+ &:before {
2509
+ border-color: $wac-green-color-darken transparent transparent transparent;
2510
+ }
2467
2511
  }
2468
- }
2469
2512
 
2470
- &.bottom-left {
2471
- left: 0;
2472
- transform: translate(0, 10px);
2473
- top: 100%;
2474
- &:before {
2475
- width: 0;
2476
- height: 0;
2477
- border-style: solid;
2478
- border-width: 0 10px 10px 10px;
2479
- border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
2480
- right: auto;
2481
- top: auto;
2482
- left: 10px;
2483
- bottom: 100%;
2513
+ &.top-right {
2514
+ &:before {
2515
+ border-color: $wac-green-color-darken transparent transparent transparent;
2516
+ }
2484
2517
  }
2485
- }
2486
- }
2487
2518
 
2488
- &:hover, &:focus {
2489
- .wac-button {
2490
- &__tooltips {
2491
- visibility: visible;
2492
- opacity: .9;
2493
- transition: opacity .3s ease .05s, visibility 0s linear 0s;
2519
+ &.top-left {
2520
+ &:before {
2521
+ border-color: $wac-green-color-darken transparent transparent transparent;
2522
+ }
2494
2523
  }
2495
- }
2496
- }
2497
- }
2498
- wac-calendar {
2499
- &.ng-touched.ng-invalid {
2500
- .wac-calendar__wrapper__select, .wac-calendar__wrapper__editInPlace, .wac-calendar__wrapper__select {
2501
- border-color: $wac-form-control-touched-and-invalid-border;
2502
- }
2503
- }
2504
- }
2505
2524
 
2506
- .wac-calendar {
2507
- position: relative;
2508
- margin: 0 0 20px;
2509
- width: 268px;
2510
- &--open {
2511
- z-index: 9;
2512
- .wac-calendar {
2513
- &__absolute {
2514
- visibility: visible;
2515
- opacity: 1;
2516
- transition: 0.3s ease opacity 0.1s, 0s visibility linear 0s;
2525
+ &.bottom-center {
2526
+ &:before {
2527
+ border-color: transparent transparent $wac-green-color-darken transparent;
2528
+ }
2517
2529
  }
2518
- }
2519
- }
2520
- &--edit {
2521
- display: flex;
2522
- justify-content: flex-start;
2523
- align-items: center;
2524
- align-content: center;
2525
- & > * {
2526
- display: inline-block;
2527
- &:nth-child(2) {
2528
- margin: 0 10px;
2530
+
2531
+ &.bottom-right {
2532
+ &:before {
2533
+ border-color: transparent transparent $wac-green-color-darken transparent;
2534
+ }
2529
2535
  }
2530
- }
2531
- }
2532
- &--no-margin {
2533
- margin: 0;
2534
- .wac-calendar__autoHide {
2535
- margin: 0;
2536
- }
2537
- }
2538
- &--onlyDate {
2539
- .wac-calendar__wrapper__input__time, .wac-calendar__wrapper__input__date:after {
2540
- display: none;
2541
- }
2542
- .wac-calendar__wrapper__input {
2543
- max-width: 160px;
2544
- min-width: 160px;
2545
- }
2546
- }
2547
- &__label {
2548
- font-size: rem(14) !important;
2549
- line-height: rem(16) !important;
2550
- margin: 0 0 10px !important;
2551
- color: $wac-color-text-grey !important;
2552
- cursor: pointer;
2553
2536
 
2554
- &.bold {
2555
- font-weight: 500;
2537
+ &.bottom-left {
2538
+ &:before {
2539
+ border-color: transparent transparent $wac-green-color-darken transparent;
2540
+ }
2541
+ }
2556
2542
  }
2557
2543
  }
2558
- &__autoHide {
2559
- max-width: 300px;
2560
- position: relative;
2561
- }
2562
- &__wrapper {
2563
- &__input {
2564
- border-radius: 3px;
2565
- display: flex;
2566
- justify-content: flex-start;
2567
- align-items: center;
2568
- align-content: center;
2569
- min-width: 240px;
2570
- max-width: 240px;
2571
- padding: 7px 20px;
2572
- border: 1px solid $wac-border-form;
2573
- cursor: pointer;
2574
- &__icon {
2575
- width: 16px;
2576
- margin: 0 10px 0 0;
2577
- display: flex;
2578
- justify-content: space-between;
2579
- align-items: center;
2580
- align-content: center;
2581
- cursor: pointer;
2582
- &:hover,
2583
- &:focus {
2584
- i {
2585
- color: darken($wac-wizishop-blue, 15%);
2586
- }
2544
+
2545
+ &.is-success {
2546
+ background-color: $wac-green-color;
2547
+ border-color: $wac-green-color;
2548
+ transition: background-color 0.3s ease-in-out;
2549
+
2550
+ .wac-button__loader {
2551
+ background-color: $wac-green-color-darken;
2552
+ }
2553
+
2554
+ .wac-button__tooltips {
2555
+ background-color: $wac-green-color-darken!important;
2556
+ color: $wac-white!important;
2557
+ &.right {
2558
+ &:before {
2559
+ border-color: transparent $wac-green-color-darken transparent transparent;
2587
2560
  }
2588
- i {
2589
- color: $wac-second-color;
2590
- font-size: rem(18);
2591
- transition: color 300ms ease;
2561
+ }
2562
+
2563
+ &.left {
2564
+ &:before {
2565
+ border-color: transparent transparent transparent $wac-green-color-darken;
2592
2566
  }
2593
2567
  }
2594
- &__date {
2595
- width: auto;
2596
- white-space: nowrap;
2597
- position: relative;
2598
- color: $wac-main-text;
2599
- font-size: rem(14);
2600
- line-height: rem(24);
2601
- margin: 0 15px 0 0;
2602
- letter-spacing: 0.65px;
2603
- &:after {
2604
- content: '';
2605
- display: block;
2606
- position: absolute;
2607
- width: 1px;
2608
- height: 15px;
2609
- background-color: $wac-input-border;
2610
- top: 50%;
2611
- right: -15px;
2612
- transform: translateY(-50%);
2568
+
2569
+ &.top-center {
2570
+ &:before {
2571
+ border-color: $wac-green-color-darken transparent transparent transparent;
2613
2572
  }
2614
2573
  }
2615
- &__time {
2616
- width: auto;
2617
- white-space: nowrap;
2618
- font-size: rem(14);
2619
- line-height: rem(24);
2620
- color: $wac-main-text;
2621
- margin: 0 15px;
2622
- letter-spacing: 1.3px;
2574
+
2575
+ &.top-right {
2576
+ &:before {
2577
+ border-color: $wac-green-color-darken transparent transparent transparent;
2578
+ }
2623
2579
  }
2624
- &__close {
2625
- width: 10px;
2626
- cursor: pointer;
2627
- i {
2628
- font-size: 14px;
2629
- transition: color 300ms ease;
2630
- color: $wac-primary-button;
2631
- font-weight: 400;
2580
+
2581
+ &.top-left {
2582
+ &:before {
2583
+ border-color: $wac-green-color-darken transparent transparent transparent;
2632
2584
  }
2633
- &:hover,
2634
- &:focus {
2635
- i {
2636
- color: darken($wac-primary-button, 15%);
2637
- }
2585
+ }
2586
+
2587
+ &.bottom-center {
2588
+ &:before {
2589
+ border-color: transparent transparent $wac-green-color-darken transparent;
2638
2590
  }
2639
2591
  }
2640
- }
2641
- &__editInPlace {
2642
- display: flex;
2643
- justify-content: space-between;
2644
- padding: 5px 0;
2645
- position: relative;
2646
- align-content: center;
2647
- align-items: center;
2648
- cursor: pointer;
2649
- max-width: 140px;
2650
- &:after {
2651
- position: absolute;
2652
- content: '';
2653
- border-bottom: dashed 1px $wac-calendar-primary;
2654
- width: 100%;
2655
- bottom: 0;
2656
- left: 0;
2592
+
2593
+ &.bottom-right {
2594
+ &:before {
2595
+ border-color: transparent transparent $wac-green-color-darken transparent;
2596
+ }
2657
2597
  }
2658
- &__icon {
2659
- width: 12px;
2660
- margin: 0 5px 0 0;
2661
- display: flex;
2662
- justify-content: space-between;
2663
- align-items: center;
2664
- align-content: center;
2665
- i {
2666
- font-size: rem(14);
2667
- color: $wac-wizishop-blue;
2668
- transition: color 300ms ease;
2598
+
2599
+ &.bottom-left {
2600
+ &:before {
2601
+ border-color: transparent transparent $wac-green-color-darken transparent;
2669
2602
  }
2670
2603
  }
2671
- &__date {
2672
- position: relative;
2673
- color: $wac-header-color;
2674
- font-size: rem(14);
2675
- width: auto;
2676
- transition: 300ms ease;
2677
- white-space: nowrap;
2604
+ }
2605
+
2606
+ &:hover,
2607
+ &.hover {
2608
+ background-color: $wac-green-color-darken;
2609
+ border-color: $wac-green-color-darken;
2610
+ transition: background-color 0.3s ease-in-out;
2611
+ }
2612
+
2613
+ &:focus,
2614
+ &.focus {
2615
+ background-color: $wac-green-color-focus;
2616
+ border-color: $wac-green-color-focus;
2617
+ transition: background-color 0.3s ease-in-out;
2618
+ }
2619
+
2620
+ &.is-outlined {
2621
+ background-color: transparent;
2622
+ border-color: $wac-green-color;
2623
+
2624
+ .wac-button__wrapper, .wac-button__animation {
2625
+ color: $wac-green-color;
2626
+ transition: color 0.3s ease-in-out;
2678
2627
  }
2628
+
2679
2629
  &:hover,
2680
- &:focus {
2681
- .wac-calendar {
2682
- &__wrapper {
2683
- &__editInPlace {
2684
- &__date {
2685
- color: darken($wac-header-color, 30%);
2686
- }
2687
- &__icon {
2688
- i {
2689
- color: darken($wac-wizishop-blue, 15%);
2690
- }
2691
- }
2692
- }
2693
- }
2694
- }
2630
+ &.hover {
2631
+ background-color: $wac-green-color;
2632
+ border-color: $wac-green-color;
2633
+ }
2634
+
2635
+ &:focus,
2636
+ &.focus {
2637
+ background-color: $wac-green-color-focus;
2638
+ border-color: $wac-green-color-focus;
2639
+ transition: background-color 0.3s ease-in-out;
2695
2640
  }
2696
2641
  }
2697
- &__select {
2698
- border-radius: 3px;
2699
- display: flex;
2700
- justify-content: flex-start;
2701
- align-items: center;
2702
- align-content: center;
2703
- min-width: 220px;
2704
- max-width: 220px;
2705
- padding: 11px 19px;
2706
- border: 1px solid $wac-input-border;
2707
- cursor: pointer;
2708
- background: $wac-white no-repeat center right 15px
2709
- url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%226.032%22%3E%3Cpath%20data-name%3D%22Arrow%20copie%203%22%20d%3D%22M0%20.016L5%204.65l5-4.634v1.378L5%206.028%200%201.394V.02z%22%20fill%3D%22%231e2e43%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E);
2710
- &__icon {
2711
- width: 16px;
2712
- margin: 0 10px 0 0;
2713
- display: flex;
2714
- justify-content: space-between;
2715
- align-items: center;
2716
- align-content: center;
2717
- cursor: pointer;
2718
- &:hover,
2719
- &:focus {
2720
- i {
2721
- color: darken($wac-second-color, 15%);
2722
- }
2642
+
2643
+ &.is-loading {
2644
+ &:hover,
2645
+ &.hover {
2646
+ background-color: $wac-green-color;
2647
+ transition: background-color 0.3s ease-in-out;
2648
+ }
2649
+ }
2650
+ &.opacity {
2651
+ background-color: $wac-green-opacity;
2652
+ border-color: transparent!important;
2653
+ &:hover, &:focus {
2654
+ background-color: $wac-green-color;
2655
+ border-color: $wac-green-color;
2656
+ }
2657
+ }
2658
+ }
2659
+
2660
+ &.is-evolup {
2661
+ background-color: $wac-evolup-green;
2662
+ border-color: $wac-evolup-green;
2663
+ transition: background-color 0.3s ease-in-out;
2664
+
2665
+ .wac-button__loader {
2666
+ background-color: $wac-evolup-green-darken;
2667
+ }
2668
+
2669
+ .wac-button__tooltips {
2670
+ background-color: $wac-evolup-green-darken!important;
2671
+ color: $wac-white!important;
2672
+ &.right {
2673
+ &:before {
2674
+ border-color: transparent $wac-evolup-green-darken transparent transparent;
2723
2675
  }
2724
- i {
2725
- font-size: rem(18);
2726
- font-weight: 400;
2727
- color: $wac-second-color;
2728
- transition: color 300ms ease;
2676
+ }
2677
+
2678
+ &.left {
2679
+ &:before {
2680
+ border-color: transparent transparent transparent $wac-evolup-green-darken;
2681
+ }
2682
+ }
2683
+
2684
+ &.top-center {
2685
+ &:before {
2686
+ border-color: $wac-evolup-green-darken transparent transparent transparent;
2687
+ }
2688
+ }
2689
+
2690
+ &.top-right {
2691
+ &:before {
2692
+ border-color: $wac-evolup-green-darken transparent transparent transparent;
2693
+ }
2694
+ }
2695
+
2696
+ &.top-left {
2697
+ &:before {
2698
+ border-color: $wac-evolup-green-darken transparent transparent transparent;
2729
2699
  }
2730
2700
  }
2731
- &__date {
2732
- width: auto;
2733
- position: relative;
2734
- color: $wac-header-color;
2735
- font-size: rem(14);
2736
- white-space: nowrap;
2737
- margin: 0;
2738
- &:after {
2739
- display: none;
2701
+
2702
+ &.bottom-center {
2703
+ &:before {
2704
+ border-color: transparent transparent $wac-evolup-green-darken transparent;
2740
2705
  }
2741
2706
  }
2742
- &__close {
2743
- width: 10px;
2744
- cursor: pointer;
2745
- i {
2746
- font-size: 14px;
2747
- transition: color 300ms ease;
2748
- color: $wac-primary-button;
2707
+
2708
+ &.bottom-right {
2709
+ &:before {
2710
+ border-color: transparent transparent $wac-evolup-green-darken transparent;
2749
2711
  }
2750
- &:hover,
2751
- &:focus {
2752
- i {
2753
- color: darken($wac-primary-button, 15%);
2754
- }
2712
+ }
2713
+
2714
+ &.bottom-left {
2715
+ &:before {
2716
+ border-color: transparent transparent $wac-evolup-green-darken transparent;
2755
2717
  }
2756
2718
  }
2757
2719
  }
2758
- }
2759
- &__absolute {
2760
- position: absolute;
2761
- top: 100%;
2762
- left: 50%;
2763
- transform: translateX(-50%);
2764
- visibility: hidden;
2765
- opacity: 0;
2766
- transition: 0.3s ease opacity, 0s visibility 0.31s;
2767
- border: 1px solid $wac-border-light;
2768
- background-color: $wac-white;
2769
- box-shadow: 3px 3px 20px $wac-calendar-box-shadow;
2770
- border-radius: 3px;
2771
- max-width: 268px;
2772
- min-width: 268px;
2773
- &.bottom {
2774
- transform: translateX(-50%) translateY(10px);
2775
- }
2776
- &.top {
2777
- top: auto;
2778
- bottom: 100%;
2779
- transform: translateX(-50%) translateY(-10px);
2720
+
2721
+ &:hover,
2722
+ &.hover {
2723
+ background-color: $wac-evolup-green-darken;
2724
+ border-color: $wac-evolup-green-darken;
2725
+ transition: background-color 0.3s ease-in-out;
2780
2726
  }
2781
- &.left {
2782
- transform: translateY(-50%) translateX(-10px);
2783
- left: auto;
2784
- right: 100%;
2785
- top: 50%;
2727
+
2728
+ &:focus,
2729
+ &.focus {
2730
+ background-color: $wac-evolup-green-focus;
2731
+ border-color: $wac-evolup-green-focus;
2732
+ transition: background-color 0.3s ease-in-out;
2786
2733
  }
2787
- &.right {
2788
- transform: translateY(-50%) translateX(10px);
2789
- left: 100%;
2790
- top: 50%;
2734
+
2735
+ &.is-outlined {
2736
+ background-color: transparent;
2737
+ border-color: $wac-evolup-green;
2738
+
2739
+ .wac-button__wrapper, .wac-button__animation {
2740
+ color: $wac-evolup-green;
2741
+ transition: color 0.3s ease-in-out;
2742
+ }
2743
+
2744
+ &:hover,
2745
+ &.hover {
2746
+ background-color: $wac-evolup-green;
2747
+ border-color: $wac-evolup-green;
2748
+ }
2749
+
2750
+ &:focus,
2751
+ &.focus {
2752
+ background-color: $wac-evolup-green-focus;
2753
+ border-color: $wac-evolup-green-focus;
2754
+ transition: background-color 0.3s ease-in-out;
2755
+ }
2791
2756
  }
2792
- &.left-top {
2793
- left: auto;
2794
- right: 100%;
2795
- top: auto;
2796
- bottom: 0;
2797
- transform: translateY(-10px) translateX(-10px);
2757
+
2758
+ &.is-loading {
2759
+ &:hover,
2760
+ &.hover {
2761
+ background-color: $wac-evolup-green;
2762
+ transition: background-color 0.3s ease-in-out;
2763
+ }
2798
2764
  }
2799
- &.left-bottom {
2800
- left: auto;
2801
- right: 100%;
2802
- top: 0;
2803
- transform: translateY(10px) translateX(-10px);
2765
+ &.opacity {
2766
+ background-color: $wac-green-opacity;
2767
+ border-color: transparent!important;
2768
+ &:hover, &:focus {
2769
+ background-color: $wac-evolup-green;
2770
+ border-color: $wac-evolup-green;
2771
+ }
2804
2772
  }
2805
- &.right-top {
2806
- left: 100%;
2807
- top: auto;
2808
- bottom: 0;
2809
- transform: translateY(-10px) translateX(10px);
2773
+ }
2774
+
2775
+ &.is-light {
2776
+ background-color: transparent;
2777
+ border-color: $wac-border-color;
2778
+ transition: background-color 0.3s ease-in-out;
2779
+
2780
+ .wac-button__loader {
2781
+ background-color: $wac-hover-btn-grey;
2810
2782
  }
2811
- &.right-bottom {
2812
- left: 100%;
2813
- top: 0;
2814
- transform: translateY(10px) translateX(10px);
2783
+
2784
+ .wac-button__wrapper, .wac-button__animation {
2785
+ color: $wac-secondary-color;
2815
2786
  }
2816
- & > * > * {
2817
- width: 265px;
2787
+
2788
+ &:hover,
2789
+ &.hover {
2790
+ background-color: $wac-hover-btn-grey;
2791
+ transition: background-color 0.3s ease-in-out;
2818
2792
  }
2819
- &__time {
2820
- position: relative;
2821
- background-color: $wac-white;
2822
- padding: 20px;
2823
- width: 100%;
2824
- &:before {
2825
- content: '';
2826
- width: 100%;
2827
- height: 5px;
2828
- bottom: 100%;
2829
- margin-bottom: -2px;
2830
- display: block;
2831
- position: absolute;
2832
- left: 0;
2833
- background-color: $wac-white;
2793
+
2794
+ &.is-loading {
2795
+ &:hover,
2796
+ &.hover {
2797
+ background-color: transparent;
2798
+ transition: background-color 0.3s ease-in-out;
2834
2799
  }
2835
- &__wrapper {
2836
- width: 100% !important;
2837
- display: flex;
2838
- align-items: center;
2839
- align-content: center;
2840
- justify-content: center;
2841
- min-height: 42px;
2842
- position: relative;
2843
- &:before {
2844
- content: '';
2845
- display: block;
2846
- background-color: $wac-wizishop-blue;
2847
- width: 4px;
2848
- height: 4px;
2849
- border-radius: 50%;
2850
- position: absolute;
2851
- top: 50%;
2852
- left: 50%;
2853
- transform: translate(-50%, -50%);
2854
- margin-top: -4px;
2855
- }
2856
- &:after {
2857
- content: '';
2858
- display: block;
2859
- background-color: $wac-wizishop-blue;
2860
- width: 4px;
2861
- height: 4px;
2862
- border-radius: 50%;
2863
- position: absolute;
2864
- top: 50%;
2865
- left: 50%;
2866
- transform: translate(-50%, -50%);
2867
- margin-top: 4px;
2868
- }
2869
- &__hours,
2870
- &__minutes {
2871
- position: relative;
2872
- width: 100px;
2873
- display: flex;
2874
- flex-wrap: nowrap;
2875
- &__left,
2876
- &__right {
2877
- width: 100%;
2878
- display: flex;
2879
- flex-wrap: nowrap;
2880
- justify-content: center;
2881
- flex-direction: column;
2882
- align-items: center;
2883
- align-content: center;
2884
- }
2885
- &__btn {
2886
- display: flex;
2887
- justify-content: center;
2888
- flex-direction: column;
2889
- align-items: center;
2890
- align-content: center;
2891
- width: 40px;
2892
- height: 20px;
2893
- background-color: $wac-gray-background;
2894
- box-shadow: none;
2895
- border: none;
2896
- cursor: pointer;
2897
- transition: 0.3s ease;
2898
- &:hover,
2899
- &:focus {
2900
- background-color: $wac-wizishop-blue;
2901
- i {
2902
- color: $wac-white;
2903
- }
2904
- }
2905
- &:first-child {
2906
- margin: 0 0 2px;
2907
- }
2908
- i {
2909
- font-size: rem(10);
2910
- color: $wac-second-color;
2911
- margin: 0;
2912
- }
2913
- }
2800
+ }
2801
+ }
2802
+
2803
+ &.disabled {
2804
+ opacity: .7!important;
2805
+ }
2914
2806
 
2915
- input::-webkit-outer-spin-button,
2916
- input::-webkit-inner-spin-button {
2917
- -webkit-appearance: none;
2918
- margin: 0;
2919
- }
2807
+ &.is-outlined {
2808
+ &:hover,
2809
+ &.hover {
2810
+ .wac-button__wrapper, .wac-button__animation {
2811
+ color: $wac-white;
2812
+ transition: color 0.3s ease-in-out;
2813
+ }
2814
+ }
2815
+ }
2920
2816
 
2921
- /* Firefox */
2922
- input[type='number'] {
2923
- -moz-appearance: textfield;
2924
- }
2817
+ &__loader {
2818
+ position: absolute;
2819
+ left: -1px;
2820
+ top: 0;
2821
+ height: 100%;
2822
+ z-index: 1;
2823
+ transition: width 0.3s ease-in-out;
2824
+ overflow: hidden;
2925
2825
 
2926
- input {
2927
- border: none;
2928
- text-align: center;
2929
- font-size: rem(24);
2930
- color: $wac-wizishop-blue;
2931
- padding: 0;
2932
- line-height: 1.4;
2933
- margin: 0;
2934
- width: 100%;
2935
- }
2826
+ span {
2827
+ position: absolute;
2828
+ left: 20px;
2829
+ top: 7px;
2830
+ color: $wac-white;
2831
+ overflow: hidden;
2832
+ text-overflow: clip;
2833
+ font-size: 14px;
2834
+ line-height: 26px;
2835
+ white-space: nowrap;
2836
+ z-index: 3;
2837
+
2838
+ i {
2839
+ margin-right: 1.4px;
2840
+ }
2841
+ }
2842
+
2843
+ &.outlined {
2844
+ z-index: 4;
2845
+ }
2846
+ }
2847
+
2848
+ &.alone {
2849
+ max-width: 40px!important;
2850
+ .wac-button__loader span {
2851
+ left: 14.6px;
2852
+ }
2853
+ }
2854
+
2855
+ &.opacity {
2856
+ min-width: rem(40);
2857
+ min-height: rem(40);
2858
+ border-color: transparent!important;
2859
+
2860
+ &.alone {
2861
+ display: flex;
2862
+ align-items: center;
2863
+ justify-content: center;
2864
+ }
2865
+
2866
+ &.is-success {
2867
+ i {
2868
+ color: $wac-green-color!important;
2869
+ }
2870
+ &:hover, &:focus {
2871
+ i {
2872
+ color: $wac-white!important;
2936
2873
  }
2937
- &__hours {
2938
- margin: 0 10px 0 0;
2874
+ }
2875
+ }
2876
+
2877
+ &.is-evolup {
2878
+ i {
2879
+ color: $wac-evolup-green!important;
2880
+ }
2881
+ &:hover, &:focus {
2882
+ i {
2883
+ color: $wac-white!important;
2939
2884
  }
2940
- &__minutes {
2941
- margin: 0 0 0 10px;
2885
+ }
2886
+ }
2887
+
2888
+ &.is-danger {
2889
+ i {
2890
+ color: $wac-primary-button!important;
2891
+ }
2892
+ &:hover, &:focus {
2893
+ i {
2894
+ color: $wac-white!important;
2942
2895
  }
2943
2896
  }
2944
2897
  }
2945
2898
  }
2946
- }
2947
2899
 
2948
- .datetimepicker-dummy .datetimepicker-clear-button {
2949
- top: -3px !important;
2950
- }
2900
+ &__tooltips {
2901
+ position: absolute;
2902
+ width: auto;
2903
+ padding: 4px;
2904
+ border-radius: 3px;
2905
+ background: $wizishop-blue;
2906
+ color: $wac-white;
2907
+ min-width: 100%;
2908
+ visibility: hidden;
2909
+ font-size: 12px;
2910
+ opacity: 0;
2911
+ transition: opacity .3s ease 0s, visibility 0s linear .35s;
2951
2912
 
2952
- .datetimepicker-dummy .datetimepicker-dummy-wrapper {
2953
- border: 1px solid $wac-border-color;
2954
- border-radius: rem(3);
2913
+ &.oneline {
2914
+ width: auto!important;
2915
+ white-space: nowrap;
2916
+ min-width: unset!important;
2917
+ }
2955
2918
 
2956
- &:hover,
2957
- &:focus {
2958
- border: 1px solid $wac-wizishop-blue;
2959
- }
2960
- }
2919
+ @include media('>=tablet') {
2920
+ min-width: 600px;
2921
+ }
2961
2922
 
2923
+ @include media('<tablet') {
2924
+ min-width: 100% !important;
2925
+ max-width: 100% !important;
2926
+ }
2962
2927
 
2963
- .datetimepicker {
2964
- box-shadow: none !important;
2965
- &-wrapper {
2966
- border: none !important;
2967
- box-shadow: none;
2968
- background: $wac-white;
2969
- }
2970
- }
2928
+ &:before {
2929
+ content: '';
2930
+ display: none!important;
2931
+ position: absolute;
2932
+ width: 0;
2933
+ height: 0;
2934
+ border-style: solid;
2935
+ border-width: 10px 10px 0 10px;
2936
+ border-color: $wizishop-blue transparent transparent transparent;
2937
+ }
2971
2938
 
2972
- .datepicker {
2973
- .datepicker {
2974
- &-nav {
2975
- background: $wac-white !important;
2976
- color: $wac-main-text !important;
2977
- padding: 15px !important;
2939
+ &.right {
2940
+ left: 100%;
2941
+ transform: translate(10px, -50%);
2942
+ top: 50%;
2943
+ &:before {
2944
+ width: 0;
2945
+ height: 0;
2946
+ border-style: solid;
2947
+ border-width: 10px 10px 10px 0;
2948
+ border-color: transparent transparentize($wac-second-color, .1) transparent transparent;
2949
+ right: 100%;
2950
+ top: 50%;
2951
+ transform: translateY(-50%);
2952
+ }
2978
2953
  }
2979
- }
2980
- }
2981
2954
 
2982
- .datetimepicker .datepicker-nav .datepicker-nav-month,
2983
- .datetimepicker .datepicker-nav .datepicker-nav-year {
2984
- color: $wac-main-text !important;
2985
- font-weight: 500 !important;
2986
- &:hover,
2987
- &:focus {
2988
- color: $wac-wizishop-blue !important;
2989
- }
2990
- }
2955
+ &.left {
2956
+ right: 100%;
2957
+ transform: translate(-10px, -50%);
2958
+ top: 50%;
2959
+ &:before {
2960
+ width: 0;
2961
+ height: 0;
2962
+ border-style: solid;
2963
+ border-width: 10px 0 10px 10px;
2964
+ border-color: transparent transparent transparent transparentize($wac-second-color, .1);
2965
+ left: 100%;
2966
+ top: 50%;
2967
+ transform: translateY(-50%);
2968
+ }
2969
+ }
2991
2970
 
2992
- .datepicker-nav-year {
2993
- font-weight: 500 !important;
2994
- }
2971
+ &.top-center {
2972
+ left: 50%;
2973
+ transform: translate(-50%, -10px);
2974
+ bottom: 100%;
2975
+ &:before {
2976
+ left: 50%;
2977
+ top: 100%;
2978
+ transform: translateX(-50%);
2979
+ }
2980
+ }
2995
2981
 
2996
- .datetimepicker .datepicker-nav .datepicker-nav-previous,
2997
- .datetimepicker .datepicker-nav .datepicker-nav-next {
2998
- border-radius: 3px;
2999
- color: $wac-main-text !important;
3000
- width: 25px !important;
3001
- height: 25px !important;
3002
- display: flex;
3003
- justify-content: center;
3004
- align-items: center;
3005
- align-content: center;
3006
- border: 1px solid $wac-border-light;
3007
- transition: 0.3s ease;
3008
- > svg {
3009
- display: none !important;
3010
- }
3011
- }
2982
+ &.top-right {
2983
+ right: 0;
2984
+ transform: translate(0, -10px);
2985
+ bottom: 100%;
2986
+ &:before {
2987
+ right: 10px;
2988
+ top: 100%;
2989
+ }
2990
+ }
2991
+
2992
+ &.top-left {
2993
+ left: 0;
2994
+ transform: translate(0, -10px);
2995
+ bottom: 100%;
2996
+ &:before {
2997
+ left: 10px;
2998
+ top: 100%;
2999
+ }
3000
+ }
3012
3001
 
3013
- .datetimepicker .datepicker-nav .datepicker-nav-previous {
3014
- background: $wac-white
3015
- 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")
3016
- center center no-repeat !important;
3017
- background-size: 6px auto !important;
3018
- &:hover,
3019
- &:focus {
3020
- border-color: $wac-wizishop-blue !important;
3021
- }
3022
- }
3002
+ &.bottom-center {
3003
+ left: 50%;
3004
+ transform: translate(-50%, 10px);
3005
+ top: 100%;
3006
+ &:before {
3007
+ width: 0;
3008
+ height: 0;
3009
+ border-style: solid;
3010
+ border-width: 0 10px 10px 10px;
3011
+ border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
3012
+ right: auto;
3013
+ top: auto;
3014
+ left: 50%;
3015
+ bottom: 100%;
3016
+ transform: translateX(-50%);
3017
+ }
3018
+ }
3023
3019
 
3024
- .datetimepicker .datepicker-nav .datepicker-nav-next {
3025
- background: $wac-white
3026
- 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")
3027
- center center no-repeat !important;
3028
- background-size: 6px auto !important;
3029
- &:hover,
3030
- &:focus {
3031
- border-color: $wac-wizishop-blue !important;
3032
- }
3033
- }
3020
+ &.bottom-right {
3021
+ right: 0;
3022
+ transform: translate(0, 10px);
3023
+ top: 100%;
3024
+ &:before {
3025
+ width: 0;
3026
+ height: 0;
3027
+ border-style: solid;
3028
+ border-width: 0 10px 10px 10px;
3029
+ border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
3030
+ top: auto;
3031
+ right: 10px;
3032
+ bottom: 100%;
3033
+ }
3034
+ }
3034
3035
 
3035
- .wac-calendar__absolute {
3036
- .datetimepicker .datepicker-body .datepicker-weekdays {
3037
- padding: 0 15px;
3038
- }
3039
- .datepicker-weekdays {
3040
- height: 14px;
3041
- margin: 0 0 rem(12);
3042
- .datepicker-date {
3043
- font-size: rem(12);
3044
- white-space: nowrap;
3045
- line-height: 1;
3046
- padding: 0 !important;
3047
- color: $wac-secondary-color !important;
3036
+ &.bottom-left {
3037
+ left: 0;
3038
+ transform: translate(0, 10px);
3039
+ top: 100%;
3040
+ &:before {
3041
+ width: 0;
3042
+ height: 0;
3043
+ border-style: solid;
3044
+ border-width: 0 10px 10px 10px;
3045
+ border-color: transparent transparent transparentize($wac-second-color, .1) transparent;
3046
+ right: auto;
3047
+ top: auto;
3048
+ left: 10px;
3049
+ bottom: 100%;
3050
+ }
3048
3051
  }
3049
3052
  }
3050
- .datepicker-days {
3051
- padding: 0 15px !important;
3052
- }
3053
- .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {
3054
- background-color: $wac-wizishop-blue;
3055
- }
3056
- .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {
3057
- border-color: $wac-wizishop-blue;
3058
- }
3059
- }
3060
3053
 
3061
- .datetimepicker .datetimepicker-footer {
3062
- display: none;
3054
+ &:hover, &:focus {
3055
+ .wac-button {
3056
+ &__tooltips {
3057
+ visibility: visible;
3058
+ opacity: .9;
3059
+ transition: opacity .3s ease .05s, visibility 0s linear 0s;
3060
+ }
3061
+ }
3062
+ }
3063
3063
  }
3064
3064
  .wac-card-price {
3065
3065
  width: 100%;
@@ -5778,80 +5778,6 @@ wac-optional-disable-container {
5778
5778
  .wac-free .ps-content > * {
5779
5779
  padding-right: 15px;
5780
5780
  }
5781
- .wac-progressBarContent {
5782
- position: relative;
5783
- width: 100%;
5784
- display: block;
5785
- .progressBar {
5786
- position: relative;
5787
- width: 88%;
5788
- margin-bottom: 1rem;
5789
- progress {
5790
- &.progress {
5791
- margin-bottom: 0;
5792
- height: rem(2);
5793
- &::-webkit-progress-value {
5794
- transition: width 0.5s ease;
5795
- }
5796
- }
5797
- }
5798
- span {
5799
- position: absolute;
5800
- top: -4px;
5801
- height: 11px;
5802
- width: 11px;
5803
- background-color: $wac-border-color;
5804
- border-radius: 50%;
5805
- }
5806
- .is-danger {
5807
- background-color: $wac-primary-button;
5808
- &::-webkit-progress-value {
5809
- background-color: $wac-primary-button;
5810
- }
5811
- }
5812
- .is-warning {
5813
- background-color: $wac-orange-color;
5814
- &::-webkit-progress-value {
5815
- background-color: $wac-orange-color;
5816
- }
5817
- }
5818
- .is-success {
5819
- background-color: $wac-green-color;
5820
- &::-webkit-progress-value {
5821
- background-color: $wac-green-color;
5822
- }
5823
- }
5824
- }
5825
- .size {
5826
- display: inline;
5827
- color: $wac-color-text-grey;
5828
- position: absolute;
5829
- right: 0;
5830
- top: -9px;
5831
- background: $wac-white;
5832
- padding-left: 0.875rem;
5833
- .is-success {
5834
- color: $wac-green-color;
5835
- }
5836
- .is-warning {
5837
- color: $wac-orange-color;
5838
- }
5839
- .is-danger {
5840
- color: $wac-primary-button;
5841
- }
5842
- > span {
5843
- font-size: rem(14) !important;
5844
- line-height: 1;
5845
- transform: translateY(-3px);
5846
- display: inline-block;
5847
- letter-spacing: 0;
5848
- strong {
5849
- letter-spacing: 0;
5850
- font-weight: 600;
5851
- }
5852
- }
5853
- }
5854
- }
5855
5781
  .wac-radio {
5856
5782
  .is-checkradio[type='radio'] {
5857
5783
  outline: 0 !important;
@@ -5980,6 +5906,80 @@ wac-optional-disable-container {
5980
5906
  }
5981
5907
  }
5982
5908
  }
5909
+ .wac-progressBarContent {
5910
+ position: relative;
5911
+ width: 100%;
5912
+ display: block;
5913
+ .progressBar {
5914
+ position: relative;
5915
+ width: 88%;
5916
+ margin-bottom: 1rem;
5917
+ progress {
5918
+ &.progress {
5919
+ margin-bottom: 0;
5920
+ height: rem(2);
5921
+ &::-webkit-progress-value {
5922
+ transition: width 0.5s ease;
5923
+ }
5924
+ }
5925
+ }
5926
+ span {
5927
+ position: absolute;
5928
+ top: -4px;
5929
+ height: 11px;
5930
+ width: 11px;
5931
+ background-color: $wac-border-color;
5932
+ border-radius: 50%;
5933
+ }
5934
+ .is-danger {
5935
+ background-color: $wac-primary-button;
5936
+ &::-webkit-progress-value {
5937
+ background-color: $wac-primary-button;
5938
+ }
5939
+ }
5940
+ .is-warning {
5941
+ background-color: $wac-orange-color;
5942
+ &::-webkit-progress-value {
5943
+ background-color: $wac-orange-color;
5944
+ }
5945
+ }
5946
+ .is-success {
5947
+ background-color: $wac-green-color;
5948
+ &::-webkit-progress-value {
5949
+ background-color: $wac-green-color;
5950
+ }
5951
+ }
5952
+ }
5953
+ .size {
5954
+ display: inline;
5955
+ color: $wac-color-text-grey;
5956
+ position: absolute;
5957
+ right: 0;
5958
+ top: -9px;
5959
+ background: $wac-white;
5960
+ padding-left: 0.875rem;
5961
+ .is-success {
5962
+ color: $wac-green-color;
5963
+ }
5964
+ .is-warning {
5965
+ color: $wac-orange-color;
5966
+ }
5967
+ .is-danger {
5968
+ color: $wac-primary-button;
5969
+ }
5970
+ > span {
5971
+ font-size: rem(14) !important;
5972
+ line-height: 1;
5973
+ transform: translateY(-3px);
5974
+ display: inline-block;
5975
+ letter-spacing: 0;
5976
+ strong {
5977
+ letter-spacing: 0;
5978
+ font-weight: 600;
5979
+ }
5980
+ }
5981
+ }
5982
+ }
5983
5983
  .wac-row {
5984
5984
  display: flex;
5985
5985
  justify-content: space-between;
@@ -9019,6 +9019,7 @@ div.wac-field-input-search {
9019
9019
  max-width: 100%;
9020
9020
  &.small {
9021
9021
  height: 36px;
9022
+ width: auto;
9022
9023
  }
9023
9024
  &:hover,
9024
9025
  &:focus {
@@ -9051,6 +9052,8 @@ div.wac-field-input-search {
9051
9052
  .small & {
9052
9053
  height: 34px;
9053
9054
  color: $wac-tag-gray;
9055
+ padding: 10px;
9056
+ width: auto;
9054
9057
  }
9055
9058
 
9056
9059
  &:focus {
@@ -9094,9 +9097,9 @@ div.wac-field-input-search {
9094
9097
  z-index: 3;
9095
9098
 
9096
9099
  .small & {
9097
- width: 34px;
9100
+ width: auto;
9098
9101
  height: 34px;
9099
- min-width: 34px;
9102
+ min-width: unset;
9100
9103
  color: $wac-tag-gray;
9101
9104
  background-color: transparent;
9102
9105
  border-radius: unset;
@@ -9142,6 +9145,9 @@ div.wac-field-input-search {
9142
9145
  opacity: 1;
9143
9146
  box-shadow: 3px 3px 20px $wac-select-box-shadow;
9144
9147
  padding: 10px;
9148
+ &.small {
9149
+ margin-top: 10px;
9150
+ }
9145
9151
  &.hidden {
9146
9152
  visibility: hidden;
9147
9153
  opacity: 0;