Commit 8bd092ec by Frances Botsford

adjusting style for professional educationand verification status

parent c3f88f5d
...@@ -368,8 +368,10 @@ ...@@ -368,8 +368,10 @@
.sts-track-value { .sts-track-value {
@extend %copy-badge; @extend %copy-badge;
color: $white; display: inline-block;
background: $verified-color-lvl3; background: $verified-color-lvl3;
color: $white;
font-weight: 600;
.context { .context {
margin-right: ($baseline/4); margin-right: ($baseline/4);
...@@ -378,6 +380,14 @@ ...@@ -378,6 +380,14 @@
letter-spacing: 0.1rem; letter-spacing: 0.1rem;
} }
} }
&.professional-ed {
.sts-track-value {
background-color: $professional-color-lvl1;
}
}
} }
.sts-label { .sts-label {
......
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