Fix card ribbon below provider
This commit is contained in:
parent
9b6f260e6f
commit
37033d70d9
5 changed files with 5 additions and 2 deletions
1
semantic/dist/components/label.css
vendored
1
semantic/dist/components/label.css
vendored
|
@ -429,6 +429,7 @@ a.ui.label {
|
||||||
.ui.card .image > .ribbon.label {
|
.ui.card .image > .ribbon.label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.ui.card.loading .image > .ribbon.label {
|
.ui.card.loading .image > .ribbon.label {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
2
semantic/dist/components/label.min.css
vendored
2
semantic/dist/components/label.min.css
vendored
File diff suppressed because one or more lines are too long
1
semantic/dist/semantic.css
vendored
1
semantic/dist/semantic.css
vendored
|
@ -27708,6 +27708,7 @@ a.ui.label {
|
||||||
.ui.card .image > .ribbon.label {
|
.ui.card .image > .ribbon.label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1rem;
|
top: 1rem;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.card.loading .image > .ribbon.label {
|
.ui.card.loading .image > .ribbon.label {
|
||||||
|
|
2
semantic/dist/semantic.min.css
vendored
2
semantic/dist/semantic.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -468,6 +468,7 @@ a.ui.label {
|
||||||
.ui.card .image > .ribbon.label {
|
.ui.card .image > .ribbon.label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: @ribbonImageTopDistance;
|
top: @ribbonImageTopDistance;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.ui.card.loading .image > .ribbon.label {
|
.ui.card.loading .image > .ribbon.label {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
Loading…
Reference in a new issue