1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

fix #462 .Popover-message-right-bottom caret

This commit is contained in:
Shawn Allen 2018-03-26 16:04:40 -07:00
parent 450e1e2b0d
commit bf59bd73b7

View File

@ -108,7 +108,7 @@
}
&::before {
margin-top: -9px;
margin-top: -($spacer-2 + 1);
}
&::after {
@ -164,11 +164,11 @@
}
&::before {
bottom: $spacer-4;
bottom: $spacer-3;
}
&::after {
bottom: 21px;
bottom: $spacer-3 + 1;
}
}