Commit 5e9760d6 by Brian Talbot

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

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