7 lines
171 B
CSS
7 lines
171 B
CSS
@keyframes flash-icon
|
|
{
|
|
0% {color: #666;}
|
|
100% {color: #fff;}
|
|
}
|
|
.lib-file > .file > a > .file-path{width: 64px; height: 64px; line-height: 64px; margin: 0 auto 10px;}
|