Server IP : 51.89.169.208 / Your IP : 216.73.216.57 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/support/ |
Upload File : |
/* start: Global */ body { color: var(--gray-500); } /* #support-section { height: calc(100vh - 20vh); } */ .section-subtitle { font-size: 1.25rem; font-weight: 600; color: var(--black); } .section-title { font-size: calc(1.5rem + 1vw); font-weight: 600; color: var(--black); } .section-description { margin-bottom: 2rem; } label { color: var(--black); font-size: .875rem; font-weight: 500; margin-bottom: .25rem; display: inline-block; } /* end: Global */ /* start: Search */ .search { background-color: var(--yellow); padding: 3rem 0; } .search-form { display: flex; align-items: center; } .search-form-group { position: relative; margin-right: 1rem; width: 100%; } .search-form-group svg { position: absolute; top: 50%; transform: translateY(-50%); left: 1rem; } .search-form-group .form-control { padding-left: 3rem; } /* end: Search */ /* start: Contact */ .contact-wrapper { display: flex; flex-wrap: wrap; } .contact-side { width: 30%; } .contact-side-menu { border-radius: 6px; border: 1px solid var(--gray-100); overflow: hidden; } .contact-side-menu>* { padding: 12px 16px; display: block; } .contact-side-menu> :last-child { border-bottom: none; } .contact-side-menu-header { font-size: 1.125rem; font-weight: 600; color: var(--black); background-color: var(--yellow); } .contact-side-menu-link { text-decoration: none; color: var(--black); } .contact-side-menu-link.active { color: #e7b100; background-color: #fff8e3; } .contact-side-menu-link:not(.active):hover { background-color: var(--gray); } .contact-main { width: 70%; padding-left: 2rem; } .contact-main-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 2rem; color: var(--black); } .contact-main-description { margin-bottom: 1rem; } .contact-main-note { color: var(--black); font-weight: 600; margin-bottom: 1rem; } .contact-form-group { margin-bottom: 1rem; } /* end: Contact */ /* start: Breakpoints */ @media screen and (max-width: 767px) { /* start: Search */ .search-form { flex-direction: column; } .search-form-group { margin-bottom: 1rem; margin-right: 0; } .search-form>* { width: 100%; } /* end: Search */ /* start: Contact */ .contact-main, .contact-side { width: 100%; } .contact-side { margin-bottom: 2rem; } .contact-main { padding-left: 0; } /* end: Contact */ } @media only screen and (max-width: 688px) { #support-section { height: auto; } } /* end: Breakpoints */