mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-01 09:54:02 +02:00
award icon fix, styles for print
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
<circle cx="12" cy="9" r="6" />
|
<circle cx="12" cy="9" r="6" />
|
||||||
<polyline points="8 13.5 8 21 12 19 16 21 16 13.5" />
|
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(-30 12 9)" />
|
||||||
|
<polyline points="9 14.2 9 21 12 19 15 21 15 14.2" transform="rotate(30 12 9)" />
|
||||||
</svg>
|
</svg>
|
||||||
|
@@ -3,7 +3,6 @@ layout: default
|
|||||||
---
|
---
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|
||||||
<div class="mb">
|
<div class="mb">
|
||||||
<div class="icons-list">
|
<div class="icons-list">
|
||||||
{% for icon in site.icons %}
|
{% for icon in site.icons %}
|
||||||
@@ -14,7 +13,8 @@ layout: default
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="box">
|
||||||
<div class="mb">
|
<div class="mb">
|
||||||
<div class="icons-list">
|
<div class="icons-list">
|
||||||
{% for icon in site.icons %}
|
{% for icon in site.icons %}
|
||||||
|
@@ -46,6 +46,10 @@ a {
|
|||||||
@media (max-width: #{$breakpoint}) {
|
@media (max-width: #{$breakpoint}) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
@@ -77,11 +81,19 @@ a {
|
|||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
background: #ffff;
|
background: #ffff;
|
||||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1);
|
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}) {
|
@media (max-width: #{$breakpoint}) {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
padding: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-title {
|
.icon-title {
|
||||||
|
Reference in New Issue
Block a user