Object

com.karasiq.bootstrap4.utils.UniversalUtils.UniversalUtils

textStyle

Related Doc: package UniversalUtils

Permalink

object textStyle extends (utils.UniversalUtils.this)#AbstractTextStyles

Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.

Definition Classes
UniversalUtilsAbstractUtils
See also

http://getbootstrap.com/css/#helper-classes-colors

Linear Supertypes
(utils.UniversalUtils.this)#AbstractTextStyles, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. textStyle
  2. AbstractTextStyles
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class TextStyle extends TextModifier with (utils.UniversalUtils.this)#AbstractTextStyle

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. lazy val danger: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  7. lazy val dark: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. lazy val hide: TextStyle

    Permalink

    Utilize the .text-hide class or mixin to help replace an element's text content with a background image.

    Utilize the .text-hide class or mixin to help replace an element's text content with a background image.

    Definition Classes
    textStyleAbstractTextStyles
    See also

    http://getbootstrap.com/css/#helper-classes-image-replacement

  14. lazy val info: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val light: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  17. lazy val muted: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. lazy val primary: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  22. lazy val secondary: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  23. lazy val success: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. lazy val warning: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles
  30. lazy val white: TextStyle

    Permalink
    Definition Classes
    textStyleAbstractTextStyles

Inherited from (utils.UniversalUtils.this)#AbstractTextStyles

Inherited from AnyRef

Inherited from Any

Ungrouped