summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_alerts.scss
blob: cb4c9c9e19d82c7a5e4905d71857d03305764cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@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;
}