minor updates

This commit is contained in:
Torkel Ödegaard
2019-01-23 13:54:34 +01:00
parent 2ec55d0650
commit 8a9582dad5
3 changed files with 4 additions and 10 deletions

View File

@@ -20,11 +20,7 @@ $popper-margin-from-ref: 5px;
background: $tooltipBackground;
border-radius: $border-radius;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
padding: 0px 8px;
height: 24px;
display: flex;
align-items: center;
//border: 1px #333333 solid;
padding: 3px 8px;
color: $tooltipColor;
font-weight: 500;
@@ -45,7 +41,6 @@ $popper-margin-from-ref: 5px;
border-style: solid;
position: absolute;
margin: 0px;
display: none;
}
.popper__arrow {