Skip to content

Commit

Permalink
Improve css positions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRub committed May 11, 2020
1 parent 46acf1e commit 62bd5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/src/Risk.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.Risk {
padding: 0 40px;
padding: 0 20px;

.risks-include-system-ns {
.switch-label {
Expand Down Expand Up @@ -61,7 +61,7 @@

.Home-header {
display: flex;
align-items: center;
justify-content: space-between;

h2 {
font-weight: 100;
Expand All @@ -71,8 +71,6 @@
}

.right-controls {
position: absolute;
right: 20px;
display: flex;
.refresh-state-btn {
margin: 20px 10px;
Expand Down
1 change: 1 addition & 0 deletions client/src/components/BottomBar/BottomBar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.bottom-bar {
border-top: 1px solid #efefef;
height: 75px;
color: #5e5e5e;
display: flex;
Expand Down

0 comments on commit 62bd5ac

Please sign in to comment.