Provide styles for TYPO3 preview hint
This commit is contained in:
parent
92b0958593
commit
dc07fbfd49
2 changed files with 16 additions and 0 deletions
15
Resources/Private/Sass/Frontend/components/_adminpanel.scss
Normal file
15
Resources/Private/Sass/Frontend/components/_adminpanel.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
#typo3-preview-info {
|
||||
background: $warning;
|
||||
border: solid 4px;
|
||||
border-color: $yellow-dark;
|
||||
color: $black-dark;
|
||||
padding: {
|
||||
top: $spacer / 4;
|
||||
bottom: $spacer / 4;
|
||||
left: $spacer;
|
||||
right: $spacer;
|
||||
}
|
||||
position: fixed;
|
||||
right: 15px;
|
||||
top: 15px;
|
||||
}
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
@import "components/codeHighlighting";
|
||||
@import "components/feedit";
|
||||
@import "components/adminpanel";
|
||||
@import "components/ckeditor";
|
||||
@import "components/admonition";
|
||||
@import "components/video";
|
||||
|
|
Loading…
Reference in a new issue