diff --git a/webroot/assets/tick.svg b/webroot/assets/tick.svg new file mode 100644 index 0000000..77c8a2e --- /dev/null +++ b/webroot/assets/tick.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/webroot/css/index.css b/webroot/css/index.css new file mode 100644 index 0000000..38234fd --- /dev/null +++ b/webroot/css/index.css @@ -0,0 +1,61 @@ +* { + background-color: #181c20; + color: #fff; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif +} + +body { + margin: 0; +} + +a { + text-decoration: none !important; +} + +.header { + position: fixed; + left: 0; + right: 0; + padding: 25px 15px; + font-size: 20px; +} + +.card { + margin-left: 15px; + margin-right: 15px; + margin-bottom: 10px; + padding: 15px 15px; + border-radius: 15px; + color: #fff; +} + +.content { + padding-bottom: 5px; +} + +.spliter { + border-bottom: 1px solid #283136; +} + +.liste { + justify-content: space-between; + align-self: center; + display: flex; +} + +.bright { + border: 5px solid #3a4857; + background: #3a4857; +} +.brightc { + background: #3a4857; +} + +.dim { + border: 5px solid #1d2327; + background: #1d2327; +} + +.dimc { + background: #1d2327; +} \ No newline at end of file diff --git a/webroot/index.html b/webroot/index.html new file mode 100644 index 0000000..1f3b6f5 --- /dev/null +++ b/webroot/index.html @@ -0,0 +1,64 @@ + + + +
+ + + + + + +