Skip to content

Commit

Permalink
Update: (liferay#910) Alerts move .alert-notifications-fixed to the…
Browse files Browse the repository at this point in the history
… bottom left of the screen
  • Loading branch information
pat270 committed May 21, 2018
1 parent 9b68042 commit 0362475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@

.alert-notifications-fixed {
bottom: $alert-notifications-fixed-bottom;
height: 0;
left: $alert-notifications-fixed-left;
position: fixed;
right: $alert-notifications-fixed-right;
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-css/src/scss/variables/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ $alert-notifications-absolute-left-mobile: 0.5rem !default; // 8px
$alert-notifications-absolute-right-mobile: 0.5rem !default; // 8px
$alert-notifications-absolute-top-mobile: 4.25rem!default; // 68px

$alert-notifications-fixed-bottom: null !default;
$alert-notifications-fixed-left: null !default;
$alert-notifications-fixed-right: 1.25rem !default; // 20px
$alert-notifications-fixed-top: 4.75rem !default; // 76p
$alert-notifications-fixed-bottom: 1.25rem !default; // 20px
$alert-notifications-fixed-left: 1.25rem !default; // 20px
$alert-notifications-fixed-right: null !default;
$alert-notifications-fixed-top: null !default;

$alert-notifications-fixed-bottom-mobile: null !default;
$alert-notifications-fixed-left-mobile: 0.5rem !default; // 8px
Expand Down

0 comments on commit 0362475

Please sign in to comment.