mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add custem class for "full" vertical dividers
This commit is contained in:
parent
06bef9cc3c
commit
c89e2546b0
1 changed files with 8 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue