This commit is contained in:
vinicius.reif
2019-09-09 19:40:59 -03:00
parent 58417a711e
commit dc1200a46a
8 changed files with 66 additions and 63 deletions

View File

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