aboutsummaryrefslogtreecommitdiff
path: root/src/style.scss
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-11 15:02:27 +0200
committercodecalm <codecalm@gmail.com>2020-10-11 15:02:27 +0200
commit4f2ec81b48cfead7645d47eb31ff4d5357bb93db (patch)
tree19558de07297c580df0c5d461a734ffa611d56ff /src/style.scss
parent`layout-grid-add` icon (diff)
downloadtabler-icons-4f2ec81b48cfead7645d47eb31ff4d5357bb93db.tar.xz
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`
Diffstat (limited to 'src/style.scss')
-rw-r--r--src/style.scss14
1 files changed, 14 insertions, 0 deletions
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;