a
This commit is contained in:
@@ -782,4 +782,27 @@ input[type=radio]:focus:before {
|
||||
.paging a:hover, .paging a.current, .paging a.active {
|
||||
background: #0041E8;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.global-breadcrumb-container {
|
||||
padding: 16px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.global-breadcrumb-container a {
|
||||
display: inline-block;
|
||||
}
|
||||
.global-breadcrumb-container a:hover {
|
||||
color: #0041E8;
|
||||
}
|
||||
.global-breadcrumb-container a::after {
|
||||
content: "\f054";
|
||||
font-family: Fontawesome;
|
||||
font-size: 10px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
.global-breadcrumb-container a:last-child {
|
||||
color: #0041E8;
|
||||
}
|
||||
.global-breadcrumb-container a:last-child::after {
|
||||
content: none;
|
||||
}/*# sourceMappingURL=pc_style.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -798,4 +798,26 @@ input[type="radio"] {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.global-breadcrumb-container {
|
||||
padding: 16px;
|
||||
line-height: 20px;
|
||||
a{
|
||||
display: inline-block;
|
||||
&:hover{
|
||||
color: #0041E8;
|
||||
}
|
||||
&::after{
|
||||
content: '\f054';
|
||||
font-family: Fontawesome;
|
||||
font-size: 10px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
&:last-child{
|
||||
color: #0041E8;
|
||||
&::after{
|
||||
content: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user