Add infos to package.json; Add orange bgs; Created orange bg classes; Fix input type button width;

This commit is contained in:
vinibiavatti
2019-09-08 15:30:04 -03:00
parent b6df894344
commit eb2e19f6c5
12 changed files with 51 additions and 788 deletions

View File

@@ -19,4 +19,7 @@
}
.tui-button:focus {
color: rgb(0, 255, 255)!important;
}
input[type=button] {
width: initial;
}