You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
714 B
52 lines
714 B
.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 .15em;
|
|
font-size: 1em;
|
|
color: rgba(0,0,0,.3);
|
|
}
|
|
|
|
.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.small.breadcrumb {
|
|
font-size: .75em;
|
|
}
|
|
|
|
.ui.large.breadcrumb {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.ui.huge.breadcrumb {
|
|
font-size: 1.3em;
|
|
}
|