diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index c2f82954e5..f0875d0f06 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -610,12 +610,6 @@ a.mention { } -.modal-body { - input[type=text] { - font-size: 16px; - } -} - .moderator { .topic-body { background-color: dark-light-diff($highlight, $secondary, 70%, -80%); diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 068018ff97..5fbdddf577 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -382,14 +382,6 @@ iframe { position: relative; } -.modal-body { - input[type=text] { - font-size: 16px; - display: block; - margin-top: 10px; - } -} - #share-link { width: 290px; }