a
This commit is contained in:
@@ -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