- Timestamp:
- 01/25/25 21:06:36 (3 months ago)
- Branches:
- master
- Children:
- d9884b2
- Parents:
- 78b9d99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/components/Project/Locale_details.vue
r78b9d99 rf49ddda 19 19 20 20 <template> 21 <div id="container" class=" borderpx-5 py-2">21 <div id="container" class="px-5 py-2"> 22 22 <p>Local details...</p> 23 23 <p>Working hours: {{restaurantStore.workingHours}}</p> … … 38 38 39 39 font-size: 20px; 40 margin: 30px auto; 41 border: transparent; 42 /*border-radius: 10px;*/ 43 border-left: 3px solid #8377D1; 44 background-color: lightgray; 45 40 46 41 47 }
Note:
See TracChangeset
for help on using the changeset viewer.