All files / src/components/badge Badge.css

60% Statements 6/10
66.67% Branches 4/6
50% Functions 1/2
60% Lines 6/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 261x   1x 1x     1x   1x 1x                                
:host {
    display:inline-block;
    Efont-size: .5rem;
    min-width: .7rem;
    height: .7rem;
    padding: .2rem;
    text-align: center;
    vertical-align: middle;
    border-radiuEs: 50%;
    box-shadow: 0 0 1px #333;
}

:host([kind='primary']) {
    background-color: var(--gcl-color-primary);
    color: var(--gcl-color-on-primary);
}
 
:host([kind='secondary']) {
    background-color: var(--gcl-color-secondary);
    color: var(--gcl-color-on-secondary);
}
 
:host([kind='tertiary']) {
    background-color: var(--gcl-color-tertiary);
    color: var(--gcl-color-on-tertiary);
}