Improve card design
This commit is contained in:
parent
5bcf512322
commit
f4d39faaf6
1 changed files with 5 additions and 1 deletions
|
@ -107,6 +107,9 @@ img {
|
||||||
|
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
background-color: rgba(255, 255, 255, 0.6);
|
background-color: rgba(255, 255, 255, 0.6);
|
||||||
box-shadow: 0 0 4px rgba(200, 200, 200, 0.4);
|
box-shadow: 0 0 4px rgba(200, 200, 200, 0.4);
|
||||||
|
@ -126,8 +129,9 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.card:hover > .image > span.provider {
|
.ui.card:hover > .image > span.provider {
|
||||||
animation: positionDelay 0.8s linear;
|
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue