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

@@ -14,4 +14,7 @@
.tui-bg-purple-black { background-image: url('./images/bg-purple-black.png'); background-repeat: repeat; }
.tui-bg-yellow-white { background-image: url('./images/bg-yellow-white.png'); background-repeat: repeat; }
.tui-bg-yellow-black { background-image: url('./images/bg-yellow-black.png'); background-repeat: repeat; }
.tui-bg-yellow-black { background-image: url('./images/bg-yellow-black.png'); background-repeat: repeat; }
.tui-bg-orange-white { background-image: url('./images/bg-orange-white.png'); background-repeat: repeat; }
.tui-bg-orange-black { background-image: url('./images/bg-orange-black.png'); background-repeat: repeat; }