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