diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 19:51:59 +0100 |
commit | ddcffe424167b27ee4f9c574590a7e2df1c551ef (patch) | |
tree | 0dd5bd8f498525f7d46fd254d9e3fd41d15e83b0 /src/style.scss | |
parent | dice, palette dot fixes (diff) | |
download | tabler-icons-ddcffe424167b27ee4f9c574590a7e2df1c551ef.tar.xz |
award icon fix, styles for print
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/style.scss b/src/style.scss index 49a1b2f6..d2afbd78 100644 --- a/src/style.scss +++ b/src/style.scss @@ -46,6 +46,10 @@ a { @media (max-width: #{$breakpoint}) { padding: 0; } + + @media print { + padding: 0; + } } .row { @@ -77,11 +81,19 @@ a { padding: 2rem; background: #ffff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); + page-break-before: always; + margin-bottom: 2rem; @media (max-width: #{$breakpoint}) { padding: .5rem; box-shadow: none; } + + @media print { + padding: 0; + box-shadow: none; + margin-bottom: 0; + } } .icon-title { |