app.db80066bde2c96ea6198.css (1667B)
1 .with-load-more-footer { 2 padding: 10px; 3 text-align: center; 4 border-top: 1px solid; 5 border-top-color: #222; 6 border-top-color: var(--border, #222); 7 } 8 .with-load-more-footer .error { 9 font-size: 14px; 10 } 11 .tab-switcher .contents .hidden { 12 display: none; 13 } 14 .tab-switcher .tabs { 15 display: flex; 16 position: relative; 17 width: 100%; 18 overflow-y: hidden; 19 overflow-x: auto; 20 padding-top: 5px; 21 box-sizing: border-box; 22 } 23 .tab-switcher .tabs::after, .tab-switcher .tabs::before { 24 display: block; 25 content: ""; 26 flex: 1 1 auto; 27 border-bottom: 1px solid; 28 border-bottom-color: #222; 29 border-bottom-color: var(--border, #222); 30 } 31 .tab-switcher .tabs .tab-wrapper { 32 height: 28px; 33 position: relative; 34 display: flex; 35 flex: 0 0 auto; 36 } 37 .tab-switcher .tabs .tab-wrapper .tab { 38 width: 100%; 39 min-width: 1px; 40 position: relative; 41 border-bottom-left-radius: 0; 42 border-bottom-right-radius: 0; 43 padding: 6px 1em; 44 padding-bottom: 99px; 45 margin-bottom: -93px; 46 white-space: nowrap; 47 } 48 .tab-switcher .tabs .tab-wrapper .tab:not(.active) { 49 z-index: 4; 50 } 51 .tab-switcher .tabs .tab-wrapper .tab:not(.active):hover { 52 z-index: 6; 53 } 54 .tab-switcher .tabs .tab-wrapper .tab.active { 55 background: transparent; 56 z-index: 5; 57 } 58 .tab-switcher .tabs .tab-wrapper:not(.active)::after { 59 content: ""; 60 position: absolute; 61 left: 0; 62 right: 0; 63 bottom: 0; 64 z-index: 7; 65 border-bottom: 1px solid; 66 border-bottom-color: #222; 67 border-bottom-color: var(--border, #222); 68 } 69 .with-subscription-loading { 70 padding: 10px; 71 text-align: center; 72 } 73 .with-subscription-loading .error { 74 font-size: 14px; 75 } 76 77 /*# sourceMappingURL=app.db80066bde2c96ea6198.css.map*/