mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #18664 from overleaf/td-bs5-integrations-premium-badge
Position "premium feature" badge correctly on account settings page GitOrigin-RevId: 82d8a1db739a9836bcfa2c6a56a2bc6198da7f54
This commit is contained in:
@@ -178,7 +178,8 @@ tbody > tr.affiliations-table-warning-row > td {
|
||||
}
|
||||
|
||||
.title-row {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
|
||||
> h4 {
|
||||
@@ -199,6 +200,10 @@ tbody > tr.affiliations-table-warning-row > td {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
.settings-widget-container {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
.title-row {
|
||||
display: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,8 @@
|
||||
}
|
||||
|
||||
.title-row {
|
||||
margin: var(--spacing-00);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: var(--spacing-05);
|
||||
|
||||
> h4 {
|
||||
@@ -115,9 +116,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
@include media-breakpoint-down(md) {
|
||||
.settings-widget-container {
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
.title-row {
|
||||
display: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user