123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665 |
- .tippy-touch {
- cursor: pointer !important
- }
- .tippy-notransition {
- transition: none !important
- }
- .tippy-popper {
- max-width: 800px;
- -webkit-perspective: 800px;
- perspective: 800px;
- z-index: 9999;
- outline: 0;
- transition-timing-function: cubic-bezier(.165, .84, .44, 1);
- pointer-events: none
- }
- .tippy-popper.html-template {
- max-width: 96%;
- max-width: calc(100% - 20px)
- }
- .tippy-popper[x-placement^=top] [x-arrow] {
- border-top: 7px solid var(--ls-quaternary-background-color);
- border-right: 7px solid transparent;
- border-left: 7px solid transparent;
- bottom: -7px;
- margin: 0 9px
- }
- .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
- border-top: 5px solid var(--ls-quaternary-background-color);
- border-right: 5px solid transparent;
- border-left: 5px solid transparent;
- bottom: -5px
- }
- .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
- border-top: 10px solid var(--ls-quaternary-background-color);
- border-right: 10px solid transparent;
- border-left: 10px solid transparent;
- bottom: -10px
- }
- .tippy-popper[x-placement^=top] [x-circle] {
- -webkit-transform-origin: 0 33%;
- transform-origin: 0 33%
- }
- .tippy-popper[x-placement^=top] [x-circle].enter {
- -webkit-transform: scale(1) translate(-50%, -55%);
- transform: scale(1) translate(-50%, -55%);
- opacity: 1
- }
- .tippy-popper[x-placement^=top] [x-circle].leave {
- -webkit-transform: scale(.15) translate(-50%, -50%);
- transform: scale(.15) translate(-50%, -50%);
- opacity: 0
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
- background-color: #fff
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
- border-top: 7px solid #fff;
- border-right: 7px solid transparent;
- border-left: 7px solid transparent
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
- border-top: 5px solid #fff;
- border-right: 5px solid transparent;
- border-left: 5px solid transparent
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
- border-top: 10px solid #fff;
- border-right: 10px solid transparent;
- border-left: 10px solid transparent
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
- background-color: var(--ls-secondary-background-color)
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
- border-top: 7px solid var(--ls-secondary-background-color);
- border-right: 7px solid transparent;
- border-left: 7px solid transparent
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
- border-top: 5px solid var(--ls-secondary-background-color);
- border-right: 5px solid transparent;
- border-left: 5px solid transparent
- }
- .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
- border-top: 10px solid var(--ls-secondary-background-color);
- border-right: 10px solid transparent;
- border-left: 10px solid transparent
- }
- .tippy-popper[x-placement^=top] [data-animation=perspective] {
- -webkit-transform-origin: bottom;
- transform-origin: bottom
- }
- .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
- opacity: 1;
- -webkit-transform: translateY(-10px) rotateX(0);
- transform: translateY(-10px) rotateX(0)
- }
- .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
- opacity: 0;
- -webkit-transform: translateY(0) rotateX(90deg);
- transform: translateY(0) rotateX(90deg)
- }
- .tippy-popper[x-placement^=top] [data-animation=fade].enter {
- opacity: 1;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px)
- }
- .tippy-popper[x-placement^=top] [data-animation=fade].leave {
- opacity: 0;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px)
- }
- .tippy-popper[x-placement^=top] [data-animation=shift].enter {
- opacity: 1;
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px)
- }
- .tippy-popper[x-placement^=top] [data-animation=shift].leave {
- opacity: 0;
- -webkit-transform: translateY(0);
- transform: translateY(0)
- }
- .tippy-popper[x-placement^=top] [data-animation=scale].enter {
- opacity: 1;
- -webkit-transform: translateY(-10px) scale(1);
- transform: translateY(-10px) scale(1)
- }
- .tippy-popper[x-placement^=top] [data-animation=scale].leave {
- opacity: 0;
- -webkit-transform: translateY(0) scale(0);
- transform: translateY(0) scale(0)
- }
- .tippy-popper[x-placement^=bottom] [x-arrow] {
- border-bottom: 7px solid var(--ls-quaternary-background-color);
- border-right: 7px solid transparent;
- border-left: 7px solid transparent;
- top: -7px;
- margin: 0 9px
- }
- .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
- border-bottom: 5px solid var(--ls-quaternary-background-color);
- border-right: 5px solid transparent;
- border-left: 5px solid transparent;
- top: -5px
- }
- .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
- border-bottom: 10px solid var(--ls-quaternary-background-color);
- border-right: 10px solid transparent;
- border-left: 10px solid transparent;
- top: -10px
- }
- .tippy-popper[x-placement^=bottom] [x-circle] {
- -webkit-transform-origin: 0 -50%;
- transform-origin: 0 -50%
- }
- .tippy-popper[x-placement^=bottom] [x-circle].enter {
- -webkit-transform: scale(1) translate(-50%, -45%);
- transform: scale(1) translate(-50%, -45%);
- opacity: 1
- }
- .tippy-popper[x-placement^=bottom] [x-circle].leave {
- -webkit-transform: scale(.15) translate(-50%, -5%);
- transform: scale(.15) translate(-50%, -5%);
- opacity: 0
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
- background-color: #fff
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
- border-bottom: 7px solid #fff;
- border-right: 7px solid transparent;
- border-left: 7px solid transparent
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
- border-bottom: 5px solid #fff;
- border-right: 5px solid transparent;
- border-left: 5px solid transparent
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
- border-bottom: 10px solid #fff;
- border-right: 10px solid transparent;
- border-left: 10px solid transparent
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
- background-color: var(--ls-secondary-background-color)
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
- border-bottom: 7px solid var(--ls-secondary-background-color);
- border-right: 7px solid transparent;
- border-left: 7px solid transparent
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
- border-bottom: 5px solid var(--ls-secondary-background-color);
- border-right: 5px solid transparent;
- border-left: 5px solid transparent
- }
- .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
- border-bottom: 10px solid var(--ls-secondary-background-color);
- border-right: 10px solid transparent;
- border-left: 10px solid transparent
- }
- .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
- -webkit-transform-origin: top;
- transform-origin: top
- }
- .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
- opacity: 1;
- -webkit-transform: translateY(10px) rotateX(0);
- transform: translateY(10px) rotateX(0)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
- opacity: 0;
- -webkit-transform: translateY(0) rotateX(-90deg);
- transform: translateY(0) rotateX(-90deg)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
- opacity: 1;
- -webkit-transform: translateY(10px);
- transform: translateY(10px)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
- opacity: 0;
- -webkit-transform: translateY(10px);
- transform: translateY(10px)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
- opacity: 1;
- -webkit-transform: translateY(10px);
- transform: translateY(10px)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
- opacity: 0;
- -webkit-transform: translateY(0);
- transform: translateY(0)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
- opacity: 1;
- -webkit-transform: translateY(10px) scale(1);
- transform: translateY(10px) scale(1)
- }
- .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
- opacity: 0;
- -webkit-transform: translateY(0) scale(0);
- transform: translateY(0) scale(0)
- }
- .tippy-popper[x-placement^=left] [x-arrow] {
- border-left: 7px solid var(--ls-quaternary-background-color);
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent;
- right: -7px;
- margin: 6px 0
- }
- .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
- border-left: 5px solid var(--ls-quaternary-background-color);
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent;
- right: -5px
- }
- .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
- border-left: 10px solid var(--ls-quaternary-background-color);
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- right: -10px
- }
- .tippy-popper[x-placement^=left] [x-circle] {
- -webkit-transform-origin: 50% 0;
- transform-origin: 50% 0
- }
- .tippy-popper[x-placement^=left] [x-circle].enter {
- -webkit-transform: scale(1) translate(-50%, -50%);
- transform: scale(1) translate(-50%, -50%);
- opacity: 1
- }
- .tippy-popper[x-placement^=left] [x-circle].leave {
- -webkit-transform: scale(.15) translate(-50%, -50%);
- transform: scale(.15) translate(-50%, -50%);
- opacity: 0
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
- background-color: #fff
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
- border-left: 7px solid #fff;
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
- border-left: 5px solid #fff;
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
- border-left: 10px solid #fff;
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
- background-color: var(--ls-secondary-background-color)
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
- border-left: 7px solid var(--ls-secondary-background-color);
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
- border-left: 5px solid var(--ls-secondary-background-color);
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent
- }
- .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
- border-left: 10px solid var(--ls-secondary-background-color);
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent
- }
- .tippy-popper[x-placement^=left] [data-animation=perspective] {
- -webkit-transform-origin: right;
- transform-origin: right
- }
- .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
- opacity: 1;
- -webkit-transform: translateX(-10px) rotateY(0);
- transform: translateX(-10px) rotateY(0)
- }
- .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
- opacity: 0;
- -webkit-transform: translateX(0) rotateY(-90deg);
- transform: translateX(0) rotateY(-90deg)
- }
- .tippy-popper[x-placement^=left] [data-animation=fade].enter {
- opacity: 1;
- -webkit-transform: translateX(-10px);
- transform: translateX(-10px)
- }
- .tippy-popper[x-placement^=left] [data-animation=fade].leave {
- opacity: 0;
- -webkit-transform: translateX(-10px);
- transform: translateX(-10px)
- }
- .tippy-popper[x-placement^=left] [data-animation=shift].enter {
- opacity: 1;
- -webkit-transform: translateX(-10px);
- transform: translateX(-10px)
- }
- .tippy-popper[x-placement^=left] [data-animation=shift].leave {
- opacity: 0;
- -webkit-transform: translateX(0);
- transform: translateX(0)
- }
- .tippy-popper[x-placement^=left] [data-animation=scale].enter {
- opacity: 1;
- -webkit-transform: translateX(-10px) scale(1);
- transform: translateX(-10px) scale(1)
- }
- .tippy-popper[x-placement^=left] [data-animation=scale].leave {
- opacity: 0;
- -webkit-transform: translateX(0) scale(0);
- transform: translateX(0) scale(0)
- }
- .tippy-popper[x-placement^=right] [x-arrow] {
- border-right: 7px solid var(--ls-quaternary-background-color);
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent;
- left: -7px;
- margin: 6px 0
- }
- .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
- border-right: 5px solid var(--ls-quaternary-background-color);
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent;
- left: -5px
- }
- .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
- border-right: 10px solid var(--ls-quaternary-background-color);
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- left: -10px
- }
- .tippy-popper[x-placement^=right] [x-circle] {
- -webkit-transform-origin: -50% 0;
- transform-origin: -50% 0
- }
- .tippy-popper[x-placement^=right] [x-circle].enter {
- -webkit-transform: scale(1) translate(-50%, -50%);
- transform: scale(1) translate(-50%, -50%);
- opacity: 1
- }
- .tippy-popper[x-placement^=right] [x-circle].leave {
- -webkit-transform: scale(.15) translate(-50%, -50%);
- transform: scale(.15) translate(-50%, -50%);
- opacity: 0
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
- background-color: #fff
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
- border-right: 7px solid #fff;
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
- border-right: 5px solid #fff;
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
- border-right: 10px solid #fff;
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
- background-color: var(--ls-secondary-background-color)
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
- border-right: 7px solid var(--ls-secondary-background-color);
- border-top: 7px solid transparent;
- border-bottom: 7px solid transparent
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
- border-right: 5px solid var(--ls-secondary-background-color);
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent
- }
- .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
- border-right: 10px solid var(--ls-secondary-background-color);
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent
- }
- .tippy-popper[x-placement^=right] [data-animation=perspective] {
- -webkit-transform-origin: left;
- transform-origin: left
- }
- .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
- opacity: 1;
- -webkit-transform: translateX(10px) rotateY(0);
- transform: translateX(10px) rotateY(0)
- }
- .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
- opacity: 0;
- -webkit-transform: translateX(0) rotateY(90deg);
- transform: translateX(0) rotateY(90deg)
- }
- .tippy-popper[x-placement^=right] [data-animation=fade].enter {
- opacity: 1;
- -webkit-transform: translateX(10px);
- transform: translateX(10px)
- }
- .tippy-popper[x-placement^=right] [data-animation=fade].leave {
- opacity: 0;
- -webkit-transform: translateX(10px);
- transform: translateX(10px)
- }
- .tippy-popper[x-placement^=right] [data-animation=shift].enter {
- opacity: 1;
- -webkit-transform: translateX(10px);
- transform: translateX(10px)
- }
- .tippy-popper[x-placement^=right] [data-animation=shift].leave {
- opacity: 0;
- -webkit-transform: translateX(0);
- transform: translateX(0)
- }
- .tippy-popper[x-placement^=right] [data-animation=scale].enter {
- opacity: 1;
- -webkit-transform: translateX(10px) scale(1);
- transform: translateX(10px) scale(1)
- }
- .tippy-popper[x-placement^=right] [data-animation=scale].leave {
- opacity: 0;
- -webkit-transform: translateX(0) scale(0);
- transform: translateX(0) scale(0)
- }
- .tippy-popper .tippy-tooltip.transparent-theme {
- background-color: var(--ls-secondary-background-color)
- }
- .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
- background-color: transparent
- }
- .tippy-popper .tippy-tooltip.light-theme {
- color: #26323d;
- box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
- background-color: #fff
- }
- .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
- background-color: transparent
- }
- .tippy-tooltip {
- position: relative;
- color: var(--ls-primary-text-color);
- border-radius: 4px;
- text-align: center;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- background-color: var(--ls-quaternary-background-color);
- }
- .tippy-tooltip--small {
- padding: .25rem .5rem;
- font-size: .8rem
- }
- .tippy-tooltip--big {
- padding: .6rem 1.2rem;
- font-size: 1.2rem
- }
- .tippy-tooltip[data-animatefill] {
- overflow: hidden;
- background-color: transparent
- }
- .tippy-tooltip[data-interactive] {
- pointer-events: auto
- }
- .tippy-tooltip[data-inertia] {
- transition-timing-function: cubic-bezier(.53, 2, .36, .85)
- }
- .tippy-tooltip [x-arrow] {
- position: absolute;
- width: 0;
- height: 0
- }
- .tippy-tooltip [x-circle] {
- position: absolute;
- background-color: var(--ls-quaternary-background-color);
- border-radius: 50%;
- width: 130%;
- width: calc(110% + 2rem);
- left: 50%;
- top: 50%;
- z-index: -1;
- overflow: hidden;
- transition: all ease
- }
- .tippy-tooltip [x-circle]:before {
- content: "";
- padding-top: 90%;
- float: left
- }
- @media (max-width: 450px) {
- .tippy-popper {
- max-width: 96%;
- max-width: calc(100% - 20px)
- }
- }
- .tippy-popper .tippy-tooltip.customized-theme * {
- text-align: left;
- }
- .tippy-wrapper {
- background-color: var(--ls-quaternary-background-color);
- }
- .tippy-hover {
- cursor: pointer;
- }
- .tippy-popper .tippy-tooltip.monospace-theme {
- font-family: 'Fira Code', Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
- }
|