mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-20 09:56:48 +02:00
_layouts/package.html: cleanup package page with a sidemenu.
This commit is contained in:
parent
824e6adc37
commit
203f631aba
3 changed files with 45 additions and 10 deletions
17
_sass/layout/_package.scss
Normal file
17
_sass/layout/_package.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
.package {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
gap: 2em;
|
||||
|
||||
//&-main {
|
||||
//}
|
||||
|
||||
&-sidebar {
|
||||
min-width: 400px;
|
||||
padding: 0 2em;
|
||||
background: $bg-gray-light;
|
||||
border: solid 1px $border-gray-light;
|
||||
}
|
||||
}
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
@import "typography";
|
||||
|
||||
@import "layout/header";
|
||||
@import "layout/package";
|
||||
@import "layout/footer";
|
||||
|
||||
@import "component/button";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue