2014-06-20 06:15:25 -04:00
|
|
|
.account-settings {
|
|
|
|
.alert {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-06-25 12:06:23 -04:00
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2016-10-25 11:23:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#delete-account-modal {
|
|
|
|
.alert {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
}
|
2018-06-15 06:30:15 -04:00
|
|
|
|
2018-06-21 12:18:01 -04:00
|
|
|
.affiliations-table {
|
|
|
|
table-layout: fixed;
|
2018-06-15 06:30:15 -04:00
|
|
|
}
|
2018-06-21 12:18:01 -04:00
|
|
|
.affiliations-table-email {
|
|
|
|
width: 40%;
|
2018-06-15 06:30:15 -04:00
|
|
|
}
|
2018-06-21 12:18:01 -04:00
|
|
|
.affiliations-table-institution {
|
|
|
|
width: 40%;
|
2018-06-15 06:30:15 -04:00
|
|
|
}
|
2018-06-21 12:18:01 -04:00
|
|
|
.affiliations-table-inline-actions {
|
|
|
|
width: 20%;
|
2018-06-15 06:30:15 -04:00
|
|
|
}
|
2018-06-22 11:07:54 -04:00
|
|
|
.affiliations-table-highlighted-row {
|
|
|
|
background-color: tint(@content-alt-bg-color, 6%);
|
|
|
|
}
|
2018-07-05 06:36:02 -04:00
|
|
|
.affiliations-table-error-row {
|
|
|
|
background-color: @alert-danger-bg;
|
|
|
|
color: @alert-danger-text;
|
2018-07-05 10:31:34 -04:00
|
|
|
.btn {
|
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
.button-variant(@btn-danger-color; darken(@btn-danger-bg, 8%); @btn-danger-border);
|
2018-07-05 06:36:02 -04:00
|
|
|
}
|
|
|
|
}
|
2018-06-22 11:07:54 -04:00
|
|
|
.affiliations-form-group {
|
2018-06-25 11:13:43 -04:00
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
2018-06-22 11:07:54 -04:00
|
|
|
}
|
2018-06-25 08:44:43 -04:00
|
|
|
}
|
2018-07-05 10:31:34 -04:00
|
|
|
.affiliation-change-container,
|
|
|
|
.affiliation-change-actions {
|
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
}
|
|
|
|
|
2018-06-25 08:44:43 -04:00
|
|
|
.affiliations-table-label {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|