Changeset 9bf1f8d for reactapp/src/Components/Styled
- Timestamp:
- 01/20/23 22:57:18 (2 years ago)
- Branches:
- main
- Children:
- 8dffe02
- Parents:
- 4abf55a
- Location:
- reactapp/src/Components/Styled
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Styled/Main.style.js
r4abf55a r9bf1f8d 25 25 export const CurrentPageNav = styled.div` 26 26 font-style: italic; 27 font-size: 14px; 27 font-size: 16px; 28 font-weight: bold; 28 29 `; -
reactapp/src/Components/Styled/Search.style.js
r4abf55a r9bf1f8d 3 3 4 4 export const SearchBox = styled.input` 5 width: 350px;5 width: 450px; 6 6 box-sizing: border-box; 7 7 border: 2px solid #ccc; … … 23 23 padding: 12px 16px; 24 24 z-index: 1; 25 width: 350px;25 width: 450px; 26 26 padding: 0; 27 27 `;
Note:
See TracChangeset
for help on using the changeset viewer.