mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
chore : use color mixin in popover
This commit is contained in:
parent
b9af460828
commit
4a27b7c0fa
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@
|
|||
&::after {
|
||||
@include border-style();
|
||||
@include transition(opacity);
|
||||
background: $light-dark;
|
||||
border: 2px solid $primary;
|
||||
@include color('background-color', 'light-dark');
|
||||
@include color('border-color', 'primary');
|
||||
border: 2px solid;
|
||||
color: $white;
|
||||
font-size: 0.7em;
|
||||
left: 50%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue