.list-unstyled { padding-left: 0; margin-bottom: 0; } .list-unstyled li { list-style-type: none; } .list-unstyled li:not(:last-child) { margin-bottom: 0; } .list-inline li { display: inline-block; } .small { font-size: 0.8em; } .muted { color: rgb(var(--theme-color-12)); } .scroll-disabled { overflow: hidden; } .scroll-x-disabled { overflow-x: hidden; } .scroll-y-disabled { overflow-y: hidden; } .is-shake { animation: shake var(--layout-timing-slow) 1; } .is-pop { animation: pop var(--layout-timing-medium) 1; } .is-jello { animation: jello var(--layout-timing-slow) 1; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .color-demo { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; } .theme-color-box { width: 100%; height: 100%; } .theme-color-neg-10 { background-color: rgb(var(--theme-color-01)); } .theme-color-neg-09 { background-color: rgb(var(--theme-color-02)); } .theme-color-neg-08 { background-color: rgb(var(--theme-color-03)); } .theme-color-neg-07 { background-color: rgb(var(--theme-color-04)); } .theme-color-neg-06 { background-color: rgb(var(--theme-color-05)); } .theme-color-neg-05 { background-color: rgb(var(--theme-color-06)); } .theme-color-neg-04 { background-color: rgb(var(--theme-color-07)); } .theme-color-neg-03 { background-color: rgb(var(--theme-color-08)); } .theme-color-neg-02 { background-color: rgb(var(--theme-color-09)); } .theme-color-neg-01 { background-color: rgb(var(--theme-color-10)); } .theme-color { background-color: rgb(var(--theme-color)); } .theme-color-pos-01 { background-color: rgb(var(--theme-color-11)); } .theme-color-pos-02 { background-color: rgb(var(--theme-color-12)); } .theme-color-pos-03 { background-color: rgb(var(--theme-color-13)); } .theme-color-pos-04 { background-color: rgb(var(--theme-color-14)); } .theme-color-pos-05 { background-color: rgb(var(--theme-color-15)); } .theme-color-pos-06 { background-color: rgb(var(--theme-color-16)); } .theme-color-pos-07 { background-color: rgb(var(--theme-color-17)); } .theme-color-pos-08 { background-color: rgb(var(--theme-color-18)); } .theme-color-pos-09 { background-color: rgb(var(--theme-color-19)); } .theme-color-pos-10 { background-color: rgb(var(--theme-color-20)); }