Developers

Global

Buttons

<div class="inbenta-km-button">
    <span class="inbenta-km-button__icon"></span> 
    <span class="inbenta-km-button__text">Text</span>
</div>
Class Properties
.inbenta-km-button background, border,border-radius, cursor, font , display, margin,padding ...
.inbenta-km-button:hover background-color, color, cursor ...
.inbenta-km-button--disabled background-color, cursor
.inbenta-km-button__icon:before content ...
.inbenta-km-button__text

Inputs

<input class="inbenta-km-input" type="text" ... >
Class Properties
.inbenta-km-input background-color, border, border-radius, color, box-shadow, font, display, margin, padding...
.inbenta-km-input:focus outline

Icons

Class Properties
.inbenta-km-icon:before display, font ,content
.inbenta-km-icon--X:before (Where X is the name of the icon) background-color, content, cursor

Title & Subtitle

<div class="inbenta-km-title">Title</div>
<div class="inbenta-km-subtitle">Subtitle</div>
Class Properties
.inbenta-km-title font , margin
.inbenta-km-subtitle font , margin