TuiCss/src/components/border.scss
vinicius.reif dc1200a46a Fixes
2019-09-09 19:40:59 -03:00

19 lines
376 B
SCSS

.tui-border-solid {
border-style: solid !important;
border-width: 2px !important;
}
.tui-border-dashed {
border-style: dashed !important;
border-width: 2px !important;
}
.tui-border-dotted {
border-style: dotted !important;
border-width: 2px !important;
}
.tui-border-double {
border-style: double !important;
border-width: 6px !important;
}