Update student verification area

ECOM-3729
This commit is contained in:
Tasawer
2016-05-09 15:52:26 +05:00
committed by tasawernawaz
parent 632c38f6ed
commit 03e241ecc4
2 changed files with 26 additions and 72 deletions

View File

@@ -114,12 +114,6 @@
margin-bottom: ($baseline*0.75);
padding-bottom: 17px;
&:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
&:hover, &:focus {
.title .icon {
opacity: 1.0;
@@ -227,6 +221,12 @@
// status
.status {
@include clearfix();
box-sizing: border-box;
padding: $baseline;
background-color: $body-bg;
border: 1px solid $border-color-l3;
.list--nav {
margin: ($baseline/2) 0 0 0;
padding: 0;
@@ -1278,10 +1278,6 @@
.status-note {
@extend %t-copy-sub2;
position: relative;
margin-top: $baseline;
border-top: 1px solid $black-t0;
padding-top: ($baseline/2);
p {
@extend %t-copy-sub2;
}
@@ -1296,17 +1292,13 @@
// CASE: is denied
&.is-denied {
border-top: 3px solid $red !important;
.status-data-message {
color: $error-color;
border-bottom-color: rgba($error-color, 0.25);
}
.status-note {
color: desaturate($error-color, 65%);
border-top-color: rgba($error-color, 0.25);
}
.action-reverify {
@extend %btn-primary-error;
@extend %t-weight4;
@@ -1314,6 +1306,10 @@
@include font-size(14);
}
.btn-reverify {
margin-top: ($baseline/2);
}
.deco-arrow {
@include triangle(($baseline/2), $error-color, up);
}
@@ -1321,17 +1317,13 @@
// CASE: is accepted
&.is-accepted {
border-top: 3px solid $green !important;
.status-data-message {
color: $verified-color-lvl1;
border-bottom-color: $verified-color-lvl4;
}
.status-note {
color: $m-gray-l1;
border-top-color: $verified-color-lvl4;
}
.deco-arrow {
@include triangle(($baseline/2), $verified-color-lvl4, up);
}
@@ -1344,11 +1336,6 @@
color: $m-gray-d3;
border-bottom-color: $m-gray-l4;
}
.status-note {
color: $m-gray-l1;
border-top-color: $m-gray-d3;
}
}
}