diff --git a/public/css/index.css b/public/css/index.css
index 6fbd025..c30802b 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -14905,6 +14905,11 @@ input[type=checkbox].field-choice:checked ~ .field-switch:after {
font-size: 2.7rem;
}
}
+.container--app {
+ max-width: 100%;
+ padding: 15px 30px;
+}
+
.turbolinks-progress-bar {
width: 5px;
height: 100%;
diff --git a/resources/js/components/buckets.riot b/resources/js/components/buckets.riot
new file mode 100644
index 0000000..8fc9525
--- /dev/null
+++ b/resources/js/components/buckets.riot
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/js/critical.js b/resources/js/critical.js
index c1dc283..033586c 100644
--- a/resources/js/critical.js
+++ b/resources/js/critical.js
@@ -1,4 +1,4 @@
const Turbolinks = require('turbolinks')
Turbolinks.start()
-Turbolinks.setProgressBarDelay(500)
\ No newline at end of file
+Turbolinks.setProgressBarDelay(500)
diff --git a/resources/js/dashboard.js b/resources/js/dashboard.js
new file mode 100644
index 0000000..e69de29
diff --git a/resources/js/index.js b/resources/js/index.js
index e69de29..2753ac8 100644
--- a/resources/js/index.js
+++ b/resources/js/index.js
@@ -0,0 +1,2 @@
+window.axios = require('axios')
+window.riot = require('riot')
\ No newline at end of file
diff --git a/resources/scss/_container.scss b/resources/scss/_container.scss
new file mode 100644
index 0000000..84782fa
--- /dev/null
+++ b/resources/scss/_container.scss
@@ -0,0 +1,4 @@
+.container--app {
+ max-width: 100%;
+ padding: 15px 30px;
+}
\ No newline at end of file
diff --git a/resources/scss/index.scss b/resources/scss/index.scss
index 2003f3f..5455a9d 100644
--- a/resources/scss/index.scss
+++ b/resources/scss/index.scss
@@ -1,5 +1,6 @@
@import
- '../../node_modules/@tentakelfabrik/plain-ui/src/scss/plain-ui';
+ '../../node_modules/@tentakelfabrik/plain-ui/src/scss/plain-ui',
+ 'container';
.turbolinks-progress-bar {
width: 5px;
diff --git a/resources/views/bucket/form.html b/resources/views/bucket/form.html
index 0c87824..7be5ad8 100644
--- a/resources/views/bucket/form.html
+++ b/resources/views/bucket/form.html
@@ -1,9 +1,9 @@
<% layout('./../layout.html') %>
-
+
-
+
Create Bucket
@@ -56,7 +56,7 @@
<% }) %>
-
+