diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index dafb193a9..1dcd3b213 100755 --- a/src/definitions/elements/button.less +++ b/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 {