Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Fix font size of tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ujiro99 committed Jan 29, 2017
1 parent 6dcf0e9 commit 5b45629
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/stylus/_variable.styl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ $height_issue_list_item = 2 rem
$height_property_list = 3.6 rem

$width_tab = 6.5em
$font_size_selected = 1.1 rem
$field_border_radius = 3.125px

// z-index
Expand All @@ -31,3 +30,9 @@ $z-index-project-title = 1
$z-index-property-list = 1
$z-index-side = 1
$z-index-caption__title = -1

// font-size
$font_size_selected = 1.1 rem
$font_size_tooltip_title = 1.1 rem
$font_size_tooltip_attrs = 1 rem

4 changes: 4 additions & 0 deletions src/stylus/components/tooltip.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.tooltip

h6
font-size: $font_size_tooltip_title

color_tooltip = #e0e0e0

&.in
Expand All @@ -18,6 +21,7 @@
border-left-color: color_tooltip

.tooltip-inner
font-size: $font_size_tooltip_attrs
color: #555
text-align: left
background-color: color_tooltip

0 comments on commit 5b45629

Please sign in to comment.