added cool effect for selected image in image results page
This commit is contained in:
parent
90967ede93
commit
8f2c0d45f8
2 changed files with 22 additions and 1 deletions
|
@ -220,10 +220,12 @@ html {
|
|||
height: 10rem;
|
||||
max-width: 20rem;
|
||||
min-width: 3rem;
|
||||
transition: outline 0.3s ease, transform 0.3s ease;
|
||||
}
|
||||
|
||||
.image_selected {
|
||||
border: 1px solid var(--border);
|
||||
outline: 1px solid var(--border);
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
.image>a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue