Add custem class for "full" vertical dividers

This commit is contained in:
davegson 2020-03-30 17:44:31 +02:00
parent 06bef9cc3c
commit c89e2546b0

View file

@ -123,3 +123,11 @@
.ui.placeholder.segment {
min-height: 0rem;
}
// a 'normal' .ui.vertical.divider has text in between, this adds the option to have the line fully go through it
// essentially a margin...
.ui.full.vertical.divider {
&::before, &::after {
height: 100%;
}
}