Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_fixed-width.less « less « fontawesome-free-5.14.0-web « FontAwesome « vendor « static - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be817c637538d7a54cf5c328ad9445270bf544ec (plain)
1
2
3
4
5
6
// Fixed Width Icons
// -------------------------
.@{fa-css-prefix}-fw {
  text-align: center;
  width: (20em / 16);
}