adjust style
This commit is contained in:
		
							parent
							
								
									c9612d8a1d
								
							
						
					
					
						commit
						ad8718ba49
					
				
					 48 changed files with 4217 additions and 15 deletions
				
			
		
							
								
								
									
										45
									
								
								sass/mods/_classic-article-list.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								sass/mods/_classic-article-list.scss
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,45 @@
 | 
			
		|||
#article-list {
 | 
			
		||||
	gap: 2rem;
 | 
			
		||||
 | 
			
		||||
	article {
 | 
			
		||||
		position: relative;
 | 
			
		||||
		transition: none;
 | 
			
		||||
		box-shadow: none;
 | 
			
		||||
		border-radius: 0;
 | 
			
		||||
		border-block-end: max(1px, 0.0625rem) solid var(--fg-muted-2);
 | 
			
		||||
		background: none;
 | 
			
		||||
		padding: 0;
 | 
			
		||||
		padding-block-end: 1rem;
 | 
			
		||||
		overflow: visible;
 | 
			
		||||
 | 
			
		||||
		&:last-of-type {
 | 
			
		||||
			border-block-end: none;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		&:active {
 | 
			
		||||
			transform: none;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		& > a {
 | 
			
		||||
			border-radius: 0;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		&.draft,
 | 
			
		||||
		&.archive,
 | 
			
		||||
		&.featured,
 | 
			
		||||
		&.hot,
 | 
			
		||||
		&.poor {
 | 
			
		||||
			background-color: transparent;
 | 
			
		||||
 | 
			
		||||
			&::before {
 | 
			
		||||
				display: none;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		.details {
 | 
			
		||||
			margin-block-start: 0;
 | 
			
		||||
			border-block-start: none;
 | 
			
		||||
			padding-block-start: 0;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue