mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Add copy button styles and fix CurvedLoop for Safari
This commit is contained in:
@@ -52,14 +52,14 @@ body {
|
||||
.v-code-block--code-copy-button {
|
||||
border: 1px solid #333;
|
||||
border-radius: 8px;
|
||||
padding: .8em !important;
|
||||
padding: 0.8em !important;
|
||||
height: 35px !important;
|
||||
top: .5em !important;
|
||||
right: .5em !important;
|
||||
top: 0.5em !important;
|
||||
right: 0.5em !important;
|
||||
}
|
||||
|
||||
.v-code-block--code-copy-button.v-code-block--code-copy-button-status-success svg {
|
||||
fill: #27FF64 !important;
|
||||
fill: #27ff64 !important;
|
||||
}
|
||||
|
||||
.v-code-block--code-copy-button svg {
|
||||
|
||||
Reference in New Issue
Block a user