Changeset 702ca77 for reactapp/src/Components/Styled
- Timestamp:
- 08/19/22 19:10:24 (2 years ago)
- Branches:
- main
- Children:
- 6221ab6
- Parents:
- 6eba109
- Location:
- reactapp/src/Components/Styled
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Components/Styled/Main.style.js
r6eba109 r702ca77 6 6 margin: auto; 7 7 margin-top: 20px; 8 margin-bottom: 20px; 8 9 padding-left: 50px; 9 10 padding-right: 50px; -
reactapp/src/Components/Styled/Search.style.js
r6eba109 r702ca77 30 30 &:hover { 31 31 background-color: papayawhip; 32 border: 1px solid blue;33 text-decoration: underline 1px blue;32 border: 1px solid #0066cc; 33 text-decoration: underline 1px #0066cc; 34 34 } 35 35 padding: 10px;
Note:
See TracChangeset
for help on using the changeset viewer.