first commit
This commit is contained in:
19
assets/scss/layout/_picker-layout.scss
Normal file
19
assets/scss/layout/_picker-layout.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@use "../core/variables" as *;
|
||||
|
||||
// =============================================================
|
||||
// Layout picker — pages embarquées (ex: sélecteur de médias)
|
||||
// =============================================================
|
||||
|
||||
body.picker-layout {
|
||||
margin: 0;
|
||||
background: $color-bg-light;
|
||||
}
|
||||
|
||||
.picker-layout {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.picker-layout__inner {
|
||||
padding: $spacing-md;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user