Skip to content

Commit

Permalink
modif dropdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherset committed Oct 9, 2023
1 parent ffc5dad commit 72d8009
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions css/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@
color: white;
}

.dropdown__list-item::after {
border: solid 50px blue;

#option-1::before, #option-2::before, #option-3::before{
border: solid 1px white;
content: '';
position: absolute;
top: 10px;
left: 10px;
z-index: 3;
left: 10%;
margin-top: -10px;
width: 80%;
z-index: 4;
}

#dropdown__selected {
Expand Down
8 changes: 4 additions & 4 deletions css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 2;
z-index: 3;
}

.modal {
Expand All @@ -20,7 +20,7 @@
top: 8%;
left: 32.5%;
width: 35%;
z-index: 2;
z-index: 3;
}

#form-header {
Expand All @@ -38,9 +38,9 @@
right: 20px;
}

#form-header h2 {
#modal-title {
display: flex;
font-size: 40px;
font-size: 35px;
font-weight: normal;
}

Expand Down

0 comments on commit 72d8009

Please sign in to comment.