diff --git a/app/packs/stylesheets/okbr/application.scss b/app/packs/stylesheets/okbr/application.scss index c630c56..d423397 100644 --- a/app/packs/stylesheets/okbr/application.scss +++ b/app/packs/stylesheets/okbr/application.scss @@ -52,4 +52,14 @@ body { h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "HK Grotesk", Helvetica, Roboto, Arial, sans-serif; +} + + +.button--icon.hollow.secondary .icon-wrap { + border-right: 0px solid var(--secondary); +} + +.button--icon .icon-wrap { + padding: 0 5px 0 0; + top: auto; } \ No newline at end of file