- Timestamp:
- 09/11/22 18:03:58 (2 years ago)
- Branches:
- master
- Children:
- 775e15e
- Parents:
- 527b93f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-frontend/src/components/PhoneCardComponent/PhoneCardComponent.css
r527b93f re5b84dc 1 1 .phonecard{ 2 background-color: #B6E2C8;2 /* background-color: #B6E2C8; */ 3 3 padding:15px; 4 4 justify-items: center; 5 padding-top: 35px; 5 6 width: 250px; 6 7 height: 400px; 7 8 border-radius: 25px; 9 border: 3px solid #B6E2C8; 10 border-radius: 50px; 8 11 } 9 12 10 13 .phonecard:hover{ 11 background-color: #84c69f;14 /* background-color: #B6E2C8; */ 12 15 cursor: pointer; 16 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); 17 transition: box-shadow 0.5s, background-color 0.5s ; 18 border-radius: 50px; 13 19 } 14 20 … … 26 32 27 33 .phonecard-lowestprice-header, .phonecard-totaloffers-header{ 28 margin-top: -10px; 29 color: rgb(34, 106, 106); 30 text-align: center; 34 margin-top: 20px; 35 text-align: right; 36 } 37 38 .phonecard-totaloffers-header{ 39 margin-top: -15px; 31 40 } 32 41 33 42 .phonecard-model-header{ 34 43 text-align: center; 44 border: 1px solid rgb(161, 165, 163); 45 border-radius: 20px 100px; 46 background-color: rgb(222, 228, 225); 47 padding: 5px; 48 padding-right: 10px; 49 35 50 } 36 51 … … 44 59 } 45 60 61 .phonecard-lowestprice-header{ 62 /* color: rgb(24, 117, 24); */ 63 } 64 65 .phonecard-totaloffers-header{ 66 /* color: rgb(24, 117, 24); */ 67 } 68 46 69 .phonecard > h5 > p{ 47 70 display: inline;
Note:
See TracChangeset
for help on using the changeset viewer.