ds-site/Resources/Private/Sass/Frontend/components/_adminpanel.scss
Daniel Siepmann a4f1c7c480 Migrate Makefile entries to shell.nix
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)
2022-02-09 20:39:02 +01:00

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;
}