From 4f2ec81b48cfead7645d47eb31ff4d5357bb93db Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 11 Oct 2020 15:02:27 +0200 Subject: 49 new icons: `aerial-lift`, `bell-ringing-2`, `binary`, `brand-unsplash`, `building-factory`, `charging-pile`, `column-insert-left`, `column-insert-right`, `corner-down-left-double`, `corner-down-right-double`, `corner-left-down-double`, `corner-left-up-double`, `corner-right-down-double`, `corner-right-up-double`, `corner-up-left-double`, `corner-up-right-double`, `database-export`, `database-import`, `equal-not`, `equal`, `feather`, `file-export`, `file-import`, `files`, `growth`, `hanger`, `marquee-2`, `motorbike`, `pacman`, `pokeball`, `propeller`, `receipt-2`, `receipt-refund`, `receipt`, `recharging`, `resize`, `row-insert-bottom`, `row-insert-top`, `shape-2`, `shape-3`, `shredder`, `square-toggle-horizontal`, `square-toggle`, `table-export`, `table-import`, `tools-kitchen-2`, `track`, `tree`, `variable` Fixed icons: `bike`, `database`, `helicopter`, `layout-grid-add`, `scale`, `speakerphone`, `traffic-cone`, `trees` --- src/style.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/style.scss') diff --git a/src/style.scss b/src/style.scss index f4236f60..8d2a9bfb 100644 --- a/src/style.scss +++ b/src/style.scss @@ -201,6 +201,20 @@ a { align-items: center; justify-content: center; border: 1px solid transparent; + position: relative; + + &.new-icon { + &:after { + content: ''; + position: absolute; + top: 2px; + right: 2px; + width: 6px; + height: 6px; + background: #cc0000; + border-radius: 50%; + } + } &.active { background: #f0f0f0; -- cgit v1.2.1 From 7d88efd4db1f25daeb30fcdb1c42168ba456292e Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 14 Oct 2020 16:07:07 +0200 Subject: 66 new icons: `ball-football-off`, `box-multiple-0`, `box-multiple-1`, `box-multiple-2`, `box-multiple-3`, `box-multiple-4`, `box-multiple-5`, `box-multiple-6`, `box-multiple-7`, `box-multiple-8`, `box-multiple-9`, `box-multiple`, `calendar-off`, `cash-banknote-off`, `circle-0`, `circle-1`, `circle-2`, `circle-3`, `circle-4`, `circle-5`, `circle-6`, `circle-7`, `circle-8`, `circle-9`, `crown-off`, `database-off`, `device-computer-camera-off`, `device-desktop-off`, `drone-off`, `files-off`, `glass-off`, `keyboard-off`, `math-function`, `number-0`, `number-1`, `number-2`, `number-3`, `number-4`, `number-5`, `number-6`, `number-7`, `number-8`, `number-9`, `number-small-0`, `number-small-1`, `number-small-2`, `number-small-3`, `number-small-4`, `number-small-5`, `number-small-6`, `number-small-7`, `number-small-8`, `number-small-9`, `receipt-off`, `square-0`, `square-1`, `square-2`, `square-3`, `square-4`, `square-5`, `square-6`, `square-7`, `square-8`, `square-9`, `table-off`, `truck-off` Fixed icons: `ball-football`, `glass-full`, `glass`, `math-symbols`, `mug`, `playlist`, `relation-many-to-many`, `relation-one-to-many`, `relation-one-to-one`, `satellite`, `table`, `window` --- src/style.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/style.scss') diff --git a/src/style.scss b/src/style.scss index 8d2a9bfb..71fe8096 100644 --- a/src/style.scss +++ b/src/style.scss @@ -53,6 +53,7 @@ a { @media print { padding: 0; + max-width: 100%; } } -- cgit v1.2.1