Daniel Siepmann
a4f1c7c480
Isolate the whole nodejs/yarn stuff. Migrate from node-sass to dart sass in order to do so. Easier to install, less dependencies (no python, no compiling while yarn install)
15 lines
317 B
SCSS
15 lines
317 B
SCSS
#typo3-preview-info {
|
|
background: $warning;
|
|
border: solid 4px;
|
|
border-color: $yellow-dark;
|
|
color: $black-dark;
|
|
padding: {
|
|
top: calc($spacer / 4);
|
|
bottom: calc($spacer / 4);
|
|
left: $spacer;
|
|
right: $spacer;
|
|
}
|
|
position: fixed;
|
|
right: 15px;
|
|
top: 15px;
|
|
}
|