add some styling to handler
This commit is contained in:
parent
aa37c66ce7
commit
45f4c353c0
|
@ -99,3 +99,26 @@ div.loading span:nth-child(3){
|
||||||
transform: scale(0.4) translate(1px);
|
transform: scale(0.4) translate(1px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
div.y2t-output div.top span {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
section#output {
|
||||||
|
max-width: 70vw;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
section#output div.y2t-output {
|
||||||
|
margin-top: 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