Private
Public Access
1
0

add english lang everywhere && add snowfall && add centralized version nbr && improve stylesheet && slack integration

This commit is contained in:
2016-12-11 18:25:19 +01:00
parent 68c6a277ba
commit 664ef5b424
14 changed files with 733 additions and 46 deletions

View File

@@ -111,8 +111,8 @@ header section form {
z-index: 2;
}
header section a.fb-login,
header section a.slack-login {
header section div.buttons > a.fb-login,
header section div.buttons > a.slack-login {
position: relative;
display: block;
width: 500px;
@@ -128,39 +128,39 @@ header section a.slack-login {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
header section a.fb-login:hover,
header section a.slack-login:hover {
header section div.buttons > a.fb-login:hover,
header section div.buttons > a.slack-login:hover {
text-decoration: none;
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
header section a.fb-login i,
header section a.slack-login i {
header section div.buttons > a.fb-login i,
header section div.buttons > a.slack-login i {
position: absolute;
font-size: 130px;
top: 0;
left: 15px;
}
header section a.fb-login {
header section div.buttons > a.fb-login {
background: #5975b1;
border: 1px solid #50649f;
}
header section a.fb-login:hover {
header section div.buttons > a.fb-login:hover {
background: #42598c;
color: #FFFFFF;
}
header section a.slack-login {
header section div.buttons > a.slack-login {
background: #FFFFFF;
border: 1px solid #5c3a58;
color: #5c3a58;
}
header section a.slack-login:hover {
header section div.buttons > a.slack-login:hover {
background: #e6e6e6;
color: #5c3a58;
}
@@ -180,7 +180,8 @@ header section a.slack-login:hover {
width: 100%;
}
header section a.fb-login {
header section div.buttons > a.fb-login,
header section div.buttons > a.slack-login {
margin: 0 auto;
}
}
@@ -204,11 +205,13 @@ header section a.slack-login:hover {
width: 100%;
}
header section a.fb-login {
header section div.buttons > a.fb-login,
header section div.buttons > a.slack-login {
width: 100%;
}
header section a.fb-login span {
header section div.buttons > a.fb-login span,
header section div.buttons > a.slack-login span {
display: none;
}
}