mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
17 lines
291 B
SCSS
17 lines
291 B
SCSS
|
|
.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;
|
|
}
|
|
}
|