UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

22 lines (20 loc) 495 B
@import '../../../theme/theme-default.less'; @footer-toolbar-prefix: ~'.footer-toolbar'; @{footer-toolbar-prefix} { position: fixed; right: 0; bottom: 0; z-index: @zindex; display: flex; width: 100%; height: @footer-toolbar-height; padding: @footer-toolbar-padding; line-height: @footer-toolbar-height; background: @footer-toolbar-bg; border-top: @footer-toolbar-border-top; box-shadow: @footer-toolbar-box-shadow; transition: all 0.3s; &__left { flex: 1; } }