mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
5a2aed99ba
https://fedorahosted.org/freeipa/ticket/4278 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
34 lines
502 B
Plaintext
34 lines
502 B
Plaintext
//
|
|
// Alerts
|
|
// --------------------------------------------------
|
|
|
|
// Add styles for Font Awesome
|
|
|
|
.alert {
|
|
> .fa, > .fa-layered {
|
|
font-size: 20px;
|
|
position: absolute;
|
|
left: 7px;
|
|
top: 7px;
|
|
}
|
|
.fa-info {
|
|
color: #72767b;
|
|
}
|
|
}
|
|
|
|
.alert-success .fa-check-circle-o {
|
|
color: #5cb75c;
|
|
}
|
|
|
|
.alert-info .fa-info-circle {
|
|
color: #ccc;
|
|
}
|
|
|
|
.alert-danger .fa-exclamation-circle {
|
|
color: #c90813;
|
|
}
|
|
|
|
.alert-warning .fa-warning {
|
|
color: #eb7720;
|
|
}
|