overleaf/services/web/public/stylesheets/app/account-settings.less

42 lines
617 B
Text
Raw Normal View History

2014-06-20 06:15:25 -04:00
.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%;
}
2018-06-22 11:07:54 -04:00
.affiliations-table-highlighted-row {
background-color: tint(@content-alt-bg-color, 6%);
}
.affiliations-form-group {
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
}
.affiliations-table-label {
padding-top: 4px;
}