mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Remove .text-centered and use .text-center instead (#26217)
GitOrigin-RevId: 75774d877e3d513574818afc517be815cb7201ae
This commit is contained in:
@@ -18,11 +18,11 @@ block content
|
||||
.row
|
||||
.col-md-12
|
||||
if user.betaProgram
|
||||
p.text-centered
|
||||
p.text-center
|
||||
strong #{translate("beta_program_already_participating")}.
|
||||
p !{translate("thank_you_for_being_part_of_our_beta_program", {}, ['strong'])}.
|
||||
else
|
||||
p.text-centered
|
||||
p.text-center
|
||||
strong #{translate("beta_program_not_participating")}.
|
||||
p !{translate("beta_program_benefits", {}, ['strong'])}
|
||||
|
||||
@@ -34,7 +34,7 @@ block content
|
||||
li !{translate("you_can_opt_in_and_out_of_the_program_at_any_time_on_this_page", {}, ['strong'])}.
|
||||
p !{translate("note_features_under_development", {}, ['strong'])}.
|
||||
|
||||
.row.text-centered
|
||||
.row.text-center
|
||||
.col-md-12
|
||||
if user.betaProgram
|
||||
form(
|
||||
|
||||
@@ -14,7 +14,7 @@ block content
|
||||
.card-body
|
||||
.page-header
|
||||
// TODO: Remove `team-invite-name` once we fully migrated to Bootstrap 5
|
||||
h1.text-centered !{translate("invited_to_group", {inviterName: inviterName, appName: appName }, [{name: 'span', attrs: {class: 'team-invite-name'}}])}
|
||||
h1.text-center !{translate("invited_to_group", {inviterName: inviterName, appName: appName }, [{name: 'span', attrs: {class: 'team-invite-name'}}])}
|
||||
|
||||
if (accountExists)
|
||||
div
|
||||
|
||||
@@ -185,9 +185,6 @@ cite {
|
||||
.text-sans-serif {
|
||||
font-family: @font-family-sans-serif;
|
||||
}
|
||||
.text-centered {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
// Transformations
|
||||
.text-lowercase {
|
||||
|
||||
Reference in New Issue
Block a user