From 7735c9cc38e19528e6c4bcb2ab36856d75601d17 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 28 Feb 2020 14:06:07 +0100 Subject: next icons --- _icons/align-center.svg | 8 ++++++++ _icons/align-justified.svg | 8 ++++++++ _icons/chevron-down.svg | 5 +++++ _icons/chevron-left.svg | 5 +++++ _icons/chevron-right.svg | 5 +++++ _icons/chevron-up.svg | 5 +++++ assets/bg.svg | 2 +- assets/style.scss | 10 +++++++++- index.html | 1 + 9 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 _icons/align-center.svg create mode 100644 _icons/align-justified.svg create mode 100644 _icons/chevron-down.svg create mode 100644 _icons/chevron-left.svg create mode 100644 _icons/chevron-right.svg create mode 100644 _icons/chevron-up.svg diff --git a/_icons/align-center.svg b/_icons/align-center.svg new file mode 100644 index 0000000..d081f88 --- /dev/null +++ b/_icons/align-center.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg new file mode 100644 index 0000000..80987cf --- /dev/null +++ b/_icons/align-justified.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/chevron-down.svg b/_icons/chevron-down.svg new file mode 100644 index 0000000..7fec681 --- /dev/null +++ b/_icons/chevron-down.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-left.svg b/_icons/chevron-left.svg new file mode 100644 index 0000000..d289898 --- /dev/null +++ b/_icons/chevron-left.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-right.svg b/_icons/chevron-right.svg new file mode 100644 index 0000000..d38bbc4 --- /dev/null +++ b/_icons/chevron-right.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/chevron-up.svg b/_icons/chevron-up.svg new file mode 100644 index 0000000..ad01398 --- /dev/null +++ b/_icons/chevron-up.svg @@ -0,0 +1,5 @@ +--- +--- + + + 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 @@ --- --- - + 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; } } diff --git a/index.html b/index.html index 4e298ad..b98036f 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@
{{ first-icon }} + {{ first-icon }}
-- cgit v1.2.1