|
1 | | -@import url('https://fonts.googleapis.com/css2?family=Exo:wght@700&display=swap'); |
| 1 | +@import url('https://fonts.googleapis.com/css2?family=Exo:wght@600&display=swap'); |
2 | 2 | @import 'tailwindcss'; |
3 | 3 | @plugin 'tailwindcss-motion'; |
4 | 4 |
|
|
13 | 13 | --font-title: 'Exo', sans-serif; |
14 | 14 | } |
15 | 15 |
|
| 16 | +button { |
| 17 | + @apply cursor-pointer; |
| 18 | +} |
| 19 | + |
16 | 20 | .bg-pest { |
17 | 21 | background-image: url('/assets/bg-pest-4.jpg'); |
18 | 22 | } |
|
38 | 42 | 0%{transform:translate3d(0,0,0)} |
39 | 43 | 100%{transform:translate3d(-50%,0,0)} |
40 | 44 | } |
| 45 | + |
| 46 | +[data-tippy-root]{max-width:calc(100vw - 10px)} |
| 47 | +.tippy-box[data-animation=fade][data-state=hidden]{opacity:0} |
| 48 | +.tippy-box{ @apply bg-blue-950; text-align:center;position:relative;color:#fff;border-radius:8px;font-size:13px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity} |
| 49 | +.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0} |
| 50 | +.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-6px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top} |
| 51 | +.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0} |
| 52 | +.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-6px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom} |
| 53 | +.tippy-box[data-placement^=left]>.tippy-arrow{right:0} |
| 54 | +.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-6px;transform-origin:center left} |
| 55 | +.tippy-box[data-placement^=right]>.tippy-arrow{left:0} |
| 56 | +.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-6px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right} |
| 57 | +.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)} |
| 58 | +.tippy-arrow{width:16px;height:16px; @apply text-blue-950;} |
| 59 | +.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid} |
| 60 | +.tippy-content{position:relative;padding:5px 9px;z-index:1} |
0 commit comments