final ref hw7

This commit is contained in:
neko
2022-09-20 14:10:26 +03:00
parent 5cfe39b00c
commit 56bd60cb4e
6 changed files with 38 additions and 27 deletions

View File

@@ -1,19 +1,21 @@
.select {
padding-left: 10px;
appearance: none;
width: 165px;
height: 24px;
cursor: pointer;
appearance: none;
padding-left: 10px;
color: inherit;
background-color: transparent;
background-image: url('./chevron-down.svg');
background-position: right center;
background-repeat: no-repeat;
border-radius: 2px;
border: 1px solid #C2C2C2;
color: inherit;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;
cursor: pointer;
}
.select:focus {
@@ -22,7 +24,7 @@
.option:hover {
box-shadow: 0 0 10px 100px #fed20f inset;
transition: all 0.2s ease-in-out;
background: red;
box-shadow: 0 0 10px 100px #fed20f inset;
}