summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index b98ec85c9..5ecc0d43e 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -546,6 +546,15 @@
}
+.more-modal__button {
+ .btn {
+ font-size: .9em;
+ font-weight: 600;
+ height: 39px;
+ width: 100%;
+ }
+}
+
.more-modal__list {
display: flex;
flex-direction: column;
@@ -565,10 +574,6 @@
.more-modal__row {
padding: 5px 10px;
}
-
- .more-modal__name {
- font-weight: normal;
- }
}
.more-modal__image {