Buttons system
AskaCSS personalize the buttons of the website. The btn class, is used for personalize the links for the visual element is a button. The button tag or input type button, submit and reset, is automatically personalized. If used the btn-text class, the button looks like a text.
Example of buttons
a link buttonColor for your button
<button>Grey button</button> <button class="primary">Blue button</button> <button class="warning">Yellow button</button> <button class="info">Turquoise button</button> <button class="error">Red button</button> <button class="success">Green button</button> <button class="btn-text">Grey button</button> <button class="primary btn-text">Blue button</button> <button class="warning btn-text">Yellow button</button> <button class="info btn-text">Turquoise button</button> <button class="error btn-text">Red button</button> <button class="success btn-text">Green button</button>