@insymetri/styleguide 0.1.28 → 0.1.29
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.
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
|
|
865
865
|
.card-border {
|
|
866
866
|
position: relative;
|
|
867
|
-
background: linear-gradient(160deg, rgba(255, 255, 255, 0.
|
|
867
|
+
background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 35%);
|
|
868
868
|
}
|
|
869
869
|
|
|
870
870
|
.card-border::before {
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
|
|
882
882
|
.card-border-tl {
|
|
883
883
|
position: relative;
|
|
884
|
-
background: linear-gradient(160deg, rgba(255, 255, 255, 0.
|
|
884
|
+
background: linear-gradient(160deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 35%);
|
|
885
885
|
}
|
|
886
886
|
|
|
887
887
|
.card-border-tl::before,
|