Skip to content

Commit

Permalink
Rebuild for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 7, 2014
1 parent 5bb7ae0 commit 6b9893c
Show file tree
Hide file tree
Showing 100 changed files with 677 additions and 11,125 deletions.
2 changes: 1 addition & 1 deletion build/less/definitions/collections/grid.less
Expand Up @@ -605,7 +605,7 @@
.ui.celled.grid {
display: table;
table-layout: fixed;
width: @tableWidth;
width: 100%;
margin: @celledMargin;
box-shadow: 0px 0px 0px @celledWidth @celledBorderColor;
}
Expand Down
6 changes: 3 additions & 3 deletions build/less/definitions/elements/header.less
Expand Up @@ -72,13 +72,13 @@

/* Positioning */
.ui.header:first-child {
margin-top: 0em;
margin-top: @firstMargin;
}
.ui.header:last-child {
margin-bottom: 0em;
margin-bottom: @lastMargin;
}
.ui.header + p {
margin-top: @precedingParagraphMargin;
margin-top: @nextParagraphTopMargin;
}


Expand Down
2 changes: 1 addition & 1 deletion build/less/definitions/elements/input.less
Expand Up @@ -328,7 +328,7 @@
.ui.action.input > .button,
.ui.action.input > .buttons {
display: table-cell;
vertical-align: top;
vertical-align: middle;
white-space: nowrap;
}
.ui.action.input > .button > .icon,
Expand Down
14 changes: 13 additions & 1 deletion build/less/definitions/views/card.less
Expand Up @@ -132,6 +132,10 @@
Content
---------------*/

.ui.cards > .card > .content,
.ui.card > .content {

}
.ui.cards > .card > .content,
.ui.card > .content {
background: @contentBackground;
Expand All @@ -158,10 +162,18 @@
display: block;
margin: @headerMargin;
font-family: @headerFont;
color: @headerColor;
}

/* Default Header Size */
.ui.cards > .card > .content > .header:not(.ui),
.ui.card > .content > .header:not(.ui) {
font-weight: @headerFontWeight;
font-size: @headerFontSize;
color: @headerColor;
margin-top: @headerLineHeightOffset;
line-height: @headerLineHeight;
}

.ui.cards > .card > .content > .meta + .description,
.ui.cards > .card > .content > .header + .description,
.ui.card > .content > .meta + .description,
Expand Down
Expand Up @@ -52,7 +52,7 @@
---------------*/

@relaxedGutterWidth: 3rem;
@veryRelaxedGutterWidth: 4rem;
@veryRelaxedGutterWidth: 5rem;

/*--------------
Divided
Expand Down
12 changes: 8 additions & 4 deletions build/less/themes/packages/default/elements/header.variables
Expand Up @@ -6,16 +6,20 @@
Element
--------------------*/

@pageFont : Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
@fontWeight: bold;
@textTransform: none;

@topMargin: 2rem;
@lineHeight: 1.33em;
@lineHeightOffset: -(@lineHeight - 1em) / 2;

@topMargin: ~"calc(2rem + "@lineHeightOffset~")";
@bottomMargin: 1rem;

@firstMargin: @lineHeightOffset;
@lastMargin: 0em;

@horizontalPadding: 0em;
@verticalPadding: 0em;
@lineHeight: 1.33em;

/* HTML Headings */
@h1: 2rem;
Expand Down Expand Up @@ -50,7 +54,7 @@
@contentAlignment: top;

/* Paragraph after Header */
@precedingParagraphMargin: 0em;
@nextParagraphTopMargin: 0em;

/*-------------------
Variations
Expand Down
10 changes: 6 additions & 4 deletions build/less/themes/packages/default/views/card.variables
Expand Up @@ -16,7 +16,7 @@
@display: block;
@margin: 1em 0em;
@minHeight: 0px;
@padding: 0.5em;
@padding: 0em;
@width: 290px;
@borderWidth: 1px;
@borderShadow: 0px 0px 0px @borderWidth @solidBorderColor;
Expand Down Expand Up @@ -49,8 +49,8 @@
@imageBorder: none;

/* Content */
@contentBackground: none;
@contentMargin: 0em;
@contentBackground: none;
@contentPadding: 1em 1em;
@contentFontSize: 1em;
@contentBorder: none;
Expand All @@ -61,6 +61,8 @@
@headerMargin: 0em;
@headerFontWeight: bold;
@headerFontSize: 1.2em;
@headerLineHeight: 1.33em;
@headerLineHeightOffset: -(@lineHeight - 1em) / 2;
@headerColor: @darkTextColor;

/* Metadata */
Expand Down Expand Up @@ -108,8 +110,8 @@
@extraWidth: auto;
@extraTop: 0em;
@extraLeft: 0em;
@extraMargin: 0em 1em;
@extraPadding: 0.75em 0em;
@extraMargin: 0em 0em;
@extraPadding: 0.75em 1em;
@extraBoxShadow: none;
@extraColor: @lightTextColor;
@extraTransition: color @transitionDuration @transitionEasing;
Expand Down
2 changes: 1 addition & 1 deletion build/minified/definitions/collections/breadcrumb.min.css
Expand Up @@ -8,7 +8,7 @@
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
* Released: 10/05/2014
* Released: 10/06/2014
*/

.ui.breadcrumb{margin:1em 0;display:inline-block;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.5;margin:0 .2rem;font-size:.9em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#009fda}.ui.breadcrumb a:hover{color:#00b2f3}.ui.breadcrumb .icon.divider{font-size:.7em;vertical-align:middle}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.5em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.65em}.ui.tiny.breadcrumb{font-size:.7em}.ui.small.breadcrumb{font-size:.75em}.ui.breadcrumb{font-size:1em}.ui.large.breadcrumb{font-size:1.1em}.ui.big.breadcrumb{font-size:1.05em}.ui.huge.breadcrumb{font-size:1.3em}.ui.massive.breadcrumb{font-size:1.5em}
2 changes: 1 addition & 1 deletion build/minified/definitions/collections/form.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/minified/definitions/collections/grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/minified/definitions/collections/menu.min.css

Large diffs are not rendered by default.

0 comments on commit 6b9893c

Please sign in to comment.