From d4d68bb68295fff76179935571e347f68c063332 Mon Sep 17 00:00:00 2001 From: lana-k Date: Thu, 8 Apr 2021 19:51:12 +0200 Subject: [PATCH] add hint-icon component --- src/assets/styles/tooltips.css | 2 +- src/components/svg/hint.vue | 48 ++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 src/components/svg/hint.vue diff --git a/src/assets/styles/tooltips.css b/src/assets/styles/tooltips.css index 8847140..7479a64 100644 --- a/src/assets/styles/tooltips.css +++ b/src/assets/styles/tooltips.css @@ -2,7 +2,7 @@ background-color: rgba(80, 103, 132, 0.85); color: #fff; text-align: center; - font-size: 11px; + font-size: 12px; padding: 0 6px; line-height: 19px;; position: fixed; diff --git a/src/components/svg/hint.vue b/src/components/svg/hint.vue new file mode 100644 index 0000000..70a2fc2 --- /dev/null +++ b/src/components/svg/hint.vue @@ -0,0 +1,48 @@ + + + + +