Browse Source

Merges in #1453, or line height

pull/1481/head
jlukic 9 years ago
parent
commit
8ec88c9f2c
1 changed files with 3 additions and 3 deletions
  1. 6
      src/definitions/elements/button.less

6
src/definitions/elements/button.less

@ -879,6 +879,9 @@
}
.ui.buttons .or:before {
position: absolute;
text-align: center;
border-radius: @circularRadius;
content: @orText;
top: 50%;
left: 50%;
@ -891,15 +894,12 @@
width: @orCircleSize;
height: @orCircleSize;
vertical-align: middle;
line-height: @orLineHeight;
color: @orTextColor;
font-style: @orTextStyle;
font-weight: @orTextWeight;
text-align: center;
border-radius: 500em;
box-shadow: @orBoxShadow;
}
.ui.buttons .or[data-text]:before {

Loading…
Cancel
Save