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; }

View File

@@ -1,15 +1,15 @@
.tui-border-solid {
border: 2px solid;
border: 2px solid !important;
}
.tui-border-dashed {
border: 2px dashed;
border: 2px dashed !important;
}
.tui-border-dotted {
border: 2px dotted;
border: 2px dotted !important;
}
.tui-border-double {
border: 2px double;
border: 6px double !important;
}

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B