Commit 79a9c867 by Brian Talbot

Verification: revises presentation of customized certificate receipt ciew

parent 238a2d53
......@@ -98,6 +98,10 @@ $m-blue-d1: #1790C7;
$m-blue-d2: #1580B0;
$m-blue-d3: #126F9A;
$m-blue-d4: #0A4A67;
$m-blue-t0: rgba($m-blue,0.125);
$m-blue-t1: rgba($m-blue,0.25);
$m-blue-t2: rgba($m-blue,0.50);
$m-blue-t3: rgba($m-blue,0.75);
$m-pink: #B52A67;
$m-pink-l1: #CA2F73;
......
......@@ -297,6 +297,65 @@
// ====================
// UI: reports/tables
.wrapper-report {
.report {
@extend .ui-window;
width: flex-grid(12,12);
border-color: $m-gray-t3;
border-collapse:collapse;
tr {
text-align: left;
}
td {
@extend .t-weight3;
vertical-align: middle;
padding: ($baseline*0.75) $baseline;
color: $m-gray-d3;
}
th {
@extend .t-weight2;
padding: ($baseline/2) $baseline;
}
thead {
tr {
border-bottom: 1px solid $m-gray-l3;
}
th[scope="col"] {
@extend .t-title7;
@extend .t-weight2;
vertical-align: middle;
color: $m-gray-l1;
background: $m-gray-l4;
}
}
tbody {
tr {
border-bottom: 1px solid $m-gray-l3;
}
}
tfoot {
background: $m-blue-t0;
th[scope="row"] {
}
}
}
}
// ====================
// UI: help
.help-item {
......@@ -443,7 +502,7 @@
@include line-height(28);
@extend .t-weight4;
display: block;
text-transform: none;
}
}
}
......@@ -1668,74 +1727,69 @@
width: 100%;
}
.info-item {
margin-bottom: ($baseline*1.5);
padding: ($baseline*0.75) $baseline;
border-radius: ($baseline/10);
background: $m-gray-l4;
&:last-child {
margin-bottom: 0;
}
> .title {
@extend .hd-lv3;
}
// information elements
.list-info {
.copy {
@extend .copy-base;
.info-item {
margin-bottom: ($baseline*1.5);
border-bottom: ($baseline/4) solid $m-gray-l4;
padding-bottom: ($baseline*1.5);
strong {
@extend .t-weight5;
color: $m-gray-d4;
&:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: none;
}
table {
width: 100%;
> .title {
@extend .hd-lv3;
margin-bottom: $baseline;
}
tr {
}
th {
padding: ($baseline/2) ($baseline/2) ($baseline/2) 0;
text-align: left;
}
.copy {
@extend .copy-base;
margin-bottom: $baseline;
}
}
}
td {
border-ts: 1px solid #ccc;
vertical-align: middle;
padding: ($baseline/2) ($baseline/2) ($baseline/2) 0;
text-transform: capitalize;
}
// information - course
.course-info {
tfoot td {
font-weight: 600;
.options {
&.total {
text-align: right;
}
}
.action-course {
@extend .btn-primary-blue;
@include font-size(14);
padding: 5px 10px;
}
}
.course-actions {
.action-dashboard {
@extend .btn-primary-blue;
}
}
}
.action a {
@extend .btn-primary-blue;
}
// information - verification
.verification-info {
.action-course a {
@include font-size(14);
padding: ($baseline/2) ($baseline*.75);
}
}
// information - payment
.payment-info {
}
}
// UI: table/report
.wrapper-report {
.report {
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment