.list-unstyled { padding-left: 0; margin-bottom: 0; } .list-unstyled li { list-style-type: none; } .list-inline li { display: inline-block; } .small { font-size: 0.8em; } .muted { color: rgb(var(--theme-gray-12)); } .scroll-disabled { overflow: hidden; } .scroll-x-disabled { overflow-x: hidden; } .scroll-y-disabled { overflow-y: hidden; } .is-shake { animation: shake var(--layout-transition-speed-slow) 1; } .is-pop { animation: pop var(--layout-transition-speed-fast) 1; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }