adds verify account page for letter code

This commit is contained in:
Alberto Garcia Cabeza
2015-10-05 12:31:31 +02:00
committed by rgarcia
parent 830b6c130a
commit 65e0becafc
6 changed files with 59 additions and 1 deletions

View File

@@ -1767,6 +1767,19 @@ table {
}
}
.verify {
margin: rem-calc(24) 0 rem-calc(48);
h1 {
color: $check;
.icon-check {
line-height: rem-calc(30);
vertical-align: middle;
}
}
}
// 18. Comments
// - - - - - - - - - - - - - - - - - - - - - - - - -