UNPKG

@v4fire/client

Version:

V4Fire client core library

22 lines (17 loc) 396 B
/*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ @import "icons/b-progress-icon/b-progress-icon.styl" $p = { progressIconColor: #333 } b-list &__cell + &__cell margin-left 0.3em &__link-progress .b-progress-icon b-progress-icon({color: $p.progressIconColor, size: 0.6em})