Skip to content

Commit

Permalink
Remove panel variants.
Browse files Browse the repository at this point in the history
Resolves 6b756cf.
  • Loading branch information
srph committed Nov 18, 2015
1 parent 1ff0a89 commit ea60e15
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions styles/components/_panel.scss
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
@mixin panel-variant($bg, $color: $brand-white) {
& > .heading {
background: $bg;
color: $color;
}

> .body + .body {
border-color: $brand-gray;
}

& > .footer {
background: $brand-gray;
color: $color;
}
}

.panel {
color: $brand-black;
background: $brand-white;
Expand Down Expand Up @@ -65,28 +49,4 @@
border-top-right-radius: 0;
border-top-left-radius: 0;
}

&.-default {
@include panel-variant($brand-gray);
}

&.-primary {
@include panel-variant($brand-primary);
}

&.-sky {
@include panel-variant($brand-sky);
}

&.-emerald {
@include panel-variant($brand-emerald);
}

&.-sun {
@include panel-variant($brand-sun);
}

&.-crimson {
@include panel-variant($brand-crimson);
}
}

0 comments on commit ea60e15

Please sign in to comment.