- Timestamp:
- 09/22/22 03:14:53 (2 years ago)
- Branches:
- master
- Children:
- 48f3030
- Parents:
- 34950c6
- Location:
- phonelux-frontend/src/components/CheaperOffersComponent
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-frontend/src/components/CheaperOffersComponent/CheaperOffersComponent.css
r34950c6 r436e0da 41 41 42 42 43 .no-cheaper-offers-message{ 44 width: fit-content; 45 padding: 25px; 46 border-radius: 20px; 47 background-color: #a6c9ab; 48 margin: 0 auto; 49 margin-top: 300px; 50 border: 2px solid black; 51 } 43 52 53 54 -
phonelux-frontend/src/components/CheaperOffersComponent/CheaperOffersComponent.js
r34950c6 r436e0da 26 26 aria-describedby="cheaperoffers-modal-description" 27 27 > 28 { 29 this.props.cheaperOffers.length > 0 ? 28 30 <Box className='cheaperoffers-modal-box'> 29 31 <table cellPadding={20} className='cheaperoffers-table'> … … 55 57 </tbody> 56 58 </table> 57 </Box> 59 </Box> : <h1 className='no-cheaper-offers-message'>Нема поевтини понуди</h1> 60 } 58 61 </Modal> 59 62 </div>
Note:
See TracChangeset
for help on using the changeset viewer.