Adjusting the icons that were misaligned.

and creating features to position the left and right

By default the icons are implemented the left but if do need to use right, add (.icon-right)

Issue: need to document!

----
Ajustando os icones que ficaram desalinhados.
e criando as funcionalidades de  posicionar a esquerda e direita

Por padrão os icones são implementados a esquerda porém caso se faça necessário utilizar direita, acrescente (.icon-right) 

Issue: precisamos documentar!
This commit is contained in:
Arno Roldão Junior 2015-03-19 15:56:31 -03:00
parent 4fef2c7c96
commit 1125333006

View File

@ -3,3 +3,21 @@
line-height: inherit; line-height: inherit;
vertical-align: bottom; vertical-align: bottom;
} }
.btn:not(.btn-fab) {
[class^=mdi-],
[class*=mdi-] {
position: relative;
float: left;
top: 50%;
margin-right: 5px;
margin-left: -12px;
margin-top: -3px;
&.icon-right{
float: right;
margin-right: -12px;
margin-left: 5px;
}
}
}