update bg-color
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 899 KiB After Width: | Height: | Size: 966 KiB  | 
@@ -5,6 +5,7 @@
 | 
			
		||||
			transformOrigin: 'top left',
 | 
			
		||||
		}" -->
 | 
			
		||||
	<div class="home-view" :style="styles">
 | 
			
		||||
		<div class="bg-layer"></div>
 | 
			
		||||
		<LeftSide />
 | 
			
		||||
		<section class="center">
 | 
			
		||||
			<BigHeader />
 | 
			
		||||
@@ -80,9 +81,21 @@ export default {
 | 
			
		||||
	height: 4320px;
 | 
			
		||||
	width: 21120px;
 | 
			
		||||
	overflow: hidden;
 | 
			
		||||
	background: url(../assets/bg.png) center/cover no-repeat, #e0e3f6;
 | 
			
		||||
	// background: #C9CCE5;
 | 
			
		||||
	background: url(../assets/bg.png) center/cover no-repeat;
 | 
			
		||||
	color: white;
 | 
			
		||||
	display: flex;
 | 
			
		||||
	position: relative;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.bg-layer {
 | 
			
		||||
	position: absolute;
 | 
			
		||||
	top: 0;
 | 
			
		||||
	left: 0;
 | 
			
		||||
	width: 100%;
 | 
			
		||||
	height: 100%;
 | 
			
		||||
	background: #c9cce577;
 | 
			
		||||
	// background: url(../assets/bg.png) center/cover no-repeat;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.center {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user