Skip to content

Commit

Permalink
Fix linters errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhamiid committed Oct 26, 2022
1 parent 5a1dd80 commit 8b15a80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
*= require_tree .
*= require_self
*/
@import "bootstrap";
@import "rails_bootstrap_forms";

@import "bootstrap";
@import "rails_bootstrap_forms";
10 changes: 5 additions & 5 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body {
visibility: hidden;
}

.hide{
.hide {
display: none;
}

Expand All @@ -65,10 +65,10 @@ body {
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#category > form input:focus {
outline: none;
}

#category > form > div:last-child input {
margin: 0;
}

#category > form input:focus {
outline: none;
}

0 comments on commit 8b15a80

Please sign in to comment.