handler is now super stylish af
This commit is contained in:
parent
45f4c353c0
commit
0b6b00441d
|
@ -101,11 +101,30 @@ div.loading span:nth-child(3){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.y2t-output {
|
||||||
div.y2t-output div.top span {
|
border: 5px solid var(--black);
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.y2t-output div.top {
|
||||||
|
border-bottom: 5px solid var(--black);
|
||||||
|
background-color: var(--black);
|
||||||
|
color: var(--white);
|
||||||
|
font-size: 1.2rem;
|
||||||
|
height: 3rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-align: left;
|
||||||
|
overflow: hidden;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.y2t-output div.top span.copylabel {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
section#output {
|
section#output {
|
||||||
max-width: 70vw;
|
max-width: 70vw;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -115,10 +134,5 @@ section#output {
|
||||||
|
|
||||||
section#output div.y2t-output {
|
section#output div.y2t-output {
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
div.y2t-output {
|
|
||||||
color: linear-gradient(0deg, rgba(35,45,55,1) 0%, rgba(35,45,55,0.47100847174807425) 29%, rgba(35,45,55,0) 100%);
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue