mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Initial Commit
This commit is contained in:
30
public/css/biomed/breadcrumbs.less
Normal file
30
public/css/biomed/breadcrumbs.less
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
.breadcrumb {
|
||||
background-color: #ffffff;
|
||||
border-bottom: 1px solid #e3ebed;
|
||||
margin: 0 -20px @baseLineHeight -20px;
|
||||
padding: 8px 0;
|
||||
font-size: 11px;
|
||||
|
||||
a {
|
||||
color: #666666;
|
||||
padding: 0 20px 0 10px;
|
||||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
margin: 0 5px;
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #333333;
|
||||
text-decoration: none;
|
||||
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user