commit: b3c44e95a99361eb45039bb17650af839fff90d0
parent: 8c0dd33ce44f25b45af4e9a3acd18134be1b3ebf
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Fri, 28 Jul 2017 15:30:53 +0200
Improve actions modal style (#4423)
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
@@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
}
}
+.actions-modal {
+ .status {
+ background: $white;
+ border-bottom-color: $ui-secondary-color;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ }
+}
+
.boost-modal__container {
overflow-x: scroll;
padding: 10px;