Skip to content

Commit

Permalink
update alert + added success color
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarPDX committed Oct 11, 2020
1 parent 0cdf978 commit ea29603
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assets/css/_theme.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Colors
$blue: #5c93d4;
$green: #50ee61;
$violet: #727DF5;
$light-violet: #b6c3fb;
$red: #ec715d;
Expand All @@ -21,7 +22,8 @@ $theme-colors: (
"primary": $violet,
"danger": $red,
"dark": $dark-grey,
"light": $light-violet
"light": $light-violet,
"success": $green
);

$font-size-base: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion lib/workbench_web/templates/layout/live.html.leex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p class="alert alert-info" role="alert"
<p class="alert alert-primary" role="alert"
phx-click="lv:clear-flash"
phx-value-key="info"><%= live_flash(@flash, :info) %></p>

Expand Down

0 comments on commit ea29603

Please sign in to comment.