mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
19 lines
240 B
CSS
19 lines
240 B
CSS
|
/**
|
||
|
* @provides aphront-crumbs-view-css
|
||
|
*/
|
||
|
|
||
|
.aphront-crumbs-view {
|
||
|
margin: 1em 2em;
|
||
|
}
|
||
|
|
||
|
.aphront-crumbs-content {
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.aphront-crumbs-spacer {
|
||
|
padding: 0 .35em;
|
||
|
color: #888888;
|
||
|
}
|