Skip to content

Commit

Permalink
Fix linters errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhamiid committed Mar 1, 2023
1 parent 223cdf5 commit 5c1b92a
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
.container {
width: 100%;
padding: 6px;
padding-top: 20px
padding-top: 20px;
}

.f-xs {
Expand Down Expand Up @@ -65,7 +65,7 @@ form {
}

form a {
font-size: 0.8rem;
font-size: 0.8rem;
}

#category > form input {
Expand Down Expand Up @@ -145,25 +145,6 @@ form a {

.ahs {
color: red;
/* linear gradient color */
}


.btn-secondary {
background-image: linear-gradient(to right, #7baa49 0%, #001510 51%, #587d38 100%);
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
display: block;
}

.btn-secondary:hover {
background-position: right center; /* change the direction of the change here */
color: #fff;
text-decoration: none;
}

.showcase-img {
Expand All @@ -175,8 +156,6 @@ form a {
@media screen and (min-width: 768px) {
form {
margin: 60px auto;
width: 40%
width: 40%;
}

}

0 comments on commit 5c1b92a

Please sign in to comment.