Issue #14: Borde de coverart con box-shadow
This commit is contained in:
@@ -118,21 +118,24 @@ ul.entity-list {
|
|||||||
display: block;
|
display: block;
|
||||||
content: '';
|
content: '';
|
||||||
border-bottom: solid var(--line-width) var(--accent);
|
border-bottom: solid var(--line-width) var(--accent);
|
||||||
transition: width 300ms ease-in;
|
transition: width 200ms ease-in;
|
||||||
width: 0;
|
width: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.responsive-image {
|
.responsive-image {
|
||||||
|
--width: 1px;
|
||||||
|
--color: var(--gray-1);
|
||||||
outline: none;
|
outline: none;
|
||||||
transition: all 300ms ease-in-out;
|
box-shadow: 0px 0px 0px var(--width) var(--color);
|
||||||
|
transition: box-shadow 200ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &.selected {
|
&:hover, &.selected {
|
||||||
.responsive-image {
|
.responsive-image {
|
||||||
outline: 6px var(--accent) solid;
|
--width: calc(2 * var(--line-width));
|
||||||
outline-offset: -6px;
|
--color: var(--accent);
|
||||||
}
|
}
|
||||||
.body{
|
.body{
|
||||||
.title:after, .subtitle:after {
|
.title:after, .subtitle:after {
|
||||||
|
|||||||
Reference in New Issue
Block a user