6 lines
243 B
CSS
6 lines
243 B
CSS
/* small utilities */
|
|
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
|
|
.ltr{direction:ltr;unicode-bidi:embed}
|
|
.center{text-align:center}
|
|
.mt-2{margin-top:8px}.mt-4{margin-top:16px}
|