Add links to features table

This commit is contained in:
yflory
2018-01-26 12:52:25 +01:00
parent 86144eda22
commit 462c229b17
4 changed files with 28 additions and 0 deletions

View File

@@ -50,3 +50,18 @@ table#cp-features-table {
}
}
#cp-features-register {
text-align: center;
padding: 20px;
}
.cp-features-register-button {
font-size: 20px;
color: #fff;
background: @cryptpad_color_blue;
border: 2px solid @cryptpad_color_blue;
border-radius: 0;
&:hover {
transform: scale(1.05);
}
}