mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
7825bb8dd8
commit
e533bee8a3
2 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue