aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets/base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/stylesheets/base.scss')
-rw-r--r--client/stylesheets/base.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss
new file mode 100644
index 000000000..37bdade1e
--- /dev/null
+++ b/client/stylesheets/base.scss
@@ -0,0 +1,20 @@
1body {
2 padding: 20px;
3}
4
5footer {
6 border-top: 1px solid rgba(0, 0, 0, 0.2);
7 padding-top: 10px;
8 text-align: center;
9 font-size: small;
10}
11
12.search-group {
13 .search-btn {
14 position: relative;
15 left: -40px;
16 top: 0;
17
18 &:hover { text-decoration: none; }
19 }
20} \ No newline at end of file