You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			32 lines
		
	
	
		
			492 B
		
	
	
	
		
			SCSS
		
	
		
		
			
		
	
	
			32 lines
		
	
	
		
			492 B
		
	
	
	
		
			SCSS
		
	
| 
								 
											9 years ago
										 
									 | 
							
								.settings {
							 | 
						||
| 
								 | 
							
								  &.modal {
							 | 
						||
| 
								 | 
							
								    padding: 50px;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    .content {
							 | 
						||
| 
								 | 
							
								      margin: 0 auto;
							 | 
						||
| 
								 | 
							
								      width: 100%;
							 | 
						||
| 
								 | 
							
								      max-width: 500px;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								  hr {
							 | 
						||
| 
								 | 
							
								    margin: 10px 0;
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								  .syncSettings {
							 | 
						||
| 
								 | 
							
								    button {
							 | 
						||
| 
								 | 
							
								      float: right;
							 | 
						||
| 
								 | 
							
								      line-height: 36px;
							 | 
						||
| 
								 | 
							
								      padding: 0 20px;
							 | 
						||
| 
								 | 
							
								      margin: 0 0 20px 20px;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								    .synced_at {
							 | 
						||
| 
								 | 
							
								        font-size: $font-size-small;
							 | 
						||
| 
								 | 
							
								        color: $grey;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								    .sync_failed {
							 | 
						||
| 
								 | 
							
								        display: none;
							 | 
						||
| 
								 | 
							
								        font-size: $font-size-small;
							 | 
						||
| 
								 | 
							
								        color: red;
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |