balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.css (4813B)


      1 .redux-templates-challenge {
      2   display: block;
      3   position: fixed;
      4   right: 1em;
      5   bottom: 55px;
      6   max-width: 277px;
      7   z-index: 9999; }
      8   .redux-templates-challenge p {
      9     font-size: 14px;
     10     line-height: 1.4;
     11     margin-top: 0;
     12     color: #23282c; }
     13   .redux-templates-challenge b {
     14     font-weight: 500; }
     15   .redux-templates-challenge.challenge-start {
     16     display: initial; }
     17 
     18 span.wpforms-challenge-dot {
     19   display: inline-block;
     20   width: 16px;
     21   height: 16px !important;
     22   padding: 0 !important;
     23   border: 0 !important;
     24   border-radius: 50%;
     25   background-color: #df7739;
     26   box-shadow: 0 0 0 4px rgba(223, 119, 57, 0.15); }
     27 
     28 .wpforms-challenge-tooltips {
     29   display: none; }
     30 
     31 @media all and (max-height: 900px) {
     32   #challenge-contact-popup {
     33     margin: 50px 0 20px; } }
     34 .challenge-tooltip.tooltipster-sidetip {
     35   z-index: 100100 !important; }
     36 
     37 .challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-box {
     38   margin-bottom: 18px; }
     39 
     40 .challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
     41   bottom: 8px; }
     42 
     43 .challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
     44   top: 0; }
     45 
     46 .challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-box {
     47   margin-right: 18px; }
     48 
     49 .challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
     50   left: 8px; }
     51 
     52 .challenge-tooltip.tooltipster-sidetip .tooltipster-box {
     53   background: #fff;
     54   border: none;
     55   border-radius: 4px;
     56   box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
     57   -webkit-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25);
     58   -moz-box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.25); }
     59 
     60 .challenge-tooltip.tooltipster-sidetip .tooltipster-box .tooltipster-content {
     61   color: #444;
     62   padding: 16px 20px 18px; }
     63 
     64 .challenge-tooltip.tooltipster-sidetip .tooltipster-box .tooltipster-content h3 {
     65   font-size: 15px;
     66   margin: 0; }
     67 
     68 .challenge-tooltip.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
     69   margin: 10px 0 0; }
     70 
     71 .challenge-tooltip.tooltipster-sidetip .tooltipster-box .challenge-done-btn {
     72   border-radius: 3px;
     73   cursor: pointer;
     74   text-decoration: none;
     75   text-align: center;
     76   vertical-align: middle;
     77   white-space: nowrap;
     78   box-shadow: none;
     79   font-size: 13px;
     80   font-weight: 600;
     81   padding: 7px 18px;
     82   border: 1px solid #bf5e31;
     83   background-color: #24B0A6;
     84   color: #fff;
     85   display: block;
     86   margin: 15px auto 0; }
     87 
     88 .challenge-tooltip.tooltipster-sidetip .tooltipster-box .challenge-done-btn:hover {
     89   border: 1px solid #19837C;
     90   background-color: #19837C; }
     91 
     92 .challenge-tooltip.tooltipster-sidetip .tooltipster-arrow-border {
     93   border: none; }
     94 
     95 .challenge-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
     96   border-bottom-color: #fff; }
     97 
     98 .challenge-tooltip.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
     99   border-right-color: #fff; }
    100 
    101 .challenge-tooltip.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    102   border-top-color: #fff; }
    103 
    104 .challenge-tooltip.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    105   border-left-color: #fff; }
    106 
    107 .block-editor-page .edit-post-layout .components-notice-list > div {
    108   padding-left: 50px; }
    109 
    110 .block-editor-page span.wpforms-challenge-dot-step5 {
    111   margin: 22px 18px;
    112   z-index: 9999; }
    113 
    114 .block-editor-page .wpforms-challenge-tooltip.wpforms-challenge-tooltip-step5 {
    115   max-width: 233px;
    116   z-index: 99980 !important; }
    117 
    118 .challenge-wrapper {
    119   position: fixed;
    120   top: 0;
    121   left: 0;
    122   z-index: 600000; }
    123 
    124 .challenge-tooltip-holder {
    125   position: fixed;
    126   top: 0;
    127   left: 0;
    128   z-index: 600000; }
    129   .challenge-tooltip-holder .tooltipster-box {
    130     position: absolute;
    131     box-shadow: 0 -10px 35px 0 rgba(0, 0, 0, 0.25);
    132     z-index: 10000;
    133     background: #fff;
    134     padding: 15px 20px; }
    135 
    136 .challenge-dot {
    137   display: inline-block;
    138   width: 16px;
    139   height: 16px;
    140   background: #df7739;
    141   box-shadow: 0 0 0 4px rgba(223, 119, 57, 0.15);
    142   border-radius: 50%;
    143   border: 0;
    144   padding: 0; }
    145 
    146 .tooltipster-sidetip .tooltipster-arrow {
    147   position: absolute;
    148   width: 20px;
    149   height: 10px;
    150   z-index: 10000; }
    151 
    152 .tooltipster-sidetip .tooltipster-arrow-uncropped {
    153   position: relative; }
    154 
    155 .tooltipster-sidetip .tooltipster-arrow-border {
    156   left: 0;
    157   top: 0;
    158   border: none;
    159   width: 0;
    160   height: 0;
    161   position: absolute; }
    162 
    163 .challenge-tooltip.tooltipster-sidetip .tooltipster-arrow-background {
    164   top: 0;
    165   left: 0;
    166   width: 0;
    167   height: 0;
    168   position: absolute;
    169   border: 10px solid transparent; }
    170 
    171 .challenge-tooltip.tooltipster-sidetip.tooltipster-top {
    172   border-top-color: #fff; }
    173 .challenge-tooltip.tooltipster-sidetip.tooltipster-bottom {
    174   border-bottom-color: #fff; }
    175 
    176 .block-timer .caret-icon .fa {
    177   -webkit-transition: 400ms;
    178   -o-transition: 400ms;
    179   transition: 400ms;
    180   line-height: 23px; }
    181 
    182 /*# sourceMappingURL=style.css.map */