Change visual separation of applications in authorized apps list (#17686)
This commit is contained in:
		
							parent
							
								
									9b58fb1ea4
								
							
						
					
					
						commit
						c0c4b5718d
					
				
					 3 changed files with 11 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -888,6 +888,14 @@ a.name-tag,
 | 
			
		|||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.applications-list__item {
 | 
			
		||||
  padding: 15px 0;
 | 
			
		||||
  background: $ui-base-color;
 | 
			
		||||
  border: 1px solid lighten($ui-base-color, 4%);
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
  margin-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.announcements-list {
 | 
			
		||||
  border: 1px solid lighten($ui-base-color, 4%);
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1069,6 +1069,7 @@ code {
 | 
			
		|||
 | 
			
		||||
    &:last-child {
 | 
			
		||||
      border-bottom: 0;
 | 
			
		||||
      padding-bottom: 0;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,9 +5,9 @@
 | 
			
		|||
 | 
			
		||||
%hr.spacer/
 | 
			
		||||
 | 
			
		||||
.announcements-list
 | 
			
		||||
.applications-list
 | 
			
		||||
  - @applications.each do |application|
 | 
			
		||||
    .announcements-list__item
 | 
			
		||||
    .applications-list__item
 | 
			
		||||
      - if application.website.present?
 | 
			
		||||
        = link_to application.name, application.website, target: '_blank', rel: 'noopener noreferrer', class: 'announcements-list__item__title'
 | 
			
		||||
      - else
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue