File "index.scss"

Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/css/themes/skyblue/index.scss
File size: 893 B (893 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

$main: #00bfff !default;
$main-light: lighten( $main, 20% ) !default;

@use '../../template/default/foundation/colors' with (
  $main: $main,
  $sub01: $main,
  $sub02: $main,
  $background: #ccc,
  $background-active: $main,
  $focus: $main,
);

@use '../../template/default/object/modifiers/nav' with (
  $opacity: .7,
  $opacity-active: 1,
);

@use '../../template/default/object/objects/arrow' with (
  $size: 2.5em,
  $opacity: false,
  $opacity-hover: false,
  $fill-hover: $main-light,
  $transition: fill .2s linear,
  $button-size: 2.5em,
  $button-border-radius: 0,
  $button-background: transparent,
);

@use '../../template/default/object/objects/pagination' with (
  $dot-width: 10px,
  $dot-height: 10px,
  $dot-opacity: false,
  $dot-transition: ( background-color .2s linear, transform .2s linear ),
  $dot-background-hover: $main-light,
);

@forward '../../template/default';