Fix for tooltip border.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -671,7 +671,7 @@ button {
|
|||||||
color: $black-light;
|
color: $black-light;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 1px solid #c3a582;
|
border: 0 none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
display: block;
|
display: block;
|
||||||
@@ -681,7 +681,7 @@ button {
|
|||||||
color: $black-light;
|
color: $black-light;
|
||||||
}
|
}
|
||||||
&:before {
|
&:before {
|
||||||
z-index: -1;
|
z-index: -2;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: calc(100% + 0.6rem);
|
height: calc(100% + 0.6rem);
|
||||||
@@ -690,6 +690,18 @@ button {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
top: -0.35rem;
|
top: -0.35rem;
|
||||||
left: 0.25rem;
|
left: 0.25rem;
|
||||||
|
background: #3e3a30 url("../assets/imgs/bg-l5r.webp") no-repeat;
|
||||||
|
}
|
||||||
|
&:after {
|
||||||
|
z-index: -1;
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
height: calc(100%);
|
||||||
|
width: calc(100%);
|
||||||
|
border: 1px solid #c3a582;
|
||||||
|
border-radius: 0;
|
||||||
|
top: -1px;
|
||||||
|
left: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.card-header img {
|
.card-header img {
|
||||||
|
|||||||
Reference in New Issue
Block a user