All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.components.VFooter.VFooter.sass Maven / Gradle / Ivy

@use '../../styles/tools'
@use './variables' as *

@include tools.layer('components')
  .v-footer
    align-items: center
    display: flex
    flex: $footer-flex
    padding: $footer-padding
    position: relative
    transition: $footer-transition
    transition-property: height, width, transform, max-width, left, right, top, bottom

    // missing from variables
    @include tools.border($footer-border...)
    @include tools.elevation($footer-elevation)
    @include tools.position($footer-positions)
    @include tools.rounded($footer-border-radius)
    @include tools.theme($footer-theme...)

    &--rounded
      @include tools.rounded($footer-rounded-border-radius)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy