mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
15 lines
261 B
Vue
15 lines
261 B
Vue
<template>
|
|
<ds-container class="container">
|
|
<slot />
|
|
</ds-container>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
@import '../node_modules/@human-connection/styleguide/dist/system.css';
|
|
@import '~/assets/styles/main.scss';
|
|
|
|
.container {
|
|
padding: 5rem;
|
|
}
|
|
</style>
|