mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
#352 package card hover effect
This commit is contained in:
parent
239229ef93
commit
654422d8cd
1 changed files with 3 additions and 1 deletions
|
@ -68,6 +68,9 @@
|
|||
height: 230px;
|
||||
cursor: auto;
|
||||
}
|
||||
section:hover {
|
||||
background-color: #252525;
|
||||
}
|
||||
|
||||
figure {
|
||||
position: relative;
|
||||
|
@ -81,7 +84,6 @@
|
|||
}
|
||||
|
||||
.card-thumb-label {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
padding: 1.116vw;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue