Skip to content

Commit d9be34c

Browse files
committed
Moved tooltip styles to component folder
1 parent 7d3536a commit d9be34c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/assets/scss/6-components/molecules/__molecules.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
MOLECULES
33
\*------------------------------------*/
44

5-
@import "tooltip";

src/assets/scss/6-components/molecules/_tooltip.scss renamed to src/molecules/tooltips/tooltip.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import "../../assets/scss/_global";
2+
13
.c-tooltip {
24
@include box-shadow(0, 7px, 20px, rgba(0, 26, 57, 0.3));
35
@include font-style($size: "small");

src/molecules/tooltips/tooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Tippy from "@tippyjs/react";
22
import { followCursor } from "tippy.js";
33
import React from "react";
44
import { StringUtils } from "andculturecode-javascript-core";
5+
import "./tooltip.scss";
56

67
// -------------------------------------------------------------------------------------------------
78
// #region Interfaces

0 commit comments

Comments
 (0)