|
@ -743,38 +743,4 @@ a.ui.card:hover, |
|
|
font-size: @medium; |
|
|
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; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.loadUIOverrides(); |