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.
		
		
		
		
		
			
		
			
				
	
	
		
			48 lines
		
	
	
		
			789 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			48 lines
		
	
	
		
			789 B
		
	
	
	
		
			SCSS
		
	
| .settings {
 | |
|   &.modal {
 | |
|     padding: 50px;
 | |
| 
 | |
|     .content {
 | |
|       margin: 0 auto;
 | |
|       width: 100%;
 | |
|       max-width: 500px;
 | |
|     }
 | |
|   }
 | |
|   hr {
 | |
|     margin: 10px 0;
 | |
|   }
 | |
|   .device-name-settings {
 | |
|     text-align: center;
 | |
|     margin-bottom: 1em;
 | |
|   }
 | |
|   .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;
 | |
|     }
 | |
|   }
 | |
|   .clear-data-settings {
 | |
|     button {
 | |
|       float: right;
 | |
|       line-height: 36px;
 | |
|       padding: 0 20px;
 | |
|       margin: 0 0 20px 20px;
 | |
|     }
 | |
|     .destructive {
 | |
|       background-color: red;
 | |
|       color: white;
 | |
|     }
 | |
|   }
 | |
| }
 |