mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-24 20:42:03 +00:00
final ref hw7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user