wrong spot for the form-select.
This commit is contained in:
parent
251b387660
commit
bc44e9979f
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ html {
|
|||
select,
|
||||
select.form-select {
|
||||
border: 1px solid $red;
|
||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 8.89%27 xml:space=%27preserve%27%3e%3cpath d=%27M8 8.89c-.24 0-.46-.09-.63-.26L.26 1.53a.901.901 0 0 1 0-1.27C.43.1.66 0 .9 0s.47.1.64.26L8 6.74 14.47.27c.17-.17.4-.27.64-.27s.47.1.63.27c.17.17.26.4.26.64s-.1.47-.27.63l-7.1 7.09a.86.86 0 0 1-.63.26z%27 fill=%27%23d4281c%27/%3e%3c/svg%3e");
|
||||
&:focus {
|
||||
border: 1px solid transparent;
|
||||
box-shadow: 0 0 0 2.5px $red;
|
||||
|
|
@ -111,7 +110,8 @@ html {
|
|||
border: 1px solid $red;
|
||||
}
|
||||
}
|
||||
select {
|
||||
select,
|
||||
.form-select {
|
||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8.89' xml:space='preserve'%3e%3cpath d='M8 8.89c-.24 0-.46-.09-.63-.26L.26 1.53a.901.901 0 0 1 0-1.27C.43.1.66 0 .9 0s.47.1.64.26L8 6.74 14.47.27c.17-.17.4-.27.64-.27s.47.1.63.27c.17.17.26.4.26.64s-.1.47-.27.63l-7.1 7.09a.86.86 0 0 1-.63.26z' fill='%23d4281c'/%3e%3c/svg%3e");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 0.75rem center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue