Commit 45b40528 by Marco Morales

added clearfix rule back in that was mistakenly removed in earlier styling cleanup

parent 2b5a854f
...@@ -602,6 +602,7 @@ ...@@ -602,6 +602,7 @@
// STATE: shown // STATE: shown
&.is-shown { &.is-shown {
@include clearfix();
display: block; display: block;
} }
...@@ -758,8 +759,11 @@ ...@@ -758,8 +759,11 @@
// TYPE: status // TYPE: status
&.message-status { &.message-status {
background: tint($yellow,70%); border-color: $gray-l4;
border-color: $gray-l3;
.wrapper-message-primary {
@include clearfix();
}
.message-copy { .message-copy {
@extend %t-copy-sub1; @extend %t-copy-sub1;
...@@ -856,19 +860,8 @@ ...@@ -856,19 +860,8 @@
} }
} }
&.course-status-processing {
background-color: $gray-l5;
border: 0;
}
&.course-status-certnotavailable {
background-color: $gray-l5;
border: 0;
}
&.course-status-certrendering { &.course-status-certrendering {
background-color: $gray-l5;
border: 0;
.cta { .cta {
margin-top: 2px; margin-top: 2px;
...@@ -876,8 +869,6 @@ ...@@ -876,8 +869,6 @@
} }
&.course-status-certavailable { &.course-status-certavailable {
background-color: $gray-l5;
border: 0;
.message-copy { .message-copy {
width: flex-grid(6, 12); width: flex-grid(6, 12);
...@@ -886,8 +877,6 @@ ...@@ -886,8 +877,6 @@
} }
.actions-primary { .actions-primary {
width: flex-grid(6, 12);
position: relative;
@include float(right); @include float(right);
.action { .action {
......
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