polish create page

This commit is contained in:
Bruno Windels
2020-12-04 15:31:03 +01:00
parent e69b92418f
commit 2ecdf32356
5 changed files with 84 additions and 9 deletions
+8
View File
@@ -3,3 +3,11 @@
word-break: break-all;
text-align: center;
}
.CreateLinkView form {
margin-top: 36px;
}
.CreateLinkView form > *:not(:first-child) {
margin-top: 24px;
}
+18 -3
View File
@@ -47,7 +47,6 @@ body {
height: 100%;
width: 100%;
font-size: 14px;
line-height: 24px;
color: var(--font);
padding: 120px 0 0 0;
margin: 0;
@@ -142,9 +141,8 @@ button.text:hover {
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 8px;
padding: 12px 8px;
margin: 8px 0;
line-height: 24px;
}
.secondary {
@@ -158,6 +156,23 @@ button.text:hover {
border-radius: 32px;
}
.primary.icon {
background-repeat: no-repeat;
background-position: 12px center;
}
.icon.link {
background-image: url('../images/link.svg');
}
.icon.tick {
background-image: url('../images/tick.svg');
}
.icon.copy {
background-image: url('../images/copy.svg');
}
button.primary, input[type='submit'].primary, button.secondary, input[type='submit'].secondary {
border: none;
font-size: inherit;