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 3c385aa1..d801de0a 100644 --- a/templates/requests.html.to +++ b/templates/requests.html.to @@ -38,7 +38,7 @@