diff --git a/scss/core/_grid.scss b/scss/core/_grid.scss index 639deec5..b24327c3 100644 --- a/scss/core/_grid.scss +++ b/scss/core/_grid.scss @@ -15,7 +15,7 @@ } @mixin grid-pad { - @include padding($site-margins-mobile); + @include padding(null $site-margins-mobile); @include media($medium-screen) { @include padding(null $site-margins); diff --git a/scss/elements/_panels.scss b/scss/elements/_panels.scss index e1fc6e2f..af5decf4 100644 --- a/scss/elements/_panels.scss +++ b/scss/elements/_panels.scss @@ -29,6 +29,10 @@ } } +@mixin panel-actions { + padding: $gap; +} + .panel { @include panel-base; @include panel-theme-default; @@ -56,3 +60,8 @@ } } } + +.panel__actions { + @include panel-actions; +} + diff --git a/templates/requests.html.to b/templates/requests.html.to index fbdc430f..44cb9f9b 100644 --- a/templates/requests.html.to +++ b/templates/requests.html.to @@ -9,7 +9,7 @@
-
+