-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit unfinished work.
- Loading branch information
Showing
4 changed files
with
126 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import styled from "styled-components"; | ||
|
||
export const SearchItem = styled.div` | ||
width: 363px; | ||
min-height: 420px; | ||
transition: 0.5s ease; | ||
text-align: left; | ||
position: relative; | ||
`; | ||
|
||
export const ItemThumb = styled.div` | ||
width: 100%; | ||
background-size: "cover", | ||
background-position: "center", | ||
border-radius: "10px", | ||
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); | ||
min-height: "220px" | ||
`; |
Oops, something went wrong.