Initial commit

This commit is contained in:
Gagan7900
2026-07-13 11:57:09 +05:30
commit ac629ef540
26616 changed files with 795848 additions and 0 deletions
@@ -0,0 +1,28 @@
.#{$la-css-prefix}-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.#{$la-css-prefix}-stack-1x,
.#{$la-css-prefix}-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.#{$la-css-prefix}-stack-1x {
line-height: inherit;
}
.#{$la-css-prefix}-stack-2x {
font-size: 2em;
}
.#{$la-css-prefix}-inverse {
color: $la-inverse;
}