mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-04 02:53:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			348 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			348 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
.activity-description {
 | 
						|
  display: flex;
 | 
						|
  flex-direction: column;
 | 
						|
  gap: 5px;
 | 
						|
  width: 100%;
 | 
						|
  margin-top: 10px;
 | 
						|
 | 
						|
  > div {
 | 
						|
    display: flex;
 | 
						|
    flex-direction: row;
 | 
						|
    gap: 10px;
 | 
						|
 | 
						|
    > span {
 | 
						|
      text-align: left;
 | 
						|
    }
 | 
						|
 | 
						|
    > i {
 | 
						|
      width: 16px;
 | 
						|
      display: flex;
 | 
						|
      justify-content: center;
 | 
						|
      align-items: center;
 | 
						|
    }
 | 
						|
  }
 | 
						|
} |