Current Path: > home > transcarter > public_html > wp-content > plugins > leadin > scripts > shared > > UIComponents >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
UIAlert.tsx | File | 1430 bytes | July 17 2025 21:06:25. | |
UIButton.ts | File | 547 bytes | July 17 2025 21:06:25. | |
UIContainer.ts | File | 221 bytes | July 17 2025 21:06:25. | |
UIOverlay.ts | File | 206 bytes | July 17 2025 21:06:25. | |
UISpacer.ts | File | 88 bytes | July 17 2025 21:06:25. | |
UISpinner.tsx | File | 1629 bytes | July 17 2025 21:06:25. | |
colors.ts | File | 332 bytes | July 17 2025 21:06:25. |
import { styled } from '@linaria/react'; import { HEFFALUMP, LORAX, OLAF } from './colors'; interface IButtonProps { use?: string; } export default styled.button<IButtonProps>` background-color:${props => (props.use === 'tertiary' ? HEFFALUMP : LORAX)}; border: 3px solid ${props => (props.use === 'tertiary' ? HEFFALUMP : LORAX)}; color: ${OLAF} border-radius: 3px; font-size: 14px; line-height: 14px; padding: 12px 24px; font-family: 'Lexend Deca', Helvetica, Arial, sans-serif; font-weight: 500; white-space: nowrap; `;
SILENT KILLER Tool