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

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

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