aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-02-28 14:06:07 +0100
committercodecalm <codecalm@gmail.com>2020-02-28 14:06:07 +0100
commit7735c9cc38e19528e6c4bcb2ab36856d75601d17 (patch)
tree1620c26d94fd17e998ddac46207d854661ce407f /assets
parenticons (diff)
downloadtabler-icons-7735c9cc38e19528e6c4bcb2ab36856d75601d17.tar.xz
next icons
Diffstat (limited to 'assets')
-rw-r--r--assets/bg.svg2
-rw-r--r--assets/style.scss10
2 files changed, 10 insertions, 2 deletions
diff --git a/assets/bg.svg b/assets/bg.svg
index df8ec8b..1f7fcb1 100644
--- a/assets/bg.svg
+++ b/assets/bg.svg
@@ -1,7 +1,7 @@
---
---
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
- <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity="1">
+ <g fill="none" fill-rule="evenodd" stroke="#206bc4" stroke-width=".025" opacity=".5">
<rect x="4" y="1" width="16" height="22" rx="3"></rect>
<rect x="2" y="2" width="20" height="20" rx="3"></rect>
<rect x="1" y="4" width="22" height="16" rx="3"></rect>
diff --git a/assets/style.scss b/assets/style.scss
index 425b287..8769913 100644
--- a/assets/style.scss
+++ b/assets/style.scss
@@ -101,6 +101,15 @@ a {
height: 100%;
stroke-width: 2;
opacity: .8;
+
+ + svg {
+ stroke-width: .08;
+ opacity: 1;
+ stroke: red;
+ position: absolute;
+ left: 0;
+ top: 0;
+ }
}
}
@@ -128,7 +137,6 @@ a {
display: block;
width: 1.5rem;
height: 1.5rem;
- stroke-width: 2;
}
}