Browse Source

Rebuild files

pull/993/head
jlukic 10 years ago
parent
commit
290b777fa8
17 changed files with 155 additions and 139 deletions
  1. 5
      build/less/definitions/collections/form.less
  2. 11
      build/less/definitions/views/statistic.less
  3. 20
      build/less/themes/packages/default/collections/form.variables
  4. 1
      build/less/themes/packages/default/elements/button.variables
  5. 1
      build/less/themes/packages/default/globals/site.variables
  6. 46
      build/less/themes/packages/default/modules/checkbox.variables
  7. 2
      build/minified/definitions/collections/form.min.css
  8. 2
      build/minified/definitions/elements/icon.min.css
  9. 2
      build/minified/definitions/modules/checkbox.min.css
  10. 2
      build/minified/definitions/views/statistic.min.css
  11. 100
      build/packaged/definitions/css/semantic.css
  12. 2
      build/packaged/definitions/css/semantic.min.css
  13. 24
      build/uncompressed/definitions/collections/form.css
  14. 26
      build/uncompressed/definitions/elements/icon.css
  15. 35
      build/uncompressed/definitions/modules/checkbox.css
  16. 6
      build/uncompressed/definitions/modules/tab.css
  17. 9
      build/uncompressed/definitions/views/statistic.css

5
build/less/definitions/collections/form.less

@ -324,8 +324,9 @@
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="url"]:focus,
.ui.form .field.error input[type="tel"]:focus{
border-color: @formErrorFocusBorder;
color: @formErrorFocusColor;
background: @inputErrorFocusBackground;
border-color: @inputErrorFocusBorder;
color: @inputErrorFocusColor;
-webkit-appearance: none;
box-shadow: @inputErrorFocusBoxShadow;

11
build/less/definitions/views/statistic.less

@ -22,16 +22,25 @@
Statistic
*******************************/
.ui.statistic {
margin: 1em 0em;
text-align: center;
}
.ui.statistic:first-child {
margin-top: 0em;
}
.ui.statistic:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
.ui.statistic > .number {
font-size: 4em;
font-weight: bold;
font-weight: 300;
color: rgba(0, 0, 0, 0.7);
}
.ui.statistic > .description {

20
build/less/themes/packages/default/collections/form.variables

@ -14,7 +14,7 @@
@fieldMargin: 0em 0em 1em;
/* Form Label */
@labelFontSize: 0.875em;
@labelFontSize: 0.9em;
@labelFontWeight: normal;
@labelMargin: 0.3em;
@labelColor: @textColor;
@ -61,7 +61,7 @@
/* Disabled */
/* Focus */
@inputFocusPointerSize: 0.3em;
@inputFocusPointerSize: 1px;
/* Input Focus */
@inputFocusBackground: #FFFFFF;
@ -76,7 +76,7 @@
@formErrorBackground: @negativeBackgroundColor;
/* Input Error */
@inputErrorPointerSize: 0.3em;
@inputErrorPointerSize: 3px;
@inputErrorBorderRadius: 0em @inputBorderRadius @inputBorderRadius 0em;
@inputErrorBoxShadow: @inputErrorPointerSize 0em 0em 0em @formErrorColor inset;
@ -85,16 +85,14 @@
@dropdownErrorActiveBackground: #FDCFCF;
/* Focused Error */
@formErrorFocusColor: @negativeColorHover;
@formErrorFocusBorder: @negativeBorderColor;
@formErrorFocusBackground: @negativeBackgroundColor;
/* Input Focused Error */
@inputErrorFocusBoxShadow: @inputFocusPointerSize 0em 0em 0em @negativeColorHover inset;
@inputErrorFocusBackground: @negativeBackgroundColor;
@inputErrorFocusColor: @negativeColorHover;
@inputErrorFocusBorder: @negativeBorderColor;
@inputErrorFocusBoxShadow: @inputErrorPointerSize 0em 0em 0em @negativeColorHover inset;
/* Placeholder */
@inputPlaceholderColor: lighten(@inputColor, 70);
@inputPlaceholderFocusColor: lighten(@inputColor, 55);
@inputPlaceholderColor: lighten(@inputColor, 55);
@inputPlaceholderFocusColor: lighten(@inputColor, 35);
@inputErrorPlaceholderColor: lighten(@formErrorColor, 10);
@inputErrorPlaceholderFocusColor: lighten(@formErrorColor, 5);

1
build/less/themes/packages/default/elements/button.variables

@ -37,7 +37,6 @@
@verticalPadding: 0.8em;
@horizontalPadding: 1.5em;
/* Shadow */
@shadowDistance: 0em;
@shadowOffset: (@shadowDistance / 2);

1
build/less/themes/packages/default/globals/site.variables

@ -16,7 +16,6 @@
@headerFont : "Helvetica Neue", Arial, Helvetica, sans-serif;
@pageFont : "Helvetica Neue", Arial, Helvetica, sans-serif;
/*-------------------
Site Colors
--------------------*/

46
build/less/themes/packages/default/modules/checkbox.variables

@ -27,18 +27,6 @@
/* Checkmark */
@checkboxCheckOffset: 1px;
/* Radio */
@checkboxRadioOffset: 3px;
@checkboxRadioCircleSize: 9px;
/* Slider & Toggle Handle */
@handleBackground: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.1));
@handleBoxShadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.1),
0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset
;
@handleSize: 1.25em;
/*-------------------
Coupling
--------------------*/
@ -70,29 +58,39 @@
--------------------*/
/* Radio */
@checkboxRadioOffset: 3px;
@checkboxRadioCircleSize: 9px;
/* Slider & Toggle Handle */
@handleBackground: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.1));
@handleBoxShadow:
0px 2px 2px 0px rgba(0, 0, 0, 0.1),
0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset
;
@handleSize: 1.25rem;
/* Slider */
@sliderLineWidth: 2.25em;
@sliderLineHeight: 0.25em;
@sliderLineVerticalOffset: 0.4em;
@sliderLineWidth: 2.25rem;
@sliderLineHeight: 0.25rem;
@sliderLineVerticalOffset: 0.4rem;
@sliderHandleOffset: (1em - @handleSize) / 2;
@sliderHandleOffset: (1rem - @handleSize) / 2;
@sliderTravelDistance: @sliderLineWidth - @handleSize;
@sliderLabelDistance: @sliderLineWidth + 1em;
@sliderLabelDistance: @sliderLineWidth + 1rem;
/* Toggle */
@toggleSwitchWidth: 2.25em;
@toggleSwitchHeight: 1.25em;
@toggleSwitchVerticalOffset: (1em - @toggleSwitchHeight) / 2;
@toggleSwitchWidth: 2.25rem;
@toggleSwitchHeight: 1.25rem;
@toggleSwitchVerticalOffset: (1rem - @toggleSwitchHeight) / 2;
@toggleFocusColor: @strongTransparentBlack;
@toggleHandleOffset: (1em - @handleSize) / 2;
@toggleHandleOffset: (1rem - @handleSize) / 2;
@toggleTravelDistance: @toggleSwitchWidth - @handleSize;
@toggleLabelDistance: @toggleSwitchWidth + 1em;
@toggleLabelDistance: @toggleSwitchWidth + 1rem;
@toggleOffOffset: -0.2em;
@toggleOnOffset: 1.2em;
@toggleOffOffset: -0.2rem;
@toggleOnOffset: 1.2rem;

2
build/minified/definitions/collections/form.min.css
File diff suppressed because it is too large
View File

2
build/minified/definitions/elements/icon.min.css
File diff suppressed because it is too large
View File

2
build/minified/definitions/modules/checkbox.min.css
File diff suppressed because it is too large
View File

2
build/minified/definitions/views/statistic.min.css

@ -11,4 +11,4 @@
* Released: 08/02/2014
*/
.ui.statistic{text-align:center}.ui.statistic>.number{font-size:4em;font-weight:700;color:rgba(0,0,0,.7)}.ui.statistic>.description{opacity:.8}
.ui.statistic{margin:1em 0;text-align:center}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistic>.number{font-size:4em;font-weight:300;color:rgba(0,0,0,.7)}.ui.statistic>.description{opacity:.8}

100
build/packaged/definitions/css/semantic.css

@ -391,7 +391,6 @@
/* Input Error */
/* Dropdown Error */
/* Focused Error */
/* Input Focused Error */
/* Placeholder */
/* Loading */
/*-------------------
@ -457,7 +456,7 @@
margin: 0em 0em 0.3em 0em;
display: block;
color: rgba(0, 0, 0, 0.8);
font-size: 0.875em;
font-size: 0.9em;
font-weight: normal;
}
/*--------------------
@ -577,16 +576,16 @@
---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
color: rgba(179, 179, 179, 0.8);
color: rgba(140, 140, 140, 0.8);
}
.ui.form ::-moz-placeholder {
color: rgba(179, 179, 179, 0.8);
color: rgba(140, 140, 140, 0.8);
}
.ui.form :focus::-webkit-input-placeholder {
color: rgba(140, 140, 140, 0.8);
color: rgba(89, 89, 89, 0.8);
}
.ui.form :focus::-moz-placeholder {
color: rgba(140, 140, 140, 0.8);
color: rgba(89, 89, 89, 0.8);
}
/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
@ -616,8 +615,8 @@
border-color: rgba(0, 0, 0, 0.2);
border-radius: 0em 0.3125em 0.3125em 0em;
background: #ffffff;
-webkit-box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 1px 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
box-shadow: 1px 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
-webkit-appearance: none;
}
/*--------------------
@ -673,8 +672,8 @@
border-color: #da9797;
color: #ff4136;
border-radius: 0em 0.3125em 0.3125em 0em;
-webkit-box-shadow: 0.3em 0em 0em 0em #ff4136 inset;
box-shadow: 0.3em 0em 0em 0em #ff4136 inset;
-webkit-box-shadow: 3px 0em 0em 0em #ff4136 inset;
box-shadow: 3px 0em 0em 0em #ff4136 inset;
}
.ui.form .field.error textarea:focus,
.ui.form .field.error input[type="text"]:focus,
@ -684,11 +683,12 @@
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="url"]:focus,
.ui.form .field.error input[type="tel"]:focus {
background: #f2dede;
border-color: #da9797;
color: #ff5950;
-webkit-appearance: none;
-webkit-box-shadow: 0.3em 0em 0em 0em #ff5950 inset;
box-shadow: 0.3em 0em 0em 0em #ff5950 inset;
-webkit-box-shadow: 3px 0em 0em 0em #ff5950 inset;
box-shadow: 3px 0em 0em 0em #ff5950 inset;
}
/*------------------
Dropdown Error
@ -8942,15 +8942,6 @@ h5.ui.header {
/*------------------
Load Default
-------------------*/
/*******************************
Icon
*******************************/
/*-------------------
Icon Variables
--------------------*/
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
@ -9034,6 +9025,15 @@ h5.ui.header {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Icon
*******************************/
/*-------------------
Icon Variables
--------------------*/
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
@ -9288,19 +9288,19 @@ i.icon {
font-size: 1em;
}
i.large.icon {
font-size: 1.125em;
font-size: 1.5em;
vertical-align: middle;
}
i.big.icon {
font-size: 1.25em;
font-size: 2em;
vertical-align: middle;
}
i.huge.icon {
font-size: 1.375em;
font-size: 4em;
vertical-align: middle;
}
i.massive.icon {
font-size: 1.5em;
font-size: 8em;
vertical-align: middle;
}
/*
@ -16342,8 +16342,6 @@ a:hover {
/* Label */
/* Checkbox */
/* Checkmark */
/* Radio */
/* Slider & Toggle Handle */
/*-------------------
Coupling
--------------------*/
@ -16355,6 +16353,7 @@ a:hover {
Types
--------------------*/
/* Radio */
/* Slider & Toggle Handle */
/* Slider */
/* Toggle */
/*-------------------
@ -16547,7 +16546,7 @@ a:hover {
}
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
padding-left: 3.25em;
padding-left: 3.25rem;
}
/* Line */
.ui.slider.checkbox .box:before,
@ -16556,13 +16555,13 @@ a:hover {
display: block;
position: absolute;
content: '';
top: 0.4em;
top: 0.4rem;
left: 0em;
z-index: 1;
border: none !important;
background-color: rgba(0, 0, 0, 0.05);
width: 2.25em;
height: 0.25em;
width: 2.25rem;
height: 0.25rem;
-webkit-transform: none;
-ms-transform: none;
transform: none;
@ -16585,9 +16584,9 @@ a:hover {
border: none;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
width: 1.25em;
height: 1.25em;
top: -0.125em;
width: 1.25rem;
height: 1.25rem;
top: -0.125rem;
left: 0em;
border-radius: 500rem;
-webkit-transition: left 0.3s ease 0s
@ -16608,7 +16607,7 @@ a:hover {
}
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
left: 1em;
left: 1rem;
}
/*--------------
Toggle
@ -16627,12 +16626,12 @@ a:hover {
display: block;
position: absolute;
content: '';
top: -0.125em;
top: -0.125rem;
z-index: 1;
border: none;
background-color: rgba(0, 0, 0, 0.05);
width: 2.25em;
height: 1.25em;
width: 2.25rem;
height: 1.25rem;
border-radius: 500rem;
}
/* Handle */
@ -16648,9 +16647,9 @@ a:hover {
border: none;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
width: 1.25em;
height: 1.25em;
top: -0.125em;
width: 1.25rem;
height: 1.25rem;
top: -0.125rem;
left: 0em;
border-radius: 500rem;
-webkit-transition: background 0.3s ease 0s,
@ -16662,7 +16661,7 @@ a:hover {
}
.ui.toggle.checkbox input ~ .box:after,
.ui.toggle.checkbox input ~ label:after {
left: -0.2em;
left: -0.2rem;
}
/* Focus */
.ui.toggle.checkbox input:focus ~ .box:before,
@ -16681,7 +16680,7 @@ a:hover {
}
.ui.toggle.checkbox input:checked ~ .box:after,
.ui.toggle.checkbox input:checked ~ label:after {
left: 1.2em;
left: 1.2rem;
}
/*******************************
Overrides
@ -20518,14 +20517,14 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Tab
*******************************/
/* Loading */
/* Loading Content */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
@ -24216,14 +24215,21 @@ ol.ui.horizontal.list li:before,
Statistic
*******************************/
.ui.statistic {
margin: 1em 0em;
text-align: center;
}
.ui.statistic:first-child {
margin-top: 0em;
}
.ui.statistic:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
.ui.statistic > .number {
font-size: 4em;
font-weight: bold;
font-weight: 300;
color: rgba(0, 0, 0, 0.7);
}
.ui.statistic > .description {

2
build/packaged/definitions/css/semantic.min.css
File diff suppressed because it is too large
View File

24
build/uncompressed/definitions/collections/form.css

@ -151,7 +151,6 @@
/* Input Error */
/* Dropdown Error */
/* Focused Error */
/* Input Focused Error */
/* Placeholder */
/* Loading */
/*-------------------
@ -217,7 +216,7 @@
margin: 0em 0em 0.3em 0em;
display: block;
color: rgba(0, 0, 0, 0.8);
font-size: 0.875em;
font-size: 0.9em;
font-weight: normal;
}
/*--------------------
@ -337,16 +336,16 @@
---------------------*/
/* browsers require these rules separate */
.ui.form ::-webkit-input-placeholder {
color: rgba(179, 179, 179, 0.8);
color: rgba(140, 140, 140, 0.8);
}
.ui.form ::-moz-placeholder {
color: rgba(179, 179, 179, 0.8);
color: rgba(140, 140, 140, 0.8);
}
.ui.form :focus::-webkit-input-placeholder {
color: rgba(140, 140, 140, 0.8);
color: rgba(89, 89, 89, 0.8);
}
.ui.form :focus::-moz-placeholder {
color: rgba(140, 140, 140, 0.8);
color: rgba(89, 89, 89, 0.8);
}
/* Error Placeholder */
.ui.form .error ::-webkit-input-placeholder {
@ -376,8 +375,8 @@
border-color: rgba(0, 0, 0, 0.2);
border-radius: 0em 0.3125em 0.3125em 0em;
background: #ffffff;
-webkit-box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
box-shadow: 0.3em 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
-webkit-box-shadow: 1px 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
box-shadow: 1px 0em 0em 0em rgba(0, 0, 0, 0.2) inset;
-webkit-appearance: none;
}
/*--------------------
@ -433,8 +432,8 @@
border-color: #da9797;
color: #ff4136;
border-radius: 0em 0.3125em 0.3125em 0em;
-webkit-box-shadow: 0.3em 0em 0em 0em #ff4136 inset;
box-shadow: 0.3em 0em 0em 0em #ff4136 inset;
-webkit-box-shadow: 3px 0em 0em 0em #ff4136 inset;
box-shadow: 3px 0em 0em 0em #ff4136 inset;
}
.ui.form .field.error textarea:focus,
.ui.form .field.error input[type="text"]:focus,
@ -444,11 +443,12 @@
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="url"]:focus,
.ui.form .field.error input[type="tel"]:focus {
background: #f2dede;
border-color: #da9797;
color: #ff5950;
-webkit-appearance: none;
-webkit-box-shadow: 0.3em 0em 0em 0em #ff5950 inset;
box-shadow: 0.3em 0em 0em 0em #ff5950 inset;
-webkit-box-shadow: 3px 0em 0em 0em #ff5950 inset;
box-shadow: 3px 0em 0em 0em #ff5950 inset;
}
/*------------------
Dropdown Error

26
build/uncompressed/definitions/elements/icon.css

@ -58,15 +58,6 @@
/*------------------
Load Default
-------------------*/
/*******************************
Icon
*******************************/
/*-------------------
Icon Variables
--------------------*/
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
@ -150,6 +141,15 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Icon
*******************************/
/*-------------------
Icon Variables
--------------------*/
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
@ -404,19 +404,19 @@ i.icon {
font-size: 1em;
}
i.large.icon {
font-size: 1.125em;
font-size: 1.5em;
vertical-align: middle;
}
i.big.icon {
font-size: 1.25em;
font-size: 2em;
vertical-align: middle;
}
i.huge.icon {
font-size: 1.375em;
font-size: 4em;
vertical-align: middle;
}
i.massive.icon {
font-size: 1.5em;
font-size: 8em;
vertical-align: middle;
}
/*

35
build/uncompressed/definitions/modules/checkbox.css

@ -134,8 +134,6 @@
/* Label */
/* Checkbox */
/* Checkmark */
/* Radio */
/* Slider & Toggle Handle */
/*-------------------
Coupling
--------------------*/
@ -147,6 +145,7 @@
Types
--------------------*/
/* Radio */
/* Slider & Toggle Handle */
/* Slider */
/* Toggle */
/*-------------------
@ -339,7 +338,7 @@
}
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
padding-left: 3.25em;
padding-left: 3.25rem;
}
/* Line */
.ui.slider.checkbox .box:before,
@ -348,13 +347,13 @@
display: block;
position: absolute;
content: '';
top: 0.4em;
top: 0.4rem;
left: 0em;
z-index: 1;
border: none !important;
background-color: rgba(0, 0, 0, 0.05);
width: 2.25em;
height: 0.25em;
width: 2.25rem;
height: 0.25rem;
-webkit-transform: none;
-ms-transform: none;
transform: none;
@ -377,9 +376,9 @@
border: none;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
width: 1.25em;
height: 1.25em;
top: -0.125em;
width: 1.25rem;
height: 1.25rem;
top: -0.125rem;
left: 0em;
border-radius: 500rem;
-webkit-transition: left 0.3s ease 0s
@ -400,7 +399,7 @@
}
.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
left: 1em;
left: 1rem;
}
/*--------------
Toggle
@ -419,12 +418,12 @@
display: block;
position: absolute;
content: '';
top: -0.125em;
top: -0.125rem;
z-index: 1;
border: none;
background-color: rgba(0, 0, 0, 0.05);
width: 2.25em;
height: 1.25em;
width: 2.25rem;
height: 1.25rem;
border-radius: 500rem;
}
/* Handle */
@ -440,9 +439,9 @@
border: none;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
width: 1.25em;
height: 1.25em;
top: -0.125em;
width: 1.25rem;
height: 1.25rem;
top: -0.125rem;
left: 0em;
border-radius: 500rem;
-webkit-transition: background 0.3s ease 0s,
@ -454,7 +453,7 @@
}
.ui.toggle.checkbox input ~ .box:after,
.ui.toggle.checkbox input ~ label:after {
left: -0.2em;
left: -0.2rem;
}
/* Focus */
.ui.toggle.checkbox input:focus ~ .box:before,
@ -473,7 +472,7 @@
}
.ui.toggle.checkbox input:checked ~ .box:after,
.ui.toggle.checkbox input:checked ~ label:after {
left: 1.2em;
left: 1.2rem;
}
/*******************************
Overrides

6
build/uncompressed/definitions/modules/tab.css

@ -128,14 +128,14 @@
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Tab
*******************************/
/* Loading */
/* Loading Content */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/

9
build/uncompressed/definitions/views/statistic.css

@ -159,14 +159,21 @@
Statistic
*******************************/
.ui.statistic {
margin: 1em 0em;
text-align: center;
}
.ui.statistic:first-child {
margin-top: 0em;
}
.ui.statistic:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
.ui.statistic > .number {
font-size: 4em;
font-weight: bold;
font-weight: 300;
color: rgba(0, 0, 0, 0.7);
}
.ui.statistic > .description {

Loading…
Cancel
Save