Skip to content

Commit

Permalink
Merge pull request openedx#302 from ufresh2013/feature-cjq
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
xavierchan authored Jan 29, 2019
2 parents 56d6a72 + d9fdaab commit 42e8809
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions themes/normal-theme/lms/static/sass/modify/lms/page/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,25 @@
}

// 未激活邮件,购买课程
#pay-and-verify-container{
.verification-process .carousel #pay-and-verify-container{
.wrapper-view{
background-color: #ffffff;
box-shadow: 0px 1px 4px 0px $border;
border-radius: 3px;
padding: 30px 20px 25px;
padding: 30px 20px;
.container{
padding: 0;
margin: 0;
width: 100%;
p{
text-align: left;
line-height: 1;
color: $font;
}
}
}
.review.view{
box-shadow: none;
}
h2{
font-size: 14px;
Expand All @@ -75,24 +88,29 @@
h3{
font-size: 14px;
color: $title;
padding: 30px 0 20px;
padding: 30px 0 15px;
border-top: 1px solid $border;
margin-top: 30px;
}
.course-title{
display: block;
text-align: center;
color: $title;
font-weight: normal;
padding: 15px 0;
font-size: 14px;
}
.instruction{
padding-left: 0;
p{
text-align: center;
font-weight: normal;
}
}
.activate-info{
color: $font;
font-size: 14px;
font-weight: normal;
}
.fa-envelope-o{
vertical-align: middle;
Expand Down

0 comments on commit 42e8809

Please sign in to comment.