Browse Source

Fixes vertical dividers

pull/1009/head
jlukic 10 years ago
parent
commit
def6d2a002
1 changed files with 10 additions and 3 deletions
  1. 13
      src/definitions/elements/divider.less

13
src/definitions/elements/divider.less

@ -47,7 +47,6 @@
margin: 0em;
background-color: transparent;
font-size: @medium;
font-weight: bold;
text-align: center;
text-transform: @dividerTextTransform;
@ -66,12 +65,12 @@
top: 50%;
left: 50%;
margin: 0% 0% 0% (@verticalDividerWidth / 2);
margin: 0% 0% 0% -(@verticalDividerWidth / 2);
width: @verticalDividerWidth;
height: 50%;
line-height: 0;
line-height: 0em;
padding: 0em;
}
@ -204,4 +203,12 @@
margin-bottom: @sectionMargin;
}
/*--------------
Sizes
---------------*/
.ui.divider {
font-size: 1rem;
}
.loadUIOverrides();
Loading…
Cancel
Save