Skip to content

Commit c0ad255

Browse files
committed
final fix - theme styles moved to example scss file
1 parent 0a5c059 commit c0ad255

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

components/Tooltip/Tooltip.scss

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,4 @@ $tc-gray-80: #47474f;
6868
}
6969
}
7070
}
71-
//custom theme
72-
&.blue-round {
73-
.tooltip-container {
74-
background-color: #0000CC;
75-
border: 3px solid #000;
76-
-webkit-border-radius: 50%;
77-
-moz-border-radius: 50%;
78-
border-radius: 50%;
79-
.tooltip-pointer {
80-
background-color: #0000CC;
81-
}
82-
.tooltip-body {
83-
color: #FFF;
84-
}
85-
}
86-
}
8771
}

components/Tooltip/TooltipExamples.scss

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,23 @@
4545
width: 200px;
4646
}
4747
}
48+
49+
.Tooltip {
50+
//custom theme
51+
&.blue-round {
52+
.tooltip-container {
53+
background-color: #0000CC;
54+
border: 3px solid #000;
55+
-webkit-border-radius: 50%;
56+
-moz-border-radius: 50%;
57+
border-radius: 50%;
58+
.tooltip-pointer {
59+
background-color: #0000CC;
60+
}
61+
.tooltip-body {
62+
color: #FFF;
63+
}
64+
}
65+
}
66+
}
4867
}

0 commit comments

Comments
 (0)