modifies tooltip styles
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
.tooltip {
|
||||
left: auto;
|
||||
right: 0;
|
||||
right: rem(.5);
|
||||
transform: none;
|
||||
background-color: $error;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
background-color: $primary;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
top: - rem(.5);
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
padding: 0 rem(.4);
|
||||
|
||||
Reference in New Issue
Block a user