mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3d369b725c
This confirms the user understands they will lose both their OL v2 and SL accounts, and their projects.
65 lines
1.2 KiB
Text
65 lines
1.2 KiB
Text
.account-settings {
|
|
.alert {
|
|
margin-bottom: 0;
|
|
}
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
#delete-account-modal {
|
|
.alert {
|
|
margin-top: 25px;
|
|
margin-bottom: 4px;
|
|
}
|
|
.confirmation-checkbox-wrapper {
|
|
padding-top: 8px;
|
|
input {
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.affiliations-table {
|
|
table-layout: fixed;
|
|
}
|
|
.affiliations-table-email {
|
|
width: 40%;
|
|
}
|
|
.affiliations-table-institution {
|
|
width: 40%;
|
|
}
|
|
.affiliations-table-inline-actions {
|
|
text-align: right;
|
|
}
|
|
.affiliations-table-inline-action {
|
|
text-transform: capitalize;
|
|
}
|
|
.affiliations-table-inline-action-disabled-wrapper {
|
|
display: inline-block;
|
|
}
|
|
.affiliations-table-highlighted-row {
|
|
background-color: tint(@content-alt-bg-color, 6%);
|
|
}
|
|
.affiliations-table-error-row {
|
|
background-color: @alert-danger-bg;
|
|
color: @alert-danger-text;
|
|
.btn {
|
|
margin-top: @table-cell-padding;
|
|
.button-variant(@btn-danger-color; darken(@btn-danger-bg, 8%); @btn-danger-border);
|
|
}
|
|
}
|
|
.affiliations-form-group {
|
|
margin-top: @table-cell-padding;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.affiliation-change-container,
|
|
.affiliation-change-actions {
|
|
margin-top: @table-cell-padding;
|
|
}
|
|
|
|
.affiliations-table-label {
|
|
padding-top: 4px;
|
|
}
|