mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 18:26:57 +00:00
4.0.0 Beta 1
This commit is contained in:
parent
c2688646af
commit
262757a20d
187 changed files with 22878 additions and 38882 deletions
27
styles/widgets/menu-container.scss
Normal file
27
styles/widgets/menu-container.scss
Normal file
|
@ -0,0 +1,27 @@
|
|||
.ffz--menu-container {
|
||||
@extend .ffz--outer-container;
|
||||
@extend .ffz--inner-container;
|
||||
|
||||
position: relative;
|
||||
|
||||
&:not(.border):not(.border-b) {
|
||||
margin-bottom: $spacing;
|
||||
}
|
||||
|
||||
& > header {
|
||||
position: absolute;
|
||||
top: 0; left: $spacing - 0.5rem;
|
||||
transform: translateY(-50%);
|
||||
padding: 0 0.5rem;
|
||||
|
||||
background-color: $bg-light;
|
||||
|
||||
.theme--dark & {
|
||||
background-color: $bg-dark;
|
||||
}
|
||||
|
||||
& + * {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue