Skip to content

Commit

Permalink
add style for new posts form
Browse files Browse the repository at this point in the history
  • Loading branch information
cherelemma committed Jul 8, 2023
1 parent 916afad commit ebae417
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,14 @@ a {
align-self: center;
}

.btn-link,
.btn-link button {
cursor: pointer;
padding: 5px;
font-size: 15px;
}

button {
border-bottom: 5px solid black;
border-right: 3px solid black;
border-radius: 5px;
Expand All @@ -121,6 +125,7 @@ a {
padding: 1rem;
gap: 1rem;
border: 3px solid black;
background-color: #f5f5f5;
}

.comments,
Expand All @@ -142,3 +147,10 @@ a {
border-right: 3px solid black;
border-radius: 5px;
}

.form-elements {
display: flex;
flex-direction: row;
gap: 1rem;
margin: 1rem 0;
}

0 comments on commit ebae417

Please sign in to comment.