Skip to content

Commit

Permalink
Merge pull request #57 from sympoll/create-poll-form-date-picker
Browse files Browse the repository at this point in the history
Changed some styling on create poll form
  • Loading branch information
RoyToledano authored Aug 30, 2024
2 parents de2580d + a9cdbce commit 3ae79bb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/assets/styles/cmps/feed/_CreatePollForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
width: 45vw;
position: relative; // Ensure the close button is positioned relative to the poll form
font-family: $mainFont;
font-size: $mainFontSize;

&__body {
@include flex-column;
Expand Down Expand Up @@ -51,10 +50,12 @@
input,
textarea {
background-color: $inactive-vote-color;
padding: 10px;
padding: 6px;
padding-inline: 10px;
border-radius: 8px;
border: none;
font-family: $mainFont;
font-size: $mainFontSize - 2px;
resize: none;

&:focus {
Expand All @@ -80,6 +81,7 @@
.poll-form__remove-btn {
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
border: none;
color: $mainFontColor;
Expand All @@ -88,6 +90,7 @@
width: fit-content;
font-size: 34px;
font-weight: 500;
height: 30px;
}
}

Expand All @@ -96,6 +99,7 @@
align-self: center;
gap: 10px;
align-items: center;
font-size: $mainFontSize;
}

&__add-btn {
Expand Down

0 comments on commit 3ae79bb

Please sign in to comment.