Skip to content
Snippets Groups Projects
charts.css 206 B
Newer Older
  • Learn to ignore specific revisions
  • .step-name {
        margin-left: 1em;
    }
    
    .quick-date {
        color: #039be5;
        text-align: center;
        padding: 0 0 10px 0;
    }
    
    .quick-date:hover {
        cursor: pointer;
        text-decoration: underline #2E79B9;
    }