ECOM-869 Update copy and hide supplementary content wrapper and requirement blocks if user is inactive
This commit is contained in:
committed by
AlasdairSwan
parent
90e0a2d1c0
commit
e9e1d35060
@@ -23,6 +23,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.placeholder-cam {
|
||||
.copy {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
}
|
||||
|
||||
.requirements-container {
|
||||
|
||||
.list-reqs {
|
||||
@@ -41,7 +47,7 @@
|
||||
}
|
||||
|
||||
&.account-not-activated {
|
||||
width: 990px;
|
||||
width: 300px;
|
||||
|
||||
.req {
|
||||
height: 290px;
|
||||
@@ -75,6 +81,7 @@
|
||||
display: inline;
|
||||
float: left;
|
||||
line-height: 45px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.wizard-steps {
|
||||
@@ -119,11 +126,23 @@
|
||||
|
||||
.expandable-area {
|
||||
margin-top: 5px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.help-tips {
|
||||
margin-left: 0 !important;
|
||||
|
||||
.title {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.list-tips {
|
||||
.tip {
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.photo-tip {
|
||||
@@ -137,6 +156,12 @@
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.list-faq {
|
||||
dd {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper-task {
|
||||
.msg-retake {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user