~johnsca/charms/trusty/cloudfoundry/better-basic-reconciler-status

« back to all changes in this revision

Viewing changes to reconciler/ui/static/semantic/less/collections/breadcrumb.less

  • Committer: Whit Morriss
  • Date: 2014-10-13 06:50:17 UTC
  • mto: (132.2.1 reconciler) (145.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 156.
  • Revision ID: whit.morriss@canonical.com-20141013065017-0feo2ku3yllymkol
reorg reconciler

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * # Semantic - Breadcrumb
 
3
 * http://github.com/jlukic/semantic-ui/
 
4
 *
 
5
 *
 
6
 * Copyright 2014 Contributors
 
7
 * Released under the MIT license
 
8
 * http://opensource.org/licenses/MIT
 
9
 *
 
10
 */
 
11
 
 
12
/*******************************
 
13
           Breadcrumb
 
14
*******************************/
 
15
 
 
16
.ui.breadcrumb {
 
17
  margin: 1em 0em;
 
18
  display: inline-block;
 
19
  vertical-align: middle;
 
20
}
 
21
.ui.breadcrumb:first-child {
 
22
  margin-top: 0em;
 
23
}
 
24
.ui.breadcrumb:last-child {
 
25
  margin-bottom: 0em;
 
26
}
 
27
 
 
28
/*******************************
 
29
          Content
 
30
*******************************/
 
31
 
 
32
.ui.breadcrumb .divider {
 
33
  display: inline-block;
 
34
  opacity: 0.5;
 
35
  margin: 0em 0.15em 0em;
 
36
 
 
37
  font-size: 1em;
 
38
  color: rgba(0, 0, 0, 0.3);
 
39
}
 
40
 
 
41
.ui.breadcrumb a.section {
 
42
  cursor: pointer;
 
43
}
 
44
.ui.breadcrumb .section {
 
45
  display: inline-block;
 
46
  margin: 0em;
 
47
  padding: 0em;
 
48
}
 
49
 
 
50
/* Loose Coupling */
 
51
.ui.breadcrumb.segment {
 
52
  display: inline-block;
 
53
  padding: 0.5em 1em;
 
54
}
 
55
 
 
56
/*******************************
 
57
            States
 
58
*******************************/
 
59
 
 
60
.ui.breadcrumb .active.section {
 
61
  font-weight: bold;
 
62
}
 
63
 
 
64
 
 
65
/*******************************
 
66
           Variations
 
67
*******************************/
 
68
 
 
69
.ui.small.breadcrumb {
 
70
  font-size: 0.75em;
 
71
}
 
72
.ui.large.breadcrumb {
 
73
  font-size: 1.1em;
 
74
}
 
75
.ui.huge.breadcrumb {
 
76
  font-size: 1.3em;
 
77
}
 
 
b'\\ No newline at end of file'