diff --git a/material/page.header.html b/material/page.header.html
index e625854..604b273 100644
--- a/material/page.header.html
+++ b/material/page.header.html
@@ -112,12 +112,13 @@
{'Links per page'|t}
{'Filters'|t}
diff --git a/src/scss/components/_helpers.scss b/src/scss/components/_helpers.scss
index 9f028a6..4925993 100644
--- a/src/scss/components/_helpers.scss
+++ b/src/scss/components/_helpers.scss
@@ -16,6 +16,10 @@ hr.margin{
margin-right: $space-xl;
}
+.is-bold {
+ font-weight: bold;
+}
+
.mts{
margin-top: 5px;
}
@@ -143,4 +147,4 @@ ul.is-bordered{
border-bottom: 1px solid $color-gray-light;
}
}
-}
\ No newline at end of file
+}
diff --git a/src/scss/components/_popup.scss b/src/scss/components/_popup.scss
index dde9e40..a307d52 100644
--- a/src/scss/components/_popup.scss
+++ b/src/scss/components/_popup.scss
@@ -19,6 +19,12 @@
color: $color-subtitle;
}
+ label {
+ margin-bottom: 0;
+ font-size: 12px;
+ color: $color-subtitle;
+ }
+
@media (max-width: 600px){
position: fixed;
overflow-x: auto;
@@ -79,4 +85,4 @@
}
.popup .popup-content-area{
padding: 10px;
-}
\ No newline at end of file
+}