File "progress.scss"

Full path: /home/fsibplc/public_html/sommilito-bank2/splide-4.1.3/src/css/template/default/object/objects/progress.scss
File size: 195 B (195 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

@use '../../foundation/colors';

$height: 3px !default;
$background: colors.$background;

.splide {
  &__progress {
    &__bar {
      background: $background;
      height: $height;
    }
  }
}