Fixes to notification styling
This commit is contained in:
		
							parent
							
								
									b9f4896830
								
							
						
					
					
						commit
						1ee0e91fb6
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -48,6 +48,7 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.account__avatar-overlay {
 | 
					.account__avatar-overlay {
 | 
				
			||||||
 | 
					  position: relative;
 | 
				
			||||||
  @include avatar-size(48px);
 | 
					  @include avatar-size(48px);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &-base {
 | 
					  &-base {
 | 
				
			||||||
| 
						 | 
					@ -288,9 +289,8 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.notification__message {
 | 
					.notification__message {
 | 
				
			||||||
  margin-left: 68px;
 | 
					  margin-left: 42px;
 | 
				
			||||||
  padding: 8px 0;
 | 
					  padding: 8px 0 0 26px;
 | 
				
			||||||
  padding-bottom: 0;
 | 
					 | 
				
			||||||
  cursor: default;
 | 
					  cursor: default;
 | 
				
			||||||
  color: $ui-primary-color;
 | 
					  color: $ui-primary-color;
 | 
				
			||||||
  font-size: 15px;
 | 
					  font-size: 15px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -243,7 +243,7 @@
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.notification__favourite-icon-wrapper {
 | 
					.notification__favourite-icon-wrapper {
 | 
				
			||||||
  left: -26px;
 | 
					  left: 0;
 | 
				
			||||||
  position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .star-icon {
 | 
					  .star-icon {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -254,7 +254,7 @@
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .notification__message {
 | 
					  .notification__message {
 | 
				
			||||||
    margin: -10px -10px 10px;
 | 
					    margin: -10px 0px 10px 32px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue