@flywheel-io/vision 0.4.0 → 0.4.2

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/styles.css CHANGED
@@ -2920,35 +2920,67 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2920
2920
  }
2921
2921
 
2922
2922
  .red {
2923
- color: #d22239 !important;
2923
+ color: #de584c !important;
2924
2924
  }
2925
2925
 
2926
2926
  .fill-red {
2927
- background-color: #d22239 !important;
2927
+ background-color: #de584c !important;
2928
2928
  }
2929
2929
 
2930
2930
  .border-red {
2931
- border-color: #d22239 !important;
2931
+ border-color: #de584c !important;
2932
2932
  }
2933
2933
 
2934
2934
  .border-top-red {
2935
2935
  border-top: 1px solid;
2936
- border-color: #d22239 !important;
2936
+ border-color: #de584c !important;
2937
2937
  }
2938
2938
 
2939
2939
  .border-right-red {
2940
2940
  border-right: 1px solid;
2941
- border-color: #d22239 !important;
2941
+ border-color: #de584c !important;
2942
2942
  }
2943
2943
 
2944
2944
  .border-bottom-red {
2945
2945
  border-bottom: 1px solid;
2946
- border-color: #d22239 !important;
2946
+ border-color: #de584c !important;
2947
2947
  }
2948
2948
 
2949
2949
  .border-left-red {
2950
2950
  border-left: 1px solid;
2951
- border-color: #d22239 !important;
2951
+ border-color: #de584c !important;
2952
+ }
2953
+
2954
+ .light-red {
2955
+ color: #f8e5e4 !important;
2956
+ }
2957
+
2958
+ .fill-light-red {
2959
+ background-color: #f8e5e4 !important;
2960
+ }
2961
+
2962
+ .border-light-red {
2963
+ border-color: #f8e5e4 !important;
2964
+ }
2965
+
2966
+ .border-top-light-red {
2967
+ border-top: 1px solid;
2968
+ border-color: #f8e5e4 !important;
2969
+ }
2970
+
2971
+ .border-right-light-red {
2972
+ border-right: 1px solid;
2973
+ border-color: #f8e5e4 !important;
2974
+ }
2975
+
2976
+ .border-bottom-light-red {
2977
+ border-bottom: 1px solid;
2978
+ border-color: #f8e5e4 !important;
2979
+ }
2980
+
2981
+ .border-left-light-red {
2982
+ border-left: 1px solid;
2983
+ border-color: #f8e5e4 !important;
2952
2984
  }
2953
2985
 
2954
2986
  .blue {
@@ -3048,35 +3080,35 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
3048
3080
  }
3049
3081
 
3050
3082
  .light-blue {
3051
- color: #e7f0fc !important;
3083
+ color: #e7effe !important;
3052
3084
  }
3053
3085
 
3054
3086
  .fill-light-blue {
3055
- background-color: #e7f0fc !important;
3087
+ background-color: #e7effe !important;
3056
3088
  }
3057
3089
 
3058
3090
  .border-light-blue {
3059
- border-color: #e7f0fc !important;
3091
+ border-color: #e7effe !important;
3060
3092
  }
3061
3093
 
3062
3094
  .border-top-light-blue {
3063
3095
  border-top: 1px solid;
3064
- border-color: #e7f0fc !important;
3096
+ border-color: #e7effe !important;
3065
3097
  }
3066
3098
 
3067
3099
  .border-right-light-blue {
3068
3100
  border-right: 1px solid;
3069
- border-color: #e7f0fc !important;
3101
+ border-color: #e7effe !important;
3070
3102
  }
3071
3103
 
3072
3104
  .border-bottom-light-blue {
3073
3105
  border-bottom: 1px solid;
3074
- border-color: #e7f0fc !important;
3106
+ border-color: #e7effe !important;
3075
3107
  }
3076
3108
 
3077
3109
  .border-left-light-blue {
3078
3110
  border-left: 1px solid;
3079
- border-color: #e7f0fc !important;
3111
+ border-color: #e7effe !important;
3080
3112
  }
3081
3113
 
3082
3114
  .bright-blue {
@@ -3732,35 +3764,67 @@ html, body {
3732
3764
  }
3733
3765
 
3734
3766
  .red {
3735
- color: #d22239 !important;
3767
+ color: #de584c !important;
3736
3768
  }
3737
3769
 
3738
3770
  .fill-red {
3739
- background-color: #d22239 !important;
3771
+ background-color: #de584c !important;
3740
3772
  }
3741
3773
 
3742
3774
  .border-red {
3743
- border-color: #d22239 !important;
3775
+ border-color: #de584c !important;
3744
3776
  }
3745
3777
 
3746
3778
  .border-top-red {
3747
3779
  border-top: 1px solid;
3748
- border-color: #d22239 !important;
3780
+ border-color: #de584c !important;
3749
3781
  }
3750
3782
 
3751
3783
  .border-right-red {
3752
3784
  border-right: 1px solid;
3753
- border-color: #d22239 !important;
3785
+ border-color: #de584c !important;
3754
3786
  }
3755
3787
 
3756
3788
  .border-bottom-red {
3757
3789
  border-bottom: 1px solid;
3758
- border-color: #d22239 !important;
3790
+ border-color: #de584c !important;
3759
3791
  }
3760
3792
 
3761
3793
  .border-left-red {
3762
3794
  border-left: 1px solid;
3763
- border-color: #d22239 !important;
3795
+ border-color: #de584c !important;
3796
+ }
3797
+
3798
+ .light-red {
3799
+ color: #f8e5e4 !important;
3800
+ }
3801
+
3802
+ .fill-light-red {
3803
+ background-color: #f8e5e4 !important;
3804
+ }
3805
+
3806
+ .border-light-red {
3807
+ border-color: #f8e5e4 !important;
3808
+ }
3809
+
3810
+ .border-top-light-red {
3811
+ border-top: 1px solid;
3812
+ border-color: #f8e5e4 !important;
3813
+ }
3814
+
3815
+ .border-right-light-red {
3816
+ border-right: 1px solid;
3817
+ border-color: #f8e5e4 !important;
3818
+ }
3819
+
3820
+ .border-bottom-light-red {
3821
+ border-bottom: 1px solid;
3822
+ border-color: #f8e5e4 !important;
3823
+ }
3824
+
3825
+ .border-left-light-red {
3826
+ border-left: 1px solid;
3827
+ border-color: #f8e5e4 !important;
3764
3828
  }
3765
3829
 
3766
3830
  .blue {
@@ -3860,35 +3924,35 @@ html, body {
3860
3924
  }
3861
3925
 
3862
3926
  .light-blue {
3863
- color: #e7f0fc !important;
3927
+ color: #e7effe !important;
3864
3928
  }
3865
3929
 
3866
3930
  .fill-light-blue {
3867
- background-color: #e7f0fc !important;
3931
+ background-color: #e7effe !important;
3868
3932
  }
3869
3933
 
3870
3934
  .border-light-blue {
3871
- border-color: #e7f0fc !important;
3935
+ border-color: #e7effe !important;
3872
3936
  }
3873
3937
 
3874
3938
  .border-top-light-blue {
3875
3939
  border-top: 1px solid;
3876
- border-color: #e7f0fc !important;
3940
+ border-color: #e7effe !important;
3877
3941
  }
3878
3942
 
3879
3943
  .border-right-light-blue {
3880
3944
  border-right: 1px solid;
3881
- border-color: #e7f0fc !important;
3945
+ border-color: #e7effe !important;
3882
3946
  }
3883
3947
 
3884
3948
  .border-bottom-light-blue {
3885
3949
  border-bottom: 1px solid;
3886
- border-color: #e7f0fc !important;
3950
+ border-color: #e7effe !important;
3887
3951
  }
3888
3952
 
3889
3953
  .border-left-light-blue {
3890
3954
  border-left: 1px solid;
3891
- border-color: #e7f0fc !important;
3955
+ border-color: #e7effe !important;
3892
3956
  }
3893
3957
 
3894
3958
  .bright-blue {
@@ -4598,7 +4662,7 @@ mat-header-cell.full-width > .mat-sort-header-container > .mat-sort-header-conte
4598
4662
 
4599
4663
  /* Alerts */
4600
4664
  mat-error {
4601
- color: #d22239;
4665
+ color: #de584c;
4602
4666
  }
4603
4667
 
4604
4668
  mat-success {