1010 <SupermarketMenuUpdateProgress />
1111
1212 <!-- Components -->
13- <div class =" row d-flex align-content-stretch flex-wrap" >
13+ <div class =" row mb-3" >
14+ <SupermarketMenuQuickAccess />
15+ </div >
16+ <div class =" row d-flex align-content-stretch flex-wrap components-height" >
1417 <!-- Quick Access Buttons -->
15- <div class =" col-1" >
16- <SupermarketMenuQuickAccess />
17- </div >
1818 <!-- Quick Change Buttons -->
1919 <div class =" col-3" >
2020 <SupermarketMenuQuickChange />
4242 </div >
4343 </div >
4444 <!-- User Configuration -->
45- <div class =" col-3 d-flex flex-column" >
45+ <div class =" col-4 d-flex flex-column" >
4646 <div class =" row flex-fill" >
4747 <div class =" col-12" >
4848 <SupermarketMenuUserProfile />
5656 </div >
5757 </div >
5858
59- <div class =" row mt-5 " >
59+ <div class =" row mt-4 " >
6060 <div class =" text-center text-light" > عنب، مع كل الحب <i class =" fas fa-heart text-danger" ></i > </div >
6161 </div >
6262 </div >
@@ -85,7 +85,7 @@ export default {
8585}
8686
8787.night {
88- background : rgba (0 , 0 , 0 , 0.4 ) !important ;
88+ background : rgba (0 , 0 , 0 , 0.7 ) !important ;
8989}
9090
9191.main-menu {
@@ -94,9 +94,9 @@ export default {
9494 right : 0 ;
9595 width : 100vw ;
9696 height : 100vh ;
97- backdrop-filter : blur (10 px );
98- -webkit-backdrop-filter : blur (10 px );
99- background : rgba (0 , 0 , 0 , 0.1 );
97+ backdrop-filter : blur (50 px );
98+ -webkit-backdrop-filter : blur (50 px );
99+ background : rgba (0 , 0 , 0 , 0.5 );
100100 z-index : 10 ;
101101 .container {
102102 // margin-top: 2rem;
@@ -111,15 +111,15 @@ export default {
111111 .content {
112112 height : 100% ;
113113 padding : 10px ;
114- background : rgba (255 , 255 , 255 , 0.05 );
114+ background : rgba (255 , 255 , 255 , 0.1 );
115115 border : 1px solid $t-3 ;
116116 border-radius : $r-2 ;
117117 transition : 0.3s ease-out ;
118118 }
119119
120120 .pointer :hover {
121121 cursor : pointer ;
122- background : rgba (255 , 255 , 255 , 0.2 );
122+ background : rgba (255 , 255 , 255 , 0.3 );
123123 & .bg-success {
124124 background : #146c43 !important ;
125125 }
0 commit comments