Put the important mark in the quick classes

This commit is contained in:
vinicius.reif 2018-09-12 15:07:37 -03:00
parent c16b07f32a
commit 2bc484d89a

View File

@ -155,16 +155,16 @@ input, select, textarea {
background-repeat: repeat; background-repeat: repeat;
} }
.left { .left {
float: left; float: left!important;
} }
.right { .right {
float: right; float: right!important;
} }
.inline { .inline {
display: inline; display: inline!important;
} }
.block { .block {
display: block; display: block!important;
} }
.tui-shortcut { .tui-shortcut {
float: right; float: right;