Learningsuite and umsatz , automagency Page CSS | IKB 020

/* Author: Sumaiya , Clickup Doc Link:https://app.clickup.com/36636088/v/dc/12y1dr-22535/12y1dr-12075 */ /* Des: This CSS is added to add the line height on gradient button */ .learn-suite-gradient-button{ line-height:20px!important; } /* completed */ /* Des: This CSS is added to add line height to…Continue reading

make-contest-page-responsive-css

/* Author: Sumaiya, Clickup Doc: */ /* Desktop screen size optmization */ @media screen and (min-width: 1400px) and (max-width: 1500px) { /* Des: This CSS is added to optmize the width of section 7 title */ .mc-sec-7-title { width: 75%…Continue reading

CSS For Craft Picker

/* General Styles */ body { margin: 0; font-family: ‘Arial’, sans-serif; background-color: #f9f9f9; color: #333; line-height: 1.6; } /* Header Styles */ .header { background-color: #ffe4e1; text-align: center; padding: 20px 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }…Continue reading

Radio Button Horiz

/* Target the radio button group within wp-block-ai-engine-form-field */ wp-block-ai-engine-form-field { display: flex; /* Use flexbox to align items horizontally */ flex-wrap: nowrap; /* Prevent wrapping to the next line */ gap: 15px; /* Add spacing between options */ align-items:…Continue reading

Warranty Result CSS

html { font-size: 62.5%; } @media screen and (max-width: 37.5em) { html { font-size: 50%; } } .g-recaptcha{ } .loader-container { display: flex; align-items: center; justify-content: center; } .loader { display: block; width: 48px; height: 48px; border-radius: 50%; position: relative;…Continue reading

CSS – WOO Pag. Singolo Prodotto Woo (CLOUD attivo)(vecchio)

/* 1.0 TI WISH BOTTONE singolo prodotto */ /* 1.0 TI WISH BOTTONE singolo prodotto _____________*/ .th-box-wish-boxelemento{height:10px; } .th-wish-peferiti-shortcode p { display: none; } .th-wish-peferiti-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before { font-size: 50px; top: -15px; left: 0; margin: 0; padding: 0; } .th-wish-peferiti-shortcode…Continue reading

mailpoet close css

/* 弹窗的基本样式 */ .mp_form_popup1 { transition: all 0.3s ease; /* 为弹窗的过渡动画添加平滑效果 */ position: fixed; bottom: 20px; /* 放置在屏幕底部 */ right: 20px; /* 放置在屏幕右侧 */ z-index: 9999; width: 300px; height: 400px; background-color: #fff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);…Continue reading