From 20f2d9641215d9bffe6c2c5c9d5aecffbfb1ab93 Mon Sep 17 00:00:00 2001 From: RomuloCtba Date: Sun, 8 Feb 2015 06:43:06 -0200 Subject: [PATCH] better if without child selector. Class .image wont be use other way in .card .content --- src/definitions/views/card.less | 36 +-------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/src/definitions/views/card.less b/src/definitions/views/card.less index 542309a57..489e01bdc 100755 --- a/src/definitions/views/card.less +++ b/src/definitions/views/card.less @@ -743,38 +743,4 @@ a.ui.card:hover, font-size: @medium; } -.loadUIOverrides(); - -/*------------------- - Colors ---------------------*/ - -@coloredBorderSize: 2px; -.ui.black.card:not(.inverted) { - box-shadow: @coloredBorderSize solid @black; -} -.ui.blue.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @blue; -} -.ui.green.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @green; -} -.ui.orange.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @orange; -} -.ui.pink.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @pink; -} -.ui.purple.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @purple; -} -.ui.red.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @red; -} -.ui.teal.card:not(.inverted) { - border-color: @teal; - -} -.ui.yellow.card:not(.inverted) { - border-bottom: @coloredBorderSize solid @yellow; -} \ No newline at end of file +.loadUIOverrides(); \ No newline at end of file