mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: styles for alert icons
https://fedorahosted.org/freeipa/ticket/4278 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
1829fa2c15
commit
5a2aed99ba
33
install/ui/less/alerts.less
Normal file
33
install/ui/less/alerts.less
Normal file
@ -0,0 +1,33 @@
|
||||
//
|
||||
// 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;
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
@import "dialog";
|
||||
@import "brand";
|
||||
@import "forms-override";
|
||||
@import "alerts";
|
||||
@import "widgets";
|
||||
@import "plugins/otp";
|
||||
@import "login.less";
|
||||
|
Loading…
Reference in New Issue
Block a user