diff --git a/styles/_feedback.scss b/styles/_feedback.scss index be677f42a2..138a0650e7 100644 --- a/styles/_feedback.scss +++ b/styles/_feedback.scss @@ -10,7 +10,7 @@ display: block; background-color: $gray-800 !important; border-width: 0 !important; - padding: 2rem; + padding: 24px !important; border-radius: 8px !important; div { @@ -22,17 +22,26 @@ opacity: 1 !important; border: none !important; border-radius: 4px !important; + margin: 0 !important; + width: 100% !important; } .widget-header-title { background: none !important; flex-grow: 0 !important; padding-right: 1rem !important; + height: auto !important; + padding: 0 !important; + margin-bottom: 10px !important; } .widget-header-footer { background: none !important; } + + .widget-form-footer { + padding-right: 0 !important; + } .submit { background-color: $blue-purple-500 !important; @@ -41,6 +50,8 @@ border: none !important; border-color: transparent !important; border-radius: 4px !important; + margin: 0 !important; + margin-top: 8px !important; &:hover { background: $blue-purple-600 !important; } @@ -55,6 +66,8 @@ } } .cancel { + margin: 0 !important; + margin-top: 8px !important; color: $blue-purple-300 !important; font-weight: 600 !important; } diff --git a/styles/light/_light-theme.scss b/styles/light/_light-theme.scss index 5fcf830408..0364e5595d 100644 --- a/styles/light/_light-theme.scss +++ b/styles/light/_light-theme.scss @@ -775,7 +775,7 @@ pre code { background-color: $white !important; } textarea { - background-color: $gray-200 !important; + background-color: $gray-100 !important; } .widget-header-title { color: $gray-900 !important;