session-desktop/stylesheets/_settings.scss
2018-05-04 16:32:08 -04:00

48 lines
779 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;
}
}
}