Commit 5e9760d6 by Brian Talbot

Studio: cleans up outdated Bourbon border-radius mixin from dashboard Sass

parent 73fb0be1
......@@ -164,7 +164,7 @@ body.dashboard {
}
.value {
@include border-radius(($baseline/4));
border-radius: ($baseline/4);
position: relative;
overflow: hidden;
padding: ($baseline/5) ($baseline/2);
......@@ -182,7 +182,7 @@ body.dashboard {
}
.value-formal, .value-description {
@include border-radius(($baseline/10));
border-radius: ($baseline/10);
display: inline-block;
vertical-align: middle;
color: $white;
......
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