Skip to content

Commit

Permalink
Update input and button's CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Jan 23, 2025
1 parent 3283032 commit 302f825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ ignore: # default: []
- "db/schema.rb"
- "test/dummy/**/*"
- "tmp/**/*"
- "vendor/bundle/**/*"
4 changes: 1 addition & 3 deletions app/assets/stylesheets/maquina_components.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@
font-size: 0.875rem;
/* text-sm */
font-weight: 500;
/* font-medium */
height: 2.25rem;
/* h-9 */
padding: 0.5rem 1rem;
/* px-4 py-2 */
Expand Down Expand Up @@ -207,7 +205,7 @@
}

.form-input {
@apply flex h-9 w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm;
@apply h-10 flex w-full rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm;
}

.form-select {
Expand Down

0 comments on commit 302f825

Please sign in to comment.