FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
cozy-addons
/
admin
/
ct-companions
/
css
Edit File: companions-style.css
.ct-companion-dashboard .dashboard-container { display: inline-block; width: 100%; background: #f2f4ff; min-height: 1100px; } .ct-companion-dashboard { padding: 0; margin-left: -20px; } .ct-branding { display: flex; align-items: center; } .ca-plugin-icon { margin-right: 10px; border-right: 1px solid #ddd; padding-right: 20px; } .ct-dashboard-nav { background: #fff; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.052); } .ct-companion-dashboard .dashboard-header { font-size: 44px; margin: 0; color: #fff; background: #5566ca; display: inline-block; width: 100%; padding: 70px 50px 170px; box-sizing: border-box; text-align: center; font-weight: 600; background: linear-gradient(158deg, #5566ca 3%, #0ad2ba 82%); } .ct-companion-dashboard .dashboard-content { display: inline-block; width: 92%; padding: 50px; box-sizing: border-box; background: #fff; margin-top: -100px; } .ct-companion-dashboard .ct-short-text { font-size: 16px; font-weight: 400; line-height: 31px; max-width: 900px; margin: 0 auto; } .ct-dashboard-row { width: 70%; position: relative; display: flex; box-sizing: border-box; padding: 20px 0; text-align: center; } .ct-dashboard-column-one-third, .ct-dashboard-column-half, .ct-dashboard-column-two-third, .ct-dashboard-column-one-fourth { width: 33.33%; display: inline-block; position: relative; padding: 15px; box-sizing: border-box; } .ct-dashboard-column-half { width: 50%; } .ct-dashboard-column-two-third { width: 66.66%; } .ct-dashboard-column-one-fourth { width: 25%; } .ct-dashboard-column-two-third.product-fota img { width: 100%; transition: all ease 0.23s; } .ct-dashboard-column-two-third.product-fota img:hover { box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); transform: scale(1.01); } .ct-dashboard-column-one-third .product-holder img { transition: all ease 0.23s; margin-bottom: 20px; } .ct-dashboard-column-one-third .product-holder:hover img { transform: scale(1.1); } .ct-dashboard-column-one-third .product-holder { background: #edf1ff; border-radius: 6px; padding: 40px; min-height: 401px; } .ct-companion-dashboard a.ct-dashboard-button { background: #5566ca; padding: 14px 25px; font-size: 16px; border-radius: 8px; display: inline-block; text-decoration: none; color: #fff; margin-top: 15px; } .ct-companion-dashboard a.ct-dashboard-button:hover { background: #586db6; } .ct-companion-dashboard .ct-upsell-text a.ct-dashboard-button { background: #0c50ff; } .ct-companion-dashboard .ct-upsell-text a.ct-dashboard-button:hover { background: #0ad2ba; } .ct-dashboard-row.second-row .ct-dashboard-column-one-third .product-holder { padding: 0; background: transparent; } .ct-dashboard-column-one-third .product-holder.patternberg img { background: #28302b; } .ct-dashboard-row.second-row .ct-dashboard-column-one-third .product-holder img { border-radius: 6px; max-width: 100%; } .ct-dashboard-row .ct-upsell-text { width: 100%; padding: 50px 0; } .ct-dashboard-row .ct-upsell-text { max-width: 650px; padding: 30px 0; margin: 0 auto; } .ct-dashboard-row .ct-upsell-text h1 { font-size: 24px; line-height: 1.5; font-weight: 500; text-transform: capitalize; } .ct-companion-dashboard .ct-upsell-text a.ct-dashboard-button { font-size: 16px; padding: 15px 30px; border-radius: 5px; font-weight: 600; } @media (max-width: 800px) { .ct-dashboard-column-one-third, .ct-dashboard-column-half, .ct-dashboard-column-two-third, .ct-dashboard-column-one-fourth { width: 100%; } } #adminmenu li#toplevel_page__cozy_companions .wp-menu-image img { opacity: 1; width: 19px; margin-top: -3px; margin-left: 3px; } #adminmenu li.wp-has-current-submenu#toplevel_page__cozy_companions a.wp-has-current-submenu { background-color: #5566ca; color: #ffffff; } .ct-companion-dashboard .ct-tabs { display: flex; cursor: pointer; } .ct-companion-dashboard .ct-tab { padding: 0; margin: 0 15px; transition: all 0.3s ease-in-out; font-size: 18px; font-weight: 600; color: #121212; position: relative; } .ct-companion-dashboard .tab-content { display: none; transition: all 0.3s ease-in-out; padding: 20px; } .ct-plugin-link a { display: flex; align-items: center; font-size: 16px; color: #5566ca; text-decoration: none; } .ct-plugin-link a:hover { color: #09baa5; } .ct-plugin-link a img { width: 17px; height: auto; margin-right: 9px; } .ct-companion-dashboard .active-tab, .ct-companion-dashboard .ct-tab:hover { color: #38dac7; } .ct-companion-dashboard .active-content { display: block; } .ca-plugin-icon img { width: 45px; height: auto; } .ct-companion-dashboard .active-tab:after { content: ""; width: 100%; height: 2px; position: absolute; left: 0; bottom: -32px; background: #38dac7; } .ct-companion-dashboard .dasboard-content { width: 70%; background: #fff; padding: 30px; margin-top: 5px; } .ct-companion-dashboard .dasboard-content h3 { line-height: 1.6; color: #5566ca; margin-top: -10px; font-size: 16px; } .cozy-addons-screen { margin: 10px 0; max-width: 100%; } .ct-companion-dashboard .dasboard-content p { font-size: 16px; } .ct-companion-dashboard .dasboard-content h1 { line-height: 1.3; margin-top: 0; font-size: 3em; } .ct-companion-dashboard .dashboard-main { display: flex; grid-gap: 20px; } .ct-companion-dashboard .dashboard-sidebar { margin-top: 5px; width: 30%; } .ct-companion-dashboard .dashboard-sidebar .sidebar-box { background: #fff; padding: 30px; margin-bottom: 20px; } .ct-companion-dashboard .dashboard-sidebar .sidebar-box h3 { margin-top: 0; border-bottom: 1px solid #ddd; padding-bottom: 10px; } .ct-companion-dashboard .dashboard-sidebar .sidebar-box .sidebar-btn { padding: 5px 10px; text-decoration: none; background: #5566ca; border-radius: 5px; margin-top: 5px; color: #fff; display: inline-block; margin-right: 5px; } .ct-companion-dashboard .dashboard-sidebar .sidebar-box .sidebar-btn:hover { background: #38dac7; } .cozy-dashboard-media { background: #eff1fc; } .cozy-dashboard-media img { max-width: 100%; } /* Global Styles */ .mt-34 { margin-top: 34px; } #cozy-blocks-enable-super:hover { background-color: #090b10 !important; } #cozy-blocks-disable-super:hover { background-color: #8d282a !important; } /* Display Icon */ .blocks-holder svg { max-width: 45px; max-height: 45px; min-width: 32px; min-height: 32px; }
Save
Back