appscms-tools-theme 4.3.4 → 4.3.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 304adc217e85039df6c9cd95e3ee7768b4b3a13ab940976f85d1caf285e64d39
4
- data.tar.gz: 299591b4e41a3d70c34c8bfb76b6221568f2b05d40c6bcbe5744b79b493b20af
3
+ metadata.gz: 8b3d7b5e36d5e5926c1c2b11776d071e5b9ad45d2be74fa4f428e10765efa4f5
4
+ data.tar.gz: b6937677de5cdd56e12027410d9ce665c22cdff23a23d4e0363ec7693cc26920
5
5
  SHA512:
6
- metadata.gz: 1c69af7879935b6116655342de299ce789bbf427cf7b3d537aa9480d65e1706b14c3cad7cd8d664b47e4eabe6b2834ca6dccd8f0d019a7a15b75826edfbbb22d
7
- data.tar.gz: 949f84afc7178893a60e865e063c78f9420c06d2142208cf39f4f9ec8512adba8b7a1d10814867c51bd9c6525aec8489109f3fb5331f8d0d7a2bb7d9fd27e512
6
+ metadata.gz: 92c267b33e9a885a52b8ef1eb10190eb3ec9e567e297cf3aaedab7b382487b3971b1ee4a8d65d3d6f24a1f1e350be1ee9f277bf86dea47a64f66906d342d6176
7
+ data.tar.gz: b9dbcd65dd357f12d0429f4e0a5a862eaa84517edd9dba381e0805637e4c1b98045c71de3e747a37d5d918272daee08075c16d03e78ad1cb784301f975a9498d
@@ -170,12 +170,12 @@
170
170
 
171
171
  .cropper-center .cell {
172
172
  background-color: transparent;
173
- border-right: 2px dashed #0050e5;
173
+ border-right: 2px dashed var(--primary-color);
174
174
  z-index: 9999;
175
175
  }
176
176
 
177
177
  .cropper-center .row-item {
178
- border-bottom: 2px dashed #0050e5;
178
+ border-bottom: 2px dashed var(--primary-color);
179
179
  display: grid;
180
180
  grid-auto-flow: column;
181
181
  }
@@ -197,7 +197,7 @@
197
197
  text-decoration: none;
198
198
  transition: all 0.3s;
199
199
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
200
- background-color: #0050e5;
200
+ background-color: var(--primary-color);
201
201
  }
202
202
 
203
203
  .buttons-box {
@@ -576,7 +576,7 @@
576
576
 
577
577
  /* When the checkbox is checked, add a blue background */
578
578
  .filter-wrapper label input:checked ~ .checkbox-checkmark {
579
- background-color: #ff5975;
579
+ background-color: var(--primary-color);
580
580
  }
581
581
 
582
582
  /* Create the checkbox-checkmark/indicator (hidden when not checked) */
@@ -614,7 +614,7 @@ input[type="range"]:focus {
614
614
  }
615
615
 
616
616
  input[type="range"]::-webkit-slider-thumb:focus {
617
- background-color: #ff5975;
617
+ background-color: var(--primary-color);
618
618
  }
619
619
 
620
620
  input[type="range"]::-webkit-slider-runnable-track {
@@ -624,7 +624,7 @@ input[type="range"]::-webkit-slider-runnable-track {
624
624
  box-shadow: none;
625
625
  background: #ccc;
626
626
  border-radius: 0px;
627
- border: 0px solid #ff5975;
627
+ border: 0px solid var(--primary-color);
628
628
  }
629
629
 
630
630
  input[type="range"]::-moz-range-track {
@@ -634,7 +634,7 @@ input[type="range"]::-moz-range-track {
634
634
  box-shadow: none;
635
635
  background: #ccc;
636
636
  border-radius: 0px;
637
- border: 0px solid #ff5975;
637
+ border: 0px solid var(--primary-color);
638
638
  }
639
639
 
640
640
  input[type="range"]::-webkit-slider-thumb {
@@ -643,7 +643,7 @@ input[type="range"]::-webkit-slider-thumb {
643
643
  height: 15px;
644
644
  width: 15px;
645
645
  border-radius: 22px;
646
- background: #ff5975;
646
+ background: var(--primary-color);
647
647
  cursor: pointer;
648
648
  -webkit-appearance: none;
649
649
  margin-top: -5px;
@@ -655,7 +655,7 @@ input[type="range"]::-moz-range-thumb {
655
655
  height: 42px;
656
656
  width: 22px;
657
657
  border-radius: 22px;
658
- background: #ff5975;
658
+ background: var(--primary-color);
659
659
  cursor: pointer;
660
660
  -webkit-appearance: none;
661
661
  margin-top: -20px;
@@ -682,11 +682,11 @@ input[type="range"]::-moz-focus-outer {
682
682
  }
683
683
 
684
684
  #reset:hover {
685
- background: #ff597556;
685
+ background: var(--primary-color)56;
686
686
  }
687
687
 
688
688
  #reset i {
689
- color: #ff5975;
689
+ color: var(--primary-color);
690
690
  font-size: 15px;
691
691
  margin-right: 3px;
692
692
  margin-bottom: 0px;
@@ -697,7 +697,7 @@ input[type="range"]::-moz-focus-outer {
697
697
  }
698
698
 
699
699
  .active-btn {
700
- background-color: #6666ff;
700
+ background-color: var(--primary-color);
701
701
  color: #fff;
702
702
  }
703
703
 
@@ -744,7 +744,7 @@ input[type="range"]::-moz-focus-outer {
744
744
  }
745
745
 
746
746
  .radio-label input:checked ~ .checkmark {
747
- background-color: #6666ff;
747
+ background-color: var(--primary-color);
748
748
  }
749
749
 
750
750
  .checkmark:after {
@@ -774,7 +774,7 @@ input[type="range"]::-moz-focus-outer {
774
774
  }
775
775
 
776
776
  .custom-control-input:checked ~ .custom-control-label::before {
777
- background: #6666ff;
777
+ background: var(--primary-color);
778
778
  }
779
779
 
780
780
  .custom-switch .custom-control-label::before {
@@ -478,7 +478,6 @@ body {
478
478
 
479
479
  .description {
480
480
  font-size: 12px;
481
- line-height: 0.2;
482
481
  }
483
482
 
484
483
  /* blog section */
@@ -1786,7 +1785,7 @@ body {
1786
1785
  /* margin-bottom: 20px; */
1787
1786
  text-align: center;
1788
1787
  /* border-radsius: 50px; */
1789
- background: #404044 !important;
1788
+ background: var(--primary-color) ;
1790
1789
  font-size: 15px;
1791
1790
  color: #fff;
1792
1791
  font-weight: 700;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.4
4
+ version: 4.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-06 00:00:00.000000000 Z
11
+ date: 2024-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll