Skip to content

Commit

Permalink
Fix/ui (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenKharwar authored Jun 15, 2020
1 parent 489ea21 commit 7cbb45c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/style.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
.dummynator-sidebar__wrapper{
padding: 10px;

.components-icon-button:not(:disabled):hover {
box-shadow: none;
}

.components-base-control__label{
display: inline-block;
margin-bottom: -6px;
.components-base-control__field {
display: flex;
justify-content: space-between;
align-items: center;
}

.components-button-group, input[type=number]{
float: right;
.components-icon-button:not(:disabled):hover {
box-shadow: none;
}
}

Expand Down

0 comments on commit 7cbb45c

Please sign in to comment.