Sha256: 1b61368856f869fd231e4e5bedfc1b8498e2762ddc69eaffd12101f58bfe0a56

Contents?: true

Size: 615 Bytes

Versions: 13

Compression:

Stored size: 615 Bytes

Contents

@use "../utilities/css-variables" as cv;
@use "../utilities/initial-variables" as iv;

$footer-background-color: cv.getVar("scheme-main-bis") !default;
$footer-color: false !default;
$footer-padding: 3rem 1.5rem 6rem !default;

.#{iv.$class-prefix}footer {
  @include cv.register-vars(
    (
      "footer-background-color": #{$footer-background-color},
      "footer-color": #{$footer-color},
      "footer-padding": #{$footer-padding},
    )
  );

  background-color: cv.getVar("footer-background-color");
  padding: cv.getVar("footer-padding");

  @if $footer-color {
    color: cv.getVar("footer-color");
  }
}

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
bulma-clean-theme-1.2.0 node_modules/bulma/sass/layout/footer.scss
bulma-rails-1.0.3 app/assets/stylesheets/sass/layout/footer.scss
mere-blog-theme-1.0.1 node_modules/bulma/sass/layout/footer.scss
mere-blog-theme-1.0 node_modules/bulma/sass/layout/footer.scss
bulma-clean-theme-1.1.0 node_modules/bulma/sass/layout/footer.scss
bulma-clean-theme-1.0.4 node_modules/bulma/sass/layout/footer.scss
bulma-rails-1.0.2 app/assets/stylesheets/sass/layout/footer.scss
bulma-clean-theme-1.0.3 node_modules/bulma/sass/layout/footer.scss
bulma-rails-1.0.1 app/assets/stylesheets/sass/layout/footer.scss
bulma-clean-theme-1.0.0 node_modules/bulma/sass/layout/footer.scss
bulma-clean-theme-1.0.0.beta.2 node_modules/bulma/sass/layout/footer.scss
bulma-clean-theme-1.0.0.beta.1 node_modules/bulma/sass/layout/footer.scss
bulma-rails-1.0.0 app/assets/stylesheets/sass/layout/footer.scss