summaryrefslogtreecommitdiff
path: root/www/packages/fontawesome-free/scss/_widths.scss
blob: f7a537ca3f4d4426be2a66be19e0328f9bf3296b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// icon widths
// -------------------------
@use 'variables' as v;

.#{v.$css-prefix}-width-auto {
  --#{v.$css-prefix}-width: auto;
}

.#{v.$css-prefix}-fw,
.#{v.$css-prefix}-width-fixed {
  --#{v.$css-prefix}-width: #{v.$fw-width};
}

.#{v.$css-prefix}-canvas-square {
  padding-block: 0.125em;
  margin-block-end: -.125em;
}

.#{v.$css-prefix}-canvas-roomy {
  padding-block: 0.25em;
  padding-inline: .125em;
  margin-block-end: -.25em;
  box-sizing: content-box;
}