tcon
Version:
86 lines (85 loc) • 1.37 kB
CSS
.mbt,
.mbb,
.mbtb {
position: relative;
}
.mbt:before,
.mbb:before,
.mbtb:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 200%;
height: 200%;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
pointer-events: none;
z-index: 1;
}
.bd-dotted {
border-style: dotted;
}
.bd-dashed {
border-style: dashed;
}
.bd-solid {
border-style: solid;
}
.bd-none {
border-style: none;
}
.bd {
border-style: solid;
border-width: 1px;
}
.bt {
border-top-style: solid;
border-top-width: 1px;
}
.br {
border-right-style: solid;
border-right-width: 1px;
}
.bb {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.bl {
border-left-style: solid;
border-left-width: 1px;
}
.blr {
border-left-style: solid;
border-left-width: 1px;
border-right-style: solid;
border-right-width: 1px;
}
.btb {
border-top-style: solid;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.bn {
border-style: none;
border-width: 0;
}
.mbt:before {
border-top-width: 1px;
border-style: solid;
border-color: #eee;
}
.mbb:before {
border-bottom-width: 1px;
border-style: solid;
border-color: #eee;
}
.mbtb:before {
border-top-width: 1px;
border-bottom-width: 1px;
border-style: solid;
border-color: #eee;
}