OSDN Git Service

resytled the flash message
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 17 Apr 2018 06:31:08 +0000 (14:31 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 17 Apr 2018 06:31:08 +0000 (14:31 +0800)
src/features/shared/components/Flash/Flash.scss

index a71e514..58982ff 100644 (file)
 }
 
 .success {
-  background-color: transparentize($success-background, 0.5);
+  background-color: transparentize($success-background, 0.25);
   border-color: $success-border;
   color: $success;
 }
 
 .danger {
-  background-color: $highlight-danger-background;
+  background-color: transparentize($highlight-danger-background, 0.25);
   border-color: $highlight-danger-border;
   color: $highlight-danger;
 }