Skip to content
Snippets Groups Projects
modules-diagram.component.scss 329 B
Newer Older
#diagram {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

a.show-debug {
    cursor: pointer;
}

mat-card-title {

    #show-notes {
        font-size: 16px;
        font-weight: normal;
        margin-top: -8px;

        > a {
            cursor: pointer;
            font-size: .9em;
        }
    }
}