features

mixins

register

@mixin register() { ... }

Description

Register properly rounded corners for .fieldset-batch

Parameters

None.

Example

Register fieldset batch

@include register;

Author

  • Petr Juna

features/gradient-forms

mixins

parent

@mixin parent() { ... }

Description

Represent artificial border parent that is required as an encapsulation

Parameters

None.

Example

to be extended

@include parent;

Author

  • Petr Juna

children

@mixin children() { ... }

Description

Represent artificial border children which represent artificial border element

Parameters

None.

Example

to be extended

@include children;

Author

  • Petr Juna

register

@mixin register() { ... }

Description

Customize bootstrap forms in that way it will support gradient

Parameters

None.

Example

register gradient forms

@include register();

Author

  • Petr Juna

features/slide-tabs

placeholders

nav-tabs-variations-by-amount

%nav-tabs-variations-by-amount { ... }

Description

Modification classes based on amount of tabs

Example

apply modification clases

@extend %nav-tabs-variations-by-amount;

Used by

Author

  • Petr Juna

mixins

register

@mixin register() { ... }

Description

Register .nav-tabs design based on sliding element

Parameters

None.

Example

register feature

@include register();

visual appeareance

<ul class="nav nav-tabs">
  <li class="nav-item">
    <a class="nav-link active" aria-current="page" href="#">First</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Second</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#">Third</a>
  </li>
</ul>

Requires

Author

  • Petr Juna

fixes

mixins

enable-form-floating-stretch

@mixin enable-form-floating-stretch() { ... }

Description

Fix stretching of select in .form-floating elements

Parameters

None.

Example

enable stretch globaly

@include enable-form-floating-stretch;

Author

  • Petr Juna

enable-input-group-form-floating-rounded

@mixin enable-input-group-form-floating-rounded() { ... }

Description

Fixes round corners of .form-floating elements

Parameters

None.

Example

Enable rounding of corners fix globally

@include enable-input-group-form-floating-rounded;

Author

  • Petr Juna

enable-form-floating-color

@mixin enable-form-floating-color() { ... }

Description

Fix color of label to make sure it has same color as the $input-color

Parameters

None.

Example

Enable colorizing of the label as per $input-color

@include enable-form-floating-color;

Author

  • Petr Juna

enable-form-floating-select

@mixin enable-form-floating-select() { ... }

Description

Parameters

None.

Author

  • Petr Juna