diff options
Diffstat (limited to 'semantic/src/themes/default/collections/breadcrumb.variables')
| -rw-r--r-- | semantic/src/themes/default/collections/breadcrumb.variables | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/semantic/src/themes/default/collections/breadcrumb.variables b/semantic/src/themes/default/collections/breadcrumb.variables new file mode 100644 index 0000000..48ef74d --- /dev/null +++ b/semantic/src/themes/default/collections/breadcrumb.variables @@ -0,0 +1,38 @@ +/******************************* + Breadcrumb +*******************************/ + +/*------------------- + Breadcrumb +--------------------*/ + +@verticalMargin: 0; +@display: inline-block; +@verticalAlign: middle; + +@dividerSpacing: @3px; +@dividerOpacity: 0.7; +@dividerColor: @lightTextColor; + +@dividerSize: @relativeSmall; +@dividerVerticalAlign: baseline; + +@iconDividerSize: @relativeTiny; +@iconDividerVerticalAlign: baseline; + +@sectionMargin: 0; +@sectionPadding: 0; + +/* Coupling */ +@segmentPadding: @relativeMini @relativeMedium; + +/* Inverted */ +@invertedColor: @midWhite; +@invertedActiveColor: @white; +@invertedDividerColor: @invertedLightTextColor; + +/*------------------- + States +--------------------*/ + +@activeFontWeight: @bold; |