summaryrefslogtreecommitdiff
path: root/base.scss
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2016-08-15 17:53:01 +0300
committerYuval Adam <_@yuv.al>2016-08-15 17:53:01 +0300
commit228687c20b2de7c65b4c6587ee51e937aacd6185 (patch)
treeb9eb0376cb35fcde16d3eb06dbd8fb97ce613024 /base.scss
parent54a1b5d464c1d3f6c6c15badd111fe3f3edffc87 (diff)
Styles and stuff
Diffstat (limited to 'base.scss')
-rw-r--r--base.scss30
1 files changed, 25 insertions, 5 deletions
diff --git a/base.scss b/base.scss
index d94bb3f..83a8bee 100644
--- a/base.scss
+++ b/base.scss
@@ -1,13 +1,33 @@
+@import 'bourbon';
+
* {
padding: 0;
margin: 0;
}
-div#root {
- canvas#qr {
- display: block;
+body {
+ font-family: $lucida-grande;
+ color: #ddd;
+ background: rgb(120, 23, 89);
+ a {
+ color: #aaa;
}
- input {
- display: block;
+ div#root {
+ text-align: center;
+ h1 {
+ margin: 20px;
+ }
+ canvas#qr {
+ display: block;
+ margin: 10px auto;
+ padding: 20px;
+ border: 5px solid #ddd;
+ border-radius: 3px;
+ background-color: white;
+ }
+ input {
+ display: block;
+ margin: 10px auto;
+ }
}
} \ No newline at end of file