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

_fixed-width.scss « scss « 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: 970641ff4f914db05dd10b9910609d30ee06eef3 (plain)
1
2
3
4
5
6
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
  text-align: center;
  width: $fa-fw-width;
}