WL-515 Update Activate Account message page

This commit is contained in:
asadiqbal
2016-06-16 16:59:25 +05:00
parent 6bc0fa2bd3
commit 4e38b2e4e8
8 changed files with 76 additions and 19 deletions

View File

@@ -5,6 +5,20 @@
.title.center-col {
padding: 0 calc( ( 100% - 750px ) / 2 ) 10px;
}
h2 {
font-size: 16px;
font-weight: 600;
text-transform: unset;
color: #4a4a4a;
margin-bottom: 40px;
.course-title {
display: block;
font-weight: 100;
font-size: 24px;
margin-top: 5px;
}
}
}
.instruction {
@@ -13,6 +27,28 @@
margin-left: auto;
margin-right: auto;
}
.instruction-info {
font-size: 24px;
font-weight: 100;
color: #57595a;
margin-bottom: 30px;
.fa-envelope-o {
color: #b92167;
font-size: 26px;
margin-right: 8px;
}
}
.activate {
font-size: 16px;
font-weight: 600;
color: #4a4a4a;
}
.activate-info {
font-size: 16px;
font-weight: 100;
color: #4a4a4a;
}
}
.payment-info {