From 2ac23591df38dc2c0f91f771fcdc3929334d8076 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Sat, 4 Jul 2020 16:32:20 +0100 Subject: [PATCH] tab styling --- template/index.html | 15 ++++++++++++--- template/static/images/list.svg | 1 + template/static/images/plus-square.svg | 1 + template/static/images/upload.svg | 1 + template/static/stylesheets/app.css | 9 ++++++++- 5 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 template/static/images/list.svg create mode 100644 template/static/images/plus-square.svg create mode 100644 template/static/images/upload.svg diff --git a/template/index.html b/template/index.html index 3f744fd..830981e 100644 --- a/template/index.html +++ b/template/index.html @@ -110,13 +110,22 @@
diff --git a/template/static/images/list.svg b/template/static/images/list.svg new file mode 100644 index 0000000..5ce38ea --- /dev/null +++ b/template/static/images/list.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/images/plus-square.svg b/template/static/images/plus-square.svg new file mode 100644 index 0000000..c380e24 --- /dev/null +++ b/template/static/images/plus-square.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/images/upload.svg b/template/static/images/upload.svg new file mode 100644 index 0000000..91eaff7 --- /dev/null +++ b/template/static/images/upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index b8edbc0..278f05d 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -44,6 +44,13 @@ select.form-control:not([multiple]):not([size]) { margin-right: 7px; } +.tab-icon { + width: 1rem; + height: 1rem; + margin-top: -3px; + margin-right: .1rem; +} + .feed-icon { width: 16px; height: 16px; @@ -143,7 +150,7 @@ select.form-control:not([multiple]):not([size]) { } .nav-tabs .nav-link.active { - color: inherit; + color: var(--color-primary); border-radius: 0 !important; border-color: var(--color-primary); background-color: transparent;