mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
53 lines
815 B
Text
53 lines
815 B
Text
.account-settings {
|
|
.alert {
|
|
margin-bottom: 0;
|
|
}
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
#delete-account-modal {
|
|
.alert {
|
|
margin-top: 25px;
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
.affiliations-table {
|
|
table-layout: fixed;
|
|
}
|
|
.affiliations-table-email {
|
|
width: 40%;
|
|
}
|
|
.affiliations-table-institution {
|
|
width: 40%;
|
|
}
|
|
.affiliations-table-inline-actions {
|
|
width: 20%;
|
|
}
|
|
.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;
|
|
a {
|
|
color: #FFF;
|
|
font-weight: bold;
|
|
&:hover,
|
|
&:focus {
|
|
color: #FFF;
|
|
}
|
|
}
|
|
}
|
|
|
|
.affiliations-form-group {
|
|
margin-top: @table-cell-padding;
|
|
&:first-child {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
.affiliations-table-label {
|
|
padding-top: 4px;
|
|
}
|