essence-core
Version:
Essence Core - Essence components
34 lines (33 loc) • 404 B
text/less
@import '../less/variables.less';
.e-divider {
position: relative;
display: block;
width: 100%;
height: 1px;
margin: @e-unit 0;
background: rgba(0 ,0 ,0 ,0.12);
&.thinnest {
height: 1px;
}
&.thin {
height: 2px;
}
&.regular {
height: 3px;
}
&.thick {
height: 5px;
}
&.thickest {
height: 7px;
}
&.short {
width: 5%;
}
&.medium {
width: 25%;
}
&.long {
width: 50%;
}
}