@bagelink/vue 1.4.71 → 1.4.77

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.
@@ -145,10 +145,18 @@
145
145
  color: var(--bgl-primary-light) !important;
146
146
  }
147
147
 
148
+ .bg-blue {
149
+ background: var(--bgl-blue) !important;
150
+ }
151
+
148
152
  .bg-blue-20 {
149
153
  background: var(--bgl-blue-20) !important;
150
154
  }
151
155
 
156
+ .color-blue {
157
+ color: var(--bgl-blue) !important;
158
+ }
159
+
152
160
  .color-blue-20 {
153
161
  color: var(--bgl-blue-20) !important;
154
162
  }
@@ -830,6 +838,46 @@
830
838
  scrollbar-gutter: stable both-edges;
831
839
  }
832
840
 
841
+ .mix-blend-mode-multiply {
842
+ mix-blend-mode: multiply;
843
+ }
844
+
845
+ .mix-blend-mode-screen {
846
+ mix-blend-mode: screen;
847
+ }
848
+
849
+ .mix-blend-mode-overlay {
850
+ mix-blend-mode: overlay;
851
+ }
852
+
853
+ .mix-blend-mode-darken {
854
+ mix-blend-mode: darken;
855
+ }
856
+
857
+ .mix-blend-mode-lighten {
858
+ mix-blend-mode: lighten;
859
+ }
860
+
861
+ .mix-blend-mode-color-dodge {
862
+ mix-blend-mode: color-dodge;
863
+ }
864
+
865
+ .mix-blend-mode-color-burn {
866
+ mix-blend-mode: color-burn;
867
+ }
868
+
869
+ .mix-blend-mode-hard-light {
870
+ mix-blend-mode: hard-light;
871
+ }
872
+
873
+ .mix-blend-mode-soft-light {
874
+ mix-blend-mode: soft-light;
875
+ }
876
+
877
+ .mix-blend-mode-none,
878
+ .mix-blend-mode-normal {
879
+ mix-blend-mode: normal;
880
+ }
833
881
 
834
882
  @media screen and (max-width: 910px) {
835
883
  .m_scrollbar-gutter {
@@ -987,10 +1035,18 @@
987
1035
  color: var(--bgl-primary-light) !important;
988
1036
  }
989
1037
 
1038
+ .m_bg-blue {
1039
+ background: var(--bgl-blue) !important;
1040
+ }
1041
+
990
1042
  .m_bg-blue-20 {
991
1043
  background: var(--bgl-blue-20) !important;
992
1044
  }
993
1045
 
1046
+ .m_color-blue {
1047
+ color: var(--bgl-blue) !important;
1048
+ }
1049
+
994
1050
  .m_color-blue-20 {
995
1051
  color: var(--bgl-blue-20) !important;
996
1052
  }
@@ -1641,4 +1697,45 @@
1641
1697
  transform: rotateY(0deg) !important;
1642
1698
  }
1643
1699
 
1700
+ .m_mix-blend-mode-multiply {
1701
+ mix-blend-mode: multiply;
1702
+ }
1703
+
1704
+ .m_mix-blend-mode-screen {
1705
+ mix-blend-mode: screen;
1706
+ }
1707
+
1708
+ .m_mix-blend-mode-overlay {
1709
+ mix-blend-mode: overlay;
1710
+ }
1711
+
1712
+ .m_mix-blend-mode-darken {
1713
+ mix-blend-mode: darken;
1714
+ }
1715
+
1716
+ .m_mix-blend-mode-lighten {
1717
+ mix-blend-mode: lighten;
1718
+ }
1719
+
1720
+ .m_mix-blend-mode-color-dodge {
1721
+ mix-blend-mode: color-dodge;
1722
+ }
1723
+
1724
+ .m_mix-blend-mode-color-burn {
1725
+ mix-blend-mode: color-burn;
1726
+ }
1727
+
1728
+ .m_mix-blend-mode-hard-light {
1729
+ mix-blend-mode: hard-light;
1730
+ }
1731
+
1732
+ .m_mix-blend-mode-soft-light {
1733
+ mix-blend-mode: soft-light;
1734
+ }
1735
+
1736
+ .m_mix-blend-mode-none,
1737
+ .m_mix-blend-mode-normal {
1738
+ mix-blend-mode: normal;
1739
+ }
1740
+
1644
1741
  }