No estoy seguro que hize pero estaba jodiendoc on los bordes
This commit is contained in:
@@ -93,7 +93,8 @@ small, .text_small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.button {
|
button.button {
|
||||||
border: var(--line-width) solid var(--accent);
|
border: none;
|
||||||
|
box-shadow: inset 0 0 0 var(--line-width) var(--accent);
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
|
|
||||||
@@ -104,8 +105,8 @@ button.button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--gray-1);
|
transition: .2s ease-in-out;
|
||||||
transition: .3s;
|
box-shadow: inset 0 0 0 calc(var(--line-width) + 2px) var(--accent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -302,7 +303,7 @@ ul.entity_list {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid var(--gray-2);
|
outline: 1px var(--gray-2) solid;
|
||||||
|
|
||||||
&.loading {
|
&.loading {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -393,18 +394,11 @@ ul.tabs {
|
|||||||
height: 250px;
|
height: 250px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|
||||||
.coverart {
|
|
||||||
border: none;
|
|
||||||
outline: 1px var(--gray-2) solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
.cover-caption figcaption:after {
|
.cover-caption figcaption:after {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.coverart {
|
.coverart {
|
||||||
transition: all 200ms ease-in-out;
|
transition: all 200ms ease-in-out;
|
||||||
outline: 6px var(--accent) solid;
|
outline: 6px var(--accent) solid;
|
||||||
|
|||||||
Reference in New Issue
Block a user