Skip to content

Commit

Permalink
feat(buttons): Make them a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
te-online committed Apr 28, 2024
1 parent 456cfc3 commit 94db9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/timemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ input.duration-input {
color: var(--color-primary-light-text) !important;
background-color: var(--color-primary-element-light) !important;
border-color: var(--color-primary-element-light-hover) !important;
padding: 12px 22px; }
padding: 10px 20px; }

@keyframes fallback {
0% {
Expand Down
2 changes: 1 addition & 1 deletion css/timemanager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ input.duration-input {
color: var(--color-primary-light-text) !important;
background-color: var(--color-primary-element-light) !important;
border-color: var(--color-primary-element-light-hover) !important;
padding: 12px 22px;
padding: 10px 20px;
}

@keyframes fallback {
Expand Down

0 comments on commit 94db9bd

Please sign in to comment.