Skip to content

Commit

Permalink
feat(presentationbar): style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitcukuren committed Oct 1, 2021
1 parent ca763b0 commit a626644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/styles/_jfPresentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

&-barContainer {
position: absolute;
bottom: 15px;
bottom: 50px;
}

&-overlay {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/_jfReportsFloatings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

&.forBar {
height: 50px;
background: #212736;
background: #404651;
border-radius: 6px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
max-width: 436px;
Expand Down Expand Up @@ -135,7 +135,7 @@
}

.controllerItem {
background: #2E354A;
background: #303339;
border-radius: 3px;
border: none;
transition: $transition;
Expand Down

0 comments on commit a626644

Please sign in to comment.