albinasoft-ui-package 1.0.55 → 1.0.57
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/assets/css/main.css +112 -0
- package/package.json +1 -1
package/dist/assets/css/main.css
CHANGED
@@ -161,6 +161,7 @@ body {
|
|
161
161
|
--bs-danger: #c03221;
|
162
162
|
--bs-light: #dee2e6;
|
163
163
|
--bs-dark: #212529;
|
164
|
+
--bs-alternative: #6f42c1;
|
164
165
|
--bs-primary-soft: rgba(58, 87, 232, .5);
|
165
166
|
--bs-primary-softer: rgba(58, 87, 232, .1);
|
166
167
|
--bs-secondary-soft: rgba(108, 117, 125, .5);
|
@@ -177,6 +178,8 @@ body {
|
|
177
178
|
--bs-light-softer: rgba(222, 226, 230, .1);
|
178
179
|
--bs-dark-soft: rgba(33, 37, 41, .5);
|
179
180
|
--bs-dark-softer: rgba(33, 37, 41, .1);
|
181
|
+
--bs-alternative-soft: rgba(111, 66, 193, 0.5);
|
182
|
+
--bs-alternative-softer: rgba(111, 66, 193, 0.1);
|
180
183
|
--bs-primary-rgb: 58, 87, 232;
|
181
184
|
--bs-secondary-rgb: 108, 117, 125;
|
182
185
|
--bs-success-rgb: 26, 160, 83;
|
@@ -185,6 +188,7 @@ body {
|
|
185
188
|
--bs-danger-rgb: 192, 50, 33;
|
186
189
|
--bs-light-rgb: 222, 226, 230;
|
187
190
|
--bs-dark-rgb: 33, 37, 41;
|
191
|
+
--bs-alternative-rgb: 111, 66, 193;
|
188
192
|
--bs-white-rgb: 255, 255, 255;
|
189
193
|
--bs-black-rgb: 0, 0, 0;
|
190
194
|
--bs-body-color-rgb: 138, 146, 166;
|
@@ -4457,6 +4461,23 @@ fieldset:disabled .btn {
|
|
4457
4461
|
--bs-btn-disabled-border-color: #212529
|
4458
4462
|
}
|
4459
4463
|
|
4464
|
+
.btn-alternative {
|
4465
|
+
--bs-btn-color: #fff;
|
4466
|
+
--bs-btn-bg: #6f42c1;
|
4467
|
+
--bs-btn-border-color: #6f42c1;
|
4468
|
+
--bs-btn-hover-color: #fff;
|
4469
|
+
--bs-btn-hover-bg: #5a36a0;
|
4470
|
+
--bs-btn-hover-border-color: #522e97;
|
4471
|
+
--bs-btn-focus-shadow-rgb: 111, 66, 193;
|
4472
|
+
--bs-btn-active-color: #fff;
|
4473
|
+
--bs-btn-active-bg: #522e97;
|
4474
|
+
--bs-btn-active-border-color: #4a278e;
|
4475
|
+
--bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
|
4476
|
+
--bs-btn-disabled-color: #fff;
|
4477
|
+
--bs-btn-disabled-bg: #6f42c1;
|
4478
|
+
--bs-btn-disabled-border-color: #6f42c1;
|
4479
|
+
}
|
4480
|
+
|
4460
4481
|
.btn-outline-primary {
|
4461
4482
|
--bs-btn-color: #3a57e8;
|
4462
4483
|
--bs-btn-border-color: #3a57e8;
|
@@ -4593,6 +4614,23 @@ fieldset:disabled .btn {
|
|
4593
4614
|
--bs-gradient: none
|
4594
4615
|
}
|
4595
4616
|
|
4617
|
+
.btn-outline-alternative {
|
4618
|
+
--bs-btn-color: #6f42c1;
|
4619
|
+
--bs-btn-border-color: #6f42c1;
|
4620
|
+
--bs-btn-hover-color: #fff;
|
4621
|
+
--bs-btn-hover-bg: #6f42c1;
|
4622
|
+
--bs-btn-hover-border-color: #6f42c1;
|
4623
|
+
--bs-btn-focus-shadow-rgb: 111, 66, 193;
|
4624
|
+
--bs-btn-active-color: #fff;
|
4625
|
+
--bs-btn-active-bg: #6f42c1;
|
4626
|
+
--bs-btn-active-border-color: #6f42c1;
|
4627
|
+
--bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
|
4628
|
+
--bs-btn-disabled-color: #6f42c1;
|
4629
|
+
--bs-btn-disabled-bg: transparent;
|
4630
|
+
--bs-btn-disabled-border-color: #6f42c1;
|
4631
|
+
--bs-gradient: none;
|
4632
|
+
}
|
4633
|
+
|
4596
4634
|
.btn-link {
|
4597
4635
|
--bs-btn-font-weight: 400;
|
4598
4636
|
--bs-btn-color: var(--bs-link-color);
|
@@ -11482,6 +11520,11 @@ fieldset:disabled .btn {
|
|
11482
11520
|
color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
|
11483
11521
|
}
|
11484
11522
|
|
11523
|
+
.text-alternative {
|
11524
|
+
--bs-text-opacity: 1;
|
11525
|
+
color: rgba(var(--bs-alternative-rgb), var(--bs-text-opacity)) !important;
|
11526
|
+
}
|
11527
|
+
|
11485
11528
|
.text-black {
|
11486
11529
|
--bs-text-opacity: 1;
|
11487
11530
|
color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
|
@@ -11573,6 +11616,11 @@ fieldset:disabled .btn {
|
|
11573
11616
|
background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
|
11574
11617
|
}
|
11575
11618
|
|
11619
|
+
.bg-alternative {
|
11620
|
+
--bs-bg-opacity: 1;
|
11621
|
+
background-color: rgba(var(--bs-alternative-rgb), var(--bs-bg-opacity)) !important;
|
11622
|
+
}
|
11623
|
+
|
11576
11624
|
.bg-black {
|
11577
11625
|
--bs-bg-opacity: 1;
|
11578
11626
|
background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
|
@@ -16554,6 +16602,23 @@ fieldset:disabled .btn {
|
|
16554
16602
|
--bs-btn-disabled-border-color: #212529
|
16555
16603
|
}
|
16556
16604
|
|
16605
|
+
.btn-alternative {
|
16606
|
+
--bs-btn-color: #fff;
|
16607
|
+
--bs-btn-bg: #6f42c1;
|
16608
|
+
--bs-btn-border-color: #6f42c1;
|
16609
|
+
--bs-btn-hover-color: #fff;
|
16610
|
+
--bs-btn-hover-bg: #5a36a0;
|
16611
|
+
--bs-btn-hover-border-color: #522e97;
|
16612
|
+
--bs-btn-focus-shadow-rgb: 111, 66, 193;
|
16613
|
+
--bs-btn-active-color: #fff;
|
16614
|
+
--bs-btn-active-bg: #522e97;
|
16615
|
+
--bs-btn-active-border-color: #4a278e;
|
16616
|
+
--bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
|
16617
|
+
--bs-btn-disabled-color: #fff;
|
16618
|
+
--bs-btn-disabled-bg: #6f42c1;
|
16619
|
+
--bs-btn-disabled-border-color: #6f42c1;
|
16620
|
+
}
|
16621
|
+
|
16557
16622
|
.btn-outline-primary {
|
16558
16623
|
--bs-btn-color: #3a57e8;
|
16559
16624
|
--bs-btn-border-color: #3a57e8;
|
@@ -16690,6 +16755,23 @@ fieldset:disabled .btn {
|
|
16690
16755
|
--bs-gradient: none
|
16691
16756
|
}
|
16692
16757
|
|
16758
|
+
.btn-outline-alternative {
|
16759
|
+
--bs-btn-color: #6f42c1;
|
16760
|
+
--bs-btn-border-color: #6f42c1;
|
16761
|
+
--bs-btn-hover-color: #fff;
|
16762
|
+
--bs-btn-hover-bg: #6f42c1;
|
16763
|
+
--bs-btn-hover-border-color: #6f42c1;
|
16764
|
+
--bs-btn-focus-shadow-rgb: 111, 66, 193;
|
16765
|
+
--bs-btn-active-color: #fff;
|
16766
|
+
--bs-btn-active-bg: #6f42c1;
|
16767
|
+
--bs-btn-active-border-color: #6f42c1;
|
16768
|
+
--bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
|
16769
|
+
--bs-btn-disabled-color: #6f42c1;
|
16770
|
+
--bs-btn-disabled-bg: transparent;
|
16771
|
+
--bs-btn-disabled-border-color: #6f42c1;
|
16772
|
+
--bs-gradient: none;
|
16773
|
+
}
|
16774
|
+
|
16693
16775
|
.btn-link {
|
16694
16776
|
--bs-btn-font-weight: 400;
|
16695
16777
|
--bs-btn-color: var(--bs-link-color);
|
@@ -21618,6 +21700,36 @@ button.bg-softer-dark:focus {
|
|
21618
21700
|
background-color: rgba(33, 37, 41, .3) !important
|
21619
21701
|
}
|
21620
21702
|
|
21703
|
+
/* Alternatif Soft Renk (Dolu, yarı saydam arka plan) */
|
21704
|
+
.bg-soft-alternative {
|
21705
|
+
/* Burada text rengini, alternatif rengin uyumlu bir tonuyla belirleyebilirsiniz */
|
21706
|
+
color: #5a37a1;
|
21707
|
+
background-color: rgba(111, 66, 193, 0.5) !important;
|
21708
|
+
}
|
21709
|
+
|
21710
|
+
a.bg-soft-alternative:hover,
|
21711
|
+
a.bg-soft-alternative:focus,
|
21712
|
+
button.bg-soft-alternative:hover,
|
21713
|
+
button.bg-soft-alternative:focus {
|
21714
|
+
/* Hover durumunda daha yoğun bir görünüm elde etmek için */
|
21715
|
+
color: #3e2790;
|
21716
|
+
background-color: rgba(111, 66, 193, 0.7) !important;
|
21717
|
+
}
|
21718
|
+
|
21719
|
+
/* Alternatif Softer Renk (Daha açık, daha saydam arka plan) */
|
21720
|
+
.bg-softer-alternative {
|
21721
|
+
color: #5a37a1;
|
21722
|
+
background-color: rgba(111, 66, 193, 0.1) !important;
|
21723
|
+
}
|
21724
|
+
|
21725
|
+
a.bg-softer-alternative:hover,
|
21726
|
+
a.bg-softer-alternative:focus,
|
21727
|
+
button.bg-softer-alternative:hover,
|
21728
|
+
button.bg-softer-alternative:focus {
|
21729
|
+
color: #3e2790;
|
21730
|
+
background-color: rgba(111, 66, 193, 0.3) !important;
|
21731
|
+
}
|
21732
|
+
|
21621
21733
|
|
21622
21734
|
.hr-horizontal {
|
21623
21735
|
background: rgba(0, 0, 0, 0);
|