Skip to content
Snippets Groups Projects
stop-all.css 124 B
Newer Older
  • Learn to ignore specific revisions
  • Ray Schamp's avatar
    Ray Schamp committed
    .stop-all {
        width: 16px;
        height: 16px;
    
        opacity: 0.5;
    
    Ray Schamp's avatar
    Ray Schamp committed
    }
    
    .stop-all.is-active,
    .stop-all:hover {
        opacity: 1;
    
    Ray Schamp's avatar
    Ray Schamp committed
    }