cyp/app/css/yt.less
Ondrej Zara a3d0dc49d4 respo
2019-04-15 08:47:40 +02:00

34 lines
524 B
Plaintext

#yt {
.component;
header {
border-bottom: 1px solid var(--fg);
button + button {
margin-left: 16px;
}
}
.clear {
margin-left: auto;
}
pre {
flex-grow: 1;
overflow: auto;
white-space: pre;
}
&.pending header {
background-image: linear-gradient(var(--primary), var(--primary));
background-repeat: no-repeat;
background-size: 25% 4px;
animation: bar ease-in-out 3s alternate infinite;
}
}
@keyframes bar {
0% { background-position: 0 100%; }
100% { background-position: 100% 100%; }
}