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