You've already forked decomp.dev
mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-03-30 11:06:20 -07:00
22 lines
317 B
CSS
22 lines
317 B
CSS
.code-block {
|
|
position: relative;
|
|
}
|
|
|
|
.copy-button {
|
|
position: absolute;
|
|
top: 0.5em;
|
|
right: 0.5em;
|
|
padding: 0.5em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.clear-container {
|
|
display: flex;
|
|
gap: calc(var(--pico-spacing) * 0.5);
|
|
padding-top: calc(var(--pico-spacing) * 0.25);
|
|
|
|
input {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|