From 2d12ef6b785cba3742efffa8f30218cdfd8f4ea3 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:16:34 +0100 Subject: [PATCH] Merge pull request #22863 from overleaf/rd-migrate-admin-user-bs5 Migrate the admin users page to Bootstrap 5 GitOrigin-RevId: 34165b5d0f91c45e24a7fc94086871a0f22e50f9 --- .../stylesheets/bootstrap-5/abstracts/mixins.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss b/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss index b35dec6212..66b58a9a0b 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/abstracts/mixins.scss @@ -61,11 +61,13 @@ } @mixin reset-button() { - padding: 0; - cursor: pointer; + appearance: none; background: transparent; border: 0; - appearance: none; + cursor: pointer; + height: 20px; + padding: 0; + width: 20px; } @mixin modal-lg {