@obaidazoqili/skysoftware-styles 1.6.0 → 1.7.0
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.
- package/dist/styles/styles.css +52 -115
- package/package.json +1 -1
package/dist/styles/styles.css
CHANGED
|
@@ -438,7 +438,6 @@ h6 {
|
|
|
438
438
|
display: -webkit-box;
|
|
439
439
|
-webkit-box-orient: vertical;
|
|
440
440
|
-webkit-line-clamp: 3;
|
|
441
|
-
line-clamp: 3;
|
|
442
441
|
overflow: hidden;
|
|
443
442
|
text-overflow: ellipsis;
|
|
444
443
|
}
|
|
@@ -447,7 +446,6 @@ h6 {
|
|
|
447
446
|
display: -webkit-box;
|
|
448
447
|
-webkit-box-orient: vertical;
|
|
449
448
|
-webkit-line-clamp: 2;
|
|
450
|
-
line-clamp: 2;
|
|
451
449
|
overflow: hidden;
|
|
452
450
|
text-overflow: ellipsis;
|
|
453
451
|
min-height: 31px !important;
|
|
@@ -457,7 +455,6 @@ h6 {
|
|
|
457
455
|
display: -webkit-box;
|
|
458
456
|
-webkit-box-orient: vertical;
|
|
459
457
|
-webkit-line-clamp: 1;
|
|
460
|
-
line-clamp: 1;
|
|
461
458
|
overflow: hidden;
|
|
462
459
|
text-overflow: ellipsis;
|
|
463
460
|
min-height: 16px !important;
|
|
@@ -466,7 +463,6 @@ h6 {
|
|
|
466
463
|
.warning-description-truncate {
|
|
467
464
|
display: -webkit-box;
|
|
468
465
|
-webkit-line-clamp: 3;
|
|
469
|
-
line-clamp: 3;
|
|
470
466
|
-webkit-box-orient: vertical;
|
|
471
467
|
overflow: hidden;
|
|
472
468
|
}
|
|
@@ -474,7 +470,6 @@ h6 {
|
|
|
474
470
|
.line-clamp-two {
|
|
475
471
|
display: -webkit-box;
|
|
476
472
|
-webkit-line-clamp: 2;
|
|
477
|
-
line-clamp: 2;
|
|
478
473
|
-webkit-box-orient: vertical;
|
|
479
474
|
overflow: hidden;
|
|
480
475
|
text-overflow: ellipsis;
|
|
@@ -661,7 +656,6 @@ h6 {
|
|
|
661
656
|
}
|
|
662
657
|
|
|
663
658
|
/* Buttons */
|
|
664
|
-
|
|
665
659
|
.collapse-btn {
|
|
666
660
|
color: #6B6A6A;
|
|
667
661
|
}
|
|
@@ -678,10 +672,21 @@ h6 {
|
|
|
678
672
|
background: var(--dark-text-color);
|
|
679
673
|
}
|
|
680
674
|
|
|
675
|
+
.btn-h-sm {
|
|
676
|
+
height: 1.875rem;
|
|
677
|
+
display: flex;
|
|
678
|
+
justify-content: center;
|
|
679
|
+
align-items: center;
|
|
680
|
+
}
|
|
681
|
+
|
|
681
682
|
button {
|
|
682
683
|
border-radius: var(--bs-border-radius) !important;
|
|
683
684
|
}
|
|
684
685
|
|
|
686
|
+
.btn-width {
|
|
687
|
+
min-width: 80px;
|
|
688
|
+
}
|
|
689
|
+
|
|
685
690
|
.btn-primary {
|
|
686
691
|
color: var(--bs-white) !important;
|
|
687
692
|
--bs-btn-bg: var(--bs-primary);
|
|
@@ -782,16 +787,7 @@ button {
|
|
|
782
787
|
background-color: var(--bg-light-gray) !important;
|
|
783
788
|
}
|
|
784
789
|
|
|
785
|
-
.btn-h-sm {
|
|
786
|
-
height: 1.875rem;
|
|
787
|
-
display: flex;
|
|
788
|
-
justify-content: center;
|
|
789
|
-
align-items: center;
|
|
790
|
-
}
|
|
791
790
|
|
|
792
|
-
.btn-width {
|
|
793
|
-
min-width: 80px;
|
|
794
|
-
}
|
|
795
791
|
|
|
796
792
|
/* Links */
|
|
797
793
|
a {
|
|
@@ -850,21 +846,11 @@ a.nav-link {
|
|
|
850
846
|
--bs-dropdown-link-hover-bg: rgba(0, 0, 0, .07);
|
|
851
847
|
}
|
|
852
848
|
|
|
853
|
-
.dropdown-item{
|
|
854
|
-
padding: .5rem 1rem;
|
|
855
|
-
}
|
|
856
849
|
|
|
857
850
|
.dropdown-item:focus, .dropdown-item:hover {
|
|
858
851
|
color: var(--bs-dropdown-link-active-color) !important;
|
|
859
852
|
}
|
|
860
853
|
|
|
861
|
-
.dropdown-item:hover {
|
|
862
|
-
color: var(--orange-text-color);
|
|
863
|
-
font-weight: 600;
|
|
864
|
-
font-size: var(--font-size-14) !important;
|
|
865
|
-
background: var(--bs-light-primary-bg);
|
|
866
|
-
border: 1px solid #EBE5FC;
|
|
867
|
-
}
|
|
868
854
|
|
|
869
855
|
.dropdown-menu.user-menu {
|
|
870
856
|
top: 106%;
|
|
@@ -996,8 +982,16 @@ a.alert-link {
|
|
|
996
982
|
|
|
997
983
|
/* Cards */
|
|
998
984
|
|
|
985
|
+
.card-shadow {
|
|
986
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.card-radius {
|
|
990
|
+
border-radius: 0.5rem !important;
|
|
991
|
+
}
|
|
992
|
+
|
|
999
993
|
.responsive-cards-container-width {
|
|
1000
|
-
|
|
994
|
+
width: 60%;
|
|
1001
995
|
}
|
|
1002
996
|
|
|
1003
997
|
.card-action svg[role="img"] {
|
|
@@ -1006,21 +1000,6 @@ a.alert-link {
|
|
|
1006
1000
|
height: 24px;
|
|
1007
1001
|
}
|
|
1008
1002
|
|
|
1009
|
-
.card.disabled {
|
|
1010
|
-
pointer-events: none;
|
|
1011
|
-
opacity: 0.6;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
.card.disabled .card-header,
|
|
1015
|
-
.card.disabled .card-body {
|
|
1016
|
-
user-select: none;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.card-header {
|
|
1020
|
-
cursor: pointer;
|
|
1021
|
-
background-color: transparent !important;
|
|
1022
|
-
border-bottom:none!important;
|
|
1023
|
-
}
|
|
1024
1003
|
|
|
1025
1004
|
.card-min-height {
|
|
1026
1005
|
height: 180px;
|
|
@@ -1030,13 +1009,6 @@ a.alert-link {
|
|
|
1030
1009
|
max-width: 18rem;
|
|
1031
1010
|
}
|
|
1032
1011
|
|
|
1033
|
-
.card-shadow {
|
|
1034
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.card-radius {
|
|
1038
|
-
border-radius: 0.5rem !important;
|
|
1039
|
-
}
|
|
1040
1012
|
|
|
1041
1013
|
.state-card {
|
|
1042
1014
|
color: var(--bs-white);
|
|
@@ -1204,13 +1176,7 @@ a.alert-link {
|
|
|
1204
1176
|
justify-content: center;
|
|
1205
1177
|
}
|
|
1206
1178
|
|
|
1207
|
-
.badge-width {
|
|
1208
|
-
width: 238px;
|
|
1209
|
-
}
|
|
1210
1179
|
|
|
1211
|
-
.badge-light {
|
|
1212
|
-
background-color: var(--bs-bg-disabled);
|
|
1213
|
-
}
|
|
1214
1180
|
.property-badge {
|
|
1215
1181
|
background-color: #F0E4D5 !important;
|
|
1216
1182
|
font-size: var(--font-size-10) !important;
|
|
@@ -1246,22 +1212,6 @@ a.alert-link {
|
|
|
1246
1212
|
background-color: var(--bs-default-color-light);
|
|
1247
1213
|
}
|
|
1248
1214
|
|
|
1249
|
-
/* Class Tag Item */
|
|
1250
|
-
.class-tag-item {
|
|
1251
|
-
display: flex;
|
|
1252
|
-
padding: 4px 8px;
|
|
1253
|
-
align-items: flex-start;
|
|
1254
|
-
gap: 8px;
|
|
1255
|
-
border-radius: 4px;
|
|
1256
|
-
background: var(--bs-light-primary-bg);
|
|
1257
|
-
color: var(--dark-text-color);
|
|
1258
|
-
text-align: center;
|
|
1259
|
-
font-size: 14px;
|
|
1260
|
-
font-style: normal;
|
|
1261
|
-
font-weight: 600;
|
|
1262
|
-
line-height: normal;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
1215
|
|
|
1266
1216
|
/* Progress */
|
|
1267
1217
|
|
|
@@ -1777,7 +1727,9 @@ mat-divider.mat-divider.mat-divider-vertical {
|
|
|
1777
1727
|
.min-h-100 { min-height: 100px; }
|
|
1778
1728
|
.min-h-150 { min-height: 150px; }
|
|
1779
1729
|
.min-h-800 { min-height: 800px !important; }
|
|
1780
|
-
|
|
1730
|
+
.mh-150 {
|
|
1731
|
+
min-height: 150px
|
|
1732
|
+
}
|
|
1781
1733
|
/* Width Classes */
|
|
1782
1734
|
.w-5 { width: 5%; }
|
|
1783
1735
|
.w-10 { width: 10%; }
|
|
@@ -2089,16 +2041,6 @@ a.quick-action:hover > hr.quick-action-element {
|
|
|
2089
2041
|
color: var(--bs-red-danger) !important;
|
|
2090
2042
|
}
|
|
2091
2043
|
|
|
2092
|
-
.custom-info-icon {
|
|
2093
|
-
display: inline-block;
|
|
2094
|
-
width: 12px;
|
|
2095
|
-
height: 12px;
|
|
2096
|
-
color: var(--light-gray-color);
|
|
2097
|
-
margin-left: 4px;
|
|
2098
|
-
margin-right: 4px;
|
|
2099
|
-
font-size: var(--font-size-12);
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
2044
|
.empty-icon {
|
|
2103
2045
|
color: var(--gray-border-color) !important;
|
|
2104
2046
|
}
|
|
@@ -2247,26 +2189,26 @@ a.quick-action:hover > hr.quick-action-element {
|
|
|
2247
2189
|
color: var(--dark-text-color);
|
|
2248
2190
|
font-size: var(--font-size-10) !important;
|
|
2249
2191
|
font-weight: 500 !important;
|
|
2250
|
-
margin-bottom: 0.
|
|
2192
|
+
margin-bottom: 0.25rem;
|
|
2251
2193
|
}
|
|
2252
2194
|
|
|
2253
2195
|
.field-item-custom-label-sm {
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2196
|
+
color: var(--dark-text-color);
|
|
2197
|
+
font-size: var(--font-size-12) !important;
|
|
2198
|
+
font-weight: 500 !important;
|
|
2199
|
+
margin-bottom: 0.25rem;
|
|
2258
2200
|
}
|
|
2259
2201
|
.field-item-custom-label-md {
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2202
|
+
color: var(--dark-text-color);
|
|
2203
|
+
font-size: var(--font-size-14) !important;
|
|
2204
|
+
font-weight: 500 !important;
|
|
2205
|
+
margin-bottom: 0.25rem;
|
|
2264
2206
|
}
|
|
2265
2207
|
.field-item-custom-label-lg {
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2208
|
+
color: var(--dark-text-color);
|
|
2209
|
+
font-size: var(--font-size-16) !important;
|
|
2210
|
+
font-weight: 500 !important;
|
|
2211
|
+
margin-bottom: 0.25rem;
|
|
2270
2212
|
}
|
|
2271
2213
|
|
|
2272
2214
|
|
|
@@ -2291,25 +2233,25 @@ a.quick-action:hover > hr.quick-action-element {
|
|
|
2291
2233
|
|
|
2292
2234
|
/* Currency */
|
|
2293
2235
|
.currency-xs {
|
|
2294
|
-
font-weight:
|
|
2236
|
+
font-weight: 400;
|
|
2295
2237
|
font-size: var(--font-size-10) !important;
|
|
2296
2238
|
color: var(--bs-bg-dark-gray) !important;
|
|
2297
2239
|
}
|
|
2298
2240
|
|
|
2299
2241
|
.currency-sm {
|
|
2300
|
-
font-weight:
|
|
2242
|
+
font-weight: 400;
|
|
2301
2243
|
font-size: var(--font-size-8) !important;
|
|
2302
2244
|
color: var(--bs-bg-dark-gray) !important;
|
|
2303
2245
|
}
|
|
2304
2246
|
|
|
2305
2247
|
.currency-md {
|
|
2306
|
-
font-weight:
|
|
2248
|
+
font-weight: 400;
|
|
2307
2249
|
font-size: var(--font-size-12) !important;
|
|
2308
2250
|
color: var(--bs-bg-dark-gray) !important;
|
|
2309
2251
|
}
|
|
2310
2252
|
|
|
2311
2253
|
.currency-lg {
|
|
2312
|
-
font-weight:
|
|
2254
|
+
font-weight: 400;
|
|
2313
2255
|
font-size: var(--font-size-16) !important;
|
|
2314
2256
|
color: var(--bs-bg-dark-gray) !important;
|
|
2315
2257
|
}
|
|
@@ -2397,11 +2339,6 @@ a.quick-action:hover > hr.quick-action-element {
|
|
|
2397
2339
|
font-weight: 400;
|
|
2398
2340
|
}
|
|
2399
2341
|
|
|
2400
|
-
.divider {
|
|
2401
|
-
display: inline-block;
|
|
2402
|
-
border-right: 1px solid rgba(0, 0, 0, 0.25);
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
2342
|
.divider-with-text {
|
|
2406
2343
|
position: relative;
|
|
2407
2344
|
text-align: start;
|
|
@@ -2571,15 +2508,15 @@ a.quick-action:hover > hr.quick-action-element {
|
|
|
2571
2508
|
box-sizing: border-box;
|
|
2572
2509
|
}
|
|
2573
2510
|
|
|
2574
|
-
.
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2511
|
+
.main-container {
|
|
2512
|
+
position: relative;
|
|
2513
|
+
left: 260px;
|
|
2514
|
+
top: 60px;
|
|
2515
|
+
width: calc(100% - 260px);
|
|
2516
|
+
transition: all 0.5s ease;
|
|
2517
|
+
padding-left: 0;
|
|
2518
|
+
padding-right: 0;
|
|
2519
|
+
margin-left: 0;
|
|
2520
|
+
margin-right: 0;
|
|
2521
|
+
}
|
|
2522
|
+
|