Commit 79a9c867 by Brian Talbot

Verification: revises presentation of customized certificate receipt ciew

parent 238a2d53
...@@ -98,6 +98,10 @@ $m-blue-d1: #1790C7; ...@@ -98,6 +98,10 @@ $m-blue-d1: #1790C7;
$m-blue-d2: #1580B0; $m-blue-d2: #1580B0;
$m-blue-d3: #126F9A; $m-blue-d3: #126F9A;
$m-blue-d4: #0A4A67; $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: #B52A67;
$m-pink-l1: #CA2F73; $m-pink-l1: #CA2F73;
......
...@@ -297,6 +297,65 @@ ...@@ -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 // UI: help
.help-item { .help-item {
...@@ -443,7 +502,7 @@ ...@@ -443,7 +502,7 @@
@include line-height(28); @include line-height(28);
@extend .t-weight4; @extend .t-weight4;
display: block; display: block;
text-transform: none;
} }
} }
} }
...@@ -1668,74 +1727,69 @@ ...@@ -1668,74 +1727,69 @@
width: 100%; width: 100%;
} }
.info-item { // information elements
margin-bottom: ($baseline*1.5); .list-info {
padding: ($baseline*0.75) $baseline;
border-radius: ($baseline/10);
background: $m-gray-l4;
&:last-child {
margin-bottom: 0;
}
> .title {
@extend .hd-lv3;
}
.copy { .info-item {
@extend .copy-base; margin-bottom: ($baseline*1.5);
border-bottom: ($baseline/4) solid $m-gray-l4;
padding-bottom: ($baseline*1.5);
strong { &:last-child {
@extend .t-weight5; margin-bottom: 0;
color: $m-gray-d4; border-bottom: none;
padding-bottom: none;
} }
table { > .title {
width: 100%; @extend .hd-lv3;
margin-bottom: $baseline; margin-bottom: $baseline;
}
tr { .copy {
} @extend .copy-base;
margin-bottom: $baseline;
th { }
padding: ($baseline/2) ($baseline/2) ($baseline/2) 0; }
text-align: left; }
}
td { // information - course
border-ts: 1px solid #ccc; .course-info {
vertical-align: middle;
padding: ($baseline/2) ($baseline/2) ($baseline/2) 0;
text-transform: capitalize;
}
tfoot td { .options {
font-weight: 600;
&.total { .action-course {
text-align: right; @extend .btn-primary-blue;
} @include font-size(14);
} padding: 5px 10px;
} }
}
.course-actions {
.action-dashboard {
@extend .btn-primary-blue;
}
}
}
.action a { // information - verification
@extend .btn-primary-blue; .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