| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/tickwaves.co.uk/wwwroot - Copy/green/assets/sass/libs/ |
Upload File : |
// Misc.
$misc: (
z-index-base: 10000
);
// Duration.
$duration: (
transition: 0.2s,
navPanel: 0.5s
);
// Size.
$size: (
border-radius: 4px,
border-width: 1px,
element-height: 2.75em,
element-margin: 2em,
navPanel: 275px
);
// Font.
$font: (
family: ('Open Sans', Helvetica, sans-serif),
family-fixed: ('Courier New', monospace),
family-headings: ('Open Sans Condensed', sans-serif),
weight: 400,
weight-bold: 600,
weight-headings: 300,
weight-headings-bold: 700
);
// Palette.
$palette: (
bg: #ffffff,
fg: #7e8487,
fg-bold: #575d60,
fg-light: #b8bfc2,
border: #e8eaeb,
border-bg: rgba(144,150,154,0.075),
border2: rgba(144,150,154,0.5),
border2-bg: rgba(144,150,154,0.2),
accent1: (
bg: #83e1a7,
fg: mix(#83e1a7, #ffffff, 25%),
fg-bold: #ffffff,
fg-light: mix(#83e1a7, #ffffff, 40%)
),
accent2: (
bg: #333c40,
fg: mix(#333c40, #ffffff, 25%),
fg-bold: #ffffff,
fg-light: mix(#333c40, #ffffff, 60%),
border: mix(#333c40, #ffffff, 90%)
)
);