8 lines
129 B
SCSS
8 lines
129 B
SCSS
pre {
|
|
position: relative;
|
|
}
|
|
pre .c-button {
|
|
position: absolute;
|
|
right: get-spacing-inset(s);
|
|
top: get-spacing-inset(s);
|
|
} |