fix naming of pk-information class details (#49466)

This commit is contained in:
Frédéric Péters 2020-12-14 18:38:22 +01:00
parent 9d546e8761
commit ab3abf04b2
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ div.pk-error {
}
&.info,
&.infonotice,
&.pk-info {
&.pk-information {
&:before { content: "\f05a"; } // info-circle
border-color: #0000b0;
border-image: linear-gradient(#4474f6, lighten(#4474f6, 10%)) 2;