github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/frontend/lib/fontawesome/web-fonts-with-css/less/_stacked.less (about)

     1  // Stacked Icons
     2  // -------------------------
     3  
     4  .@{fa-css-prefix}-stack {
     5    display: inline-block;
     6    height: 2em;
     7    line-height: 2em;
     8    position: relative;
     9    vertical-align: middle;
    10    width: 2em;
    11  }
    12  
    13  .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
    14    left: 0;
    15    position: absolute;
    16    text-align: center;
    17    width: 100%;
    18  }
    19  
    20  .@{fa-css-prefix}-stack-1x { line-height: inherit; }
    21  .@{fa-css-prefix}-stack-2x { font-size: 2em; }
    22  .@{fa-css-prefix}-inverse { color: @fa-inverse; }