...
 
Commits (2)
......@@ -16,12 +16,22 @@
width: 100%;
}
m-tooltip i:not(.m-referrals-dashboard__pingIcon) {
font-size: 12px;
margin-left: 1px;
@include m-theme() {
color: themed($m-grey-500);
m-tooltip {
i:not(.m-referrals-dashboard__pingIcon) {
font-size: 12px;
margin-left: 1px;
@include m-theme() {
color: themed($m-grey-500);
}
}
.m-tooltip--bubble {
z-index: 9999;
@media screen and (max-width: $max-mobile) {
top: -56px;
right: 30px;
}
}
}
.m-referrals-dashboard__row {
......@@ -43,7 +53,6 @@
right: 2px;
}
}
}
&.m-referrals-dashboard__dataRow {
font-size: 13px;
......@@ -51,6 +60,10 @@
border-top: 1px solid themed($m-grey-50);
}
}
@media screen and (max-width: $max-mobile) {
position: relative;
}
}
.m-referrals-dashboard__cell {
......