Skip to content
Snippets Groups Projects
templates.css 302 B
Newer Older
  • Learn to ignore specific revisions
  • .card-template {
        color: #212121;
    
        background-color: #d9d9d9;
    
    }
    
    .card-template .card-title {
        font-weight: 600;
    }
    
    .card-delimiter {
        border-top: 1px solid rgba(0, 0, 0, 0.25) !important;
    }
    
    .table-template-content {
        color: #212121;
    }
    
    .template-content-label {
        font-weight: 600;
    }