From 66c1e386ce71d31e976895009511aeb51ccffb21 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 7 Sep 2021 12:23:48 +0200 Subject: [PATCH] :bug: Fix style issues on share link dialog. --- frontend/resources/styles/main/partials/share-link.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/share-link.scss b/frontend/resources/styles/main/partials/share-link.scss index a632d8509..af0dd9a11 100644 --- a/frontend/resources/styles/main/partials/share-link.scss +++ b/frontend/resources/styles/main/partials/share-link.scss @@ -1,5 +1,6 @@ .share-link-dialog { width: 475px; + background-color: $color-white; .modal-footer { display: flex; @@ -41,6 +42,10 @@ .modal-content { padding: 26px; + &:first-child { + border-top: 0px; + } + .title { display: flex; justify-content: space-between; @@ -65,7 +70,8 @@ .hint { padding-top: 10px; - font-size: $fs11; + font-size: $fs14; + color: $color-gray-40; } .help-icon {