mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
// Fixed Width Icons
|
|
// -------------------------
|
|
.fa-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|