Skip to content

Commit

Permalink
fix: layout fixes for entry details (buttons)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Nov 7, 2017
1 parent 3fdea43 commit 29b8729
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

.kCaptions{
button{
font-weight: 400;
height: 32px;
margin-left: 24px;
}
.kTitle{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
position: relative;
height: 100%;
button{
font-weight: 400;
height: 32px;
margin-left: 24px;
}
.kTitle{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
font-size: 20px;
font-weight: 700;
}
button{
height: 32px;
font-weight: 400;
}
.kTable{
padding-top: 12px;
}
Expand Down
4 changes: 0 additions & 4 deletions src/styles/app-theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,13 @@ $spinner-colors: rgb(218, 31, 38), rgb(6, 168, 133), rgb(0, 147, 68), rgb(248, 1
.kSaveBtn{
margin-left: auto;
width: 100px;
height: 34px;
font-weight: 400;
margin-right: 24px;
}
.kNavigationBtn{
margin-left: auto;
width: 40px;
height: 34px;
margin-left: 0px;
margin-right: 0px;
font-weight: 400;
}
.kNavigationBtnLeft{
@extend .kNavigationBtn;
Expand Down

0 comments on commit 29b8729

Please sign in to comment.