Fix card ribbon below provider

This commit is contained in:
Jay Trees 2022-04-14 11:44:07 +02:00
parent 9b6f260e6f
commit 37033d70d9
5 changed files with 5 additions and 2 deletions

View file

@ -429,6 +429,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 1;
}
.ui.card.loading .image > .ribbon.label {
z-index: 100;

File diff suppressed because one or more lines are too long

View file

@ -27708,6 +27708,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: 1rem;
z-index: 1;
}
.ui.card.loading .image > .ribbon.label {

File diff suppressed because one or more lines are too long

View file

@ -468,6 +468,7 @@ a.ui.label {
.ui.card .image > .ribbon.label {
position: absolute;
top: @ribbonImageTopDistance;
z-index: 1;
}
.ui.card.loading .image > .ribbon.label {
z-index: 100;