search icon functionality
This commit is contained in:
@@ -69,7 +69,7 @@ html {
|
||||
background-color: $color-background;
|
||||
height: 150%;
|
||||
padding-bottom: 10rem;
|
||||
|
||||
padding-left: 4rem;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
|
||||
&__column-poster {
|
||||
height: 25rem;
|
||||
width: 18rem;
|
||||
width: 17.5rem;
|
||||
|
||||
}
|
||||
|
||||
&__poster {
|
||||
@@ -16,12 +17,3 @@
|
||||
div.movie:first-child {
|
||||
padding-top: 15rem;
|
||||
}
|
||||
|
||||
.even {
|
||||
background-color: $color-purple;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background-color: $color-light-blue-2;
|
||||
|
||||
}
|
||||
@@ -54,11 +54,11 @@ input[type="text"] {
|
||||
font-size: 1.4rem;
|
||||
border: none;
|
||||
outline: none;
|
||||
background-color: red;
|
||||
// background-color: red;
|
||||
width: 0px;
|
||||
padding: 10px;
|
||||
padding-right: 2rem;
|
||||
// background: none;
|
||||
background: none;
|
||||
transition: width .5s cubic-bezier(0.000, 0.795, 0.000, 1.000);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user