summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-29 12:52:48 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-29 12:52:48 +0300
commit7b35b04196c6dce495a67dbe68cd117a5cfc13d7 (patch)
tree9b14cc5de4d825de746f2245caa8924e6a425c89 /client/colors.less
parent162922aae001ede41c8fd24d782313e9083d6938 (diff)
About link and some about page styles
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less18
1 files changed, 16 insertions, 2 deletions
diff --git a/client/colors.less b/client/colors.less
index 58eee38..e3ab64c 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -1,4 +1,15 @@
body {
+ div.about-link {
+ position: fixed;
+ top: 25px;
+ right: 25px;
+ a {
+ padding: 2px 8px;
+ color: #2636F9;
+ border: 1px #2636F9 solid;
+ font-weight: bold;
+ }
+ }
.page {
div.login-wrapper {
display: flex;
@@ -284,7 +295,7 @@ body {
align-items: center;
justify-content: center;
height: auto;
- max-width: 500px;
+ max-width: 600px;
margin: 0 auto;
margin-top: 85px;
div.about {
@@ -301,13 +312,16 @@ body {
color: #333;
}
div.items {
+ display: -webkit-flex;
display: flex;
align-items: center;
+ -webkit-justify-content: center;
justify-content: center;
margin-top: 50px;
div.item {
flex: 0 0 auto;
- margin-right: 40px;
+ margin-left: 20px;
+ margin-right: 20px;
text-align: left;
font-weight: bold;
div.title {