New UI layout
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_stacked.scss 447B

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