aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/main/frontend/resources/scss/components/_archiveLabel.scss
blob: a3fa8479294844e6eed488000d4b085d489e364f (plain)
1
2
3
4
5
6
7
8
9
10
.archive-label {
    @include body-3;
    color: $white;
    background-color: $dark-purple;
    margin-left: 20px;
    border-radius: 3px;
    padding: 1px 10px;
    align-self: center;
    text-transform: none;
}