mirror of http://localhost:9400/cloud/cms
				
				
				
			
							parent
							
								
									09d5f0a11a
								
							
						
					
					
						commit
						58deea958f
					
				@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					/**
 | 
				
			||||||
 | 
					* This is the default window and we will have to hide the pane (side)
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.main {height:98vh; display:grid; grid-template-columns:75% auto; gap:4px;
 | 
				
			||||||
 | 
					grid-template-rows:70px 40px auto 32px;
 | 
				
			||||||
 | 
					padding-left:2%; padding-right:2%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.main .header { display:grid; grid-template-columns:64px auto; gap:4px; align-items: center;}
 | 
				
			||||||
 | 
					.main .header .title {font-size:28px; font-weight:bold}
 | 
				
			||||||
 | 
					.main .header img {width:80px; height:80px;}
 | 
				
			||||||
 | 
					.main .index{
 | 
				
			||||||
 | 
					    align-self:center;
 | 
				
			||||||
 | 
					    padding:8px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.main .menu {border:1px solid transparent; background-color:#f3f3f3;}
 | 
				
			||||||
 | 
					.main .pane {border-left:1px solid #CAD5E0; height:100%; padding:8px; line-height:1.5; font-size: 14px;}
 | 
				
			||||||
 | 
					.main .pane div:first-child {margin-top:4px; background-color:#f3f3f3; border-radius: 8px; padding:8px; min-height:150px}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.search-box {display:block; grid-template-columns: none;}
 | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue