mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:27:48 +01:00
Fix outline button styles
This commit is contained in:
parent
e4561862e5
commit
c261c85e22
1 changed files with 4 additions and 0 deletions
|
@ -16,4 +16,8 @@
|
||||||
) var(--#{$color});
|
) var(--#{$color});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-outline-#{$color} {
|
||||||
|
color: var(--#{$color});
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue