vendor/assets/stylesheets/furatto/_tooltips.scss in furatto-0.0.1 vs vendor/assets/stylesheets/furatto/_tooltips.scss in furatto-0.0.2
- old
+ new
@@ -37,22 +37,10 @@
.tooltip.left {
margin-left: -3px;
}
-.tooltip-inner {
- max-width: 200px;
- padding: 3px 8px;
- color: $white;
- text-align: center;
- text-decoration: none;
- background-color: #000000;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
-}
-
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
@@ -133,11 +121,11 @@
}
.tooltip-inner {
background-color: $inverse;
line-height: 18px;
- padding: 12px 5px;
+ padding: 12px 14px;
text-align: center;
- width: 180px;
@include border-radius(6px);
+ color: $white;
}