|
|
@ -22,7 +22,7 @@ |
|
|
|
// @white |
|
|
|
// @blue |
|
|
|
// @red |
|
|
|
// @lightGreen |
|
|
|
// @green |
|
|
|
// @purple |
|
|
|
// @teal |
|
|
|
// @midGrey |
|
|
@ -200,7 +200,7 @@ h5.ui.header { |
|
|
|
color: @midGrey !important; |
|
|
|
} |
|
|
|
.ui.green.header { |
|
|
|
color: @lightGreen !important; |
|
|
|
color: @green !important; |
|
|
|
} |
|
|
|
.ui.red.header { |
|
|
|
color: @red !important; |
|
|
@ -219,7 +219,7 @@ h5.ui.header { |
|
|
|
border-bottom: 3px solid @midGrey; |
|
|
|
} |
|
|
|
.ui.green.dividing.header { |
|
|
|
border-bottom: 3px solid @lightGreen; |
|
|
|
border-bottom: 3px solid @green; |
|
|
|
} |
|
|
|
.ui.red.dividing.header { |
|
|
|
border-bottom: 3px solid @red; |
|
|
@ -256,7 +256,7 @@ h5.ui.header { |
|
|
|
color: @white !important; |
|
|
|
} |
|
|
|
.ui.inverted.green.header { |
|
|
|
background-color: @lightGreen !important; |
|
|
|
background-color: @green !important; |
|
|
|
color: @white !important; |
|
|
|
} |
|
|
|
.ui.inverted.red.header { |
|
|
|