Skip to content

Commit

Permalink
Various padding updates, remove arrow and make buttons not all caps. …
Browse files Browse the repository at this point in the history
…See #124
  • Loading branch information
breyten committed Oct 25, 2023
1 parent 85d4c6b commit d044dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AddColumnBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
background: white;
border: 1px solid black;
border-radius: 5px;
appearance: none;
}
.input-help {
Expand Down Expand Up @@ -258,12 +259,11 @@ input {
gap: 0 !important;
}
.sub-toolbar {
padding: 30px 20px;
padding: 30px 30px;
margin: 30px auto 65px auto;
/*width: 100%;*/
border-radius: 5px;
background: #F9F9FA;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
line-height: 16px;
}
Expand Down Expand Up @@ -338,7 +338,7 @@ input {
}
.sub-toolbar {
margin: 10px auto 10px auto;
padding: 10px;
padding: 20px;
}
.flexy-alt2 {
padding-bottom: 10px;
Expand Down
1 change: 1 addition & 0 deletions theme/_smui-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
border-radius: 5px;
justify-content: center;
align-items: center;
text-transform: none !important;
}

0 comments on commit d044dcd

Please sign in to comment.