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

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