Browse Source

Adjust text container paragraph settings

pull/2034/head
jlukic 9 years ago
parent
commit
66709782e5
2 changed files with 6 additions and 3 deletions
  1. 3
      src/definitions/elements/container.less
  2. 6
      src/themes/default/elements/container.variables

3
src/definitions/elements/container.less

@ -67,12 +67,13 @@
.ui.text.container { .ui.text.container {
display: block; display: block;
font-family: @textFontFamily;
max-width: @textWidth !important; max-width: @textWidth !important;
line-height: @textLineHeight;
} }
.ui.text.container p { .ui.text.container p {
font-size: @textParagraphSize; font-size: @textParagraphSize;
line-height: @textParagraphLineHeight;
} }

6
src/themes/default/elements/container.variables

@ -27,6 +27,8 @@
Types Types
--------------------*/ --------------------*/
/* Text */
@textWidth: 700px; @textWidth: 700px;
@textParagraphSize: @large;
@textParagraphLineHeight: 1.5;
@textFontFamily: @pageFont;
@textLineHeight: 1.5;
@textParagraphSize: @large;
Loading…
Cancel
Save