vendor/assets/stylesheets/_tooltip.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_tooltip.scss in active_frontend-6.3.0
- old
+ new
@@ -6,13 +6,13 @@
================================================== */
.tooltip {
color: rgba(255,255,255,1);
display: block;
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
- font-weight: bold;
- font-style: normal;
font-size: 11px;
+ font-style: normal;
+ font-weight: bold;
letter-spacing: 0;
line-height: 17px;
opacity: 0;
filter: alpha(opacity=0);
float: none;
@@ -47,42 +47,42 @@
border-radius: 3px;
color: rgba(255,255,255,1);
letter-spacing: 0;
max-width: 200px;
padding: 5px 10px;
+ text-align: center;
text-decoration: none;
text-transform: none;
- text-align: center;
}
.tooltip-arrow {
border-color: transparent;
border-style: solid;
height: 0;
position: absolute;
width: 0;
}
-.tooltip.top .tooltip-arrow {
+.tooltip.top > .tooltip-arrow {
border-top-color: rgba(35,41,55,1);
border-width: 5px 5px 0;
bottom: 0;
left: 50%;
margin-left: -5px;
}
-.tooltip.right .tooltip-arrow {
+.tooltip.right > .tooltip-arrow {
border-right-color: rgba(35,41,55,1);
border-width: 5px 5px 5px 0;
left: 0;
margin-top: -5px;
top: 50%;
}
-.tooltip.left .tooltip-arrow {
+.tooltip.left > .tooltip-arrow {
border-left-color: rgba(35,41,55,1);
border-width: 5px 0 5px 5px;
margin-top: -5px;
right: 0;
top: 50%;
}
-.tooltip.bottom .tooltip-arrow {
+.tooltip.bottom > .tooltip-arrow {
border-bottom-color: rgba(35,41,55,1);
border-width: 0 5px 5px;
left: 50%;
margin-left: -5px;
top: 0;
\ No newline at end of file