summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/components/_alerts.scss
blob: 49ca3e8aff77448d5428029d1f6ba41370107c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@charset 'UTF-8';

.alert {
    padding: 8px 12px;
    @include border-radius($border-rad);
}

.alert--confirm {
    display: inline-block;
    float: left;
    padding: 4px 10px;
    margin: 1px 0 0 10px;
}