Skip to content

Commit

Permalink
Styling breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin10101998 committed Jul 31, 2019
1 parent 95d290e commit e5521ea
Showing 1 changed file with 91 additions and 90 deletions.
181 changes: 91 additions & 90 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -722,100 +722,101 @@ display: none;
}

.breadcrumbb{
background-color: transparent;
display: flex;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 0px;
list-style: none;
margin-left: 20%;
margin-bottom: 0%;
margin-top: 5px;



background-color: transparent;
display: flex;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 0px;
list-style: none;
margin-left: 20%;
margin-bottom: 0%;
margin-top: 5px;

}
.breadcrumb-text{
text-transform: uppercase;
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

#bbreadcrumb{
list-style-type: none;
display: inline-block;
}

#bbreadcrumb li{
float: left;
}

#bbreadcrumb li a{
color: #fff;
display: block;
background: #000000;
text-decoration: none;
position: relative;
height: 40px;
line-height: 40px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
margin-bottom: 0px;
}

#bbreadcrumb li:nth-child(even) a:before{
border-left-color: transparent;
}

#bbreadcrumb li:first-child a{
padding-left: 15px;
border-radius: 4px 0 0 4px;
text-transform: uppercase;
}

#bbreadcrumb li:first-child a:before{
border: none;
}

#bbreadcrumb li:last-child a{
padding-right: 15px;
border-radius: 0 4px 4px 0;
}

#bbreadcrumb li:last-child a:after{
border: none;
}

#bbreadcrumb li a:before, #bbreadcrumb li a:after{
content: "";
position: absolute;
top: 0;
border: 0 solid #000000;
border-width: 20px 10px;
width: 0;
height: 0;
}

#bbreadcrumb li a:before{
left: -20px;
border-left-color: transparent;
}

#bbreadcrumb li a:after{
left: 100%;
border-color: transparent;
border-left-color: #000000;
}

#bbreadcrumb li a:hover{
background: #362cc9;
}

#bbreadcrumb li a:hover:before{
border-color: #362cc9;
border-left-color: transparent;
}
#bbreadcrumb{
list-style-type: none;
display: inline-block;
}

#bbreadcrumb li{
float: left;
}

#bbreadcrumb li a{
color: #fff;
display: block;
background: #000000;
text-decoration: none;
position: relative;
height: 40px;
line-height: 40px;
padding: 0 10px 0 5px;
text-align: center;
margin-right: 23px;
margin-bottom: 0px;
}

#bbreadcrumb li:nth-child(even) a:before{
border-left-color: transparent;
}

#bbreadcrumb li:first-child a{
padding-left: 15px;
border-radius: 4px 0 0 4px;
}

#bbreadcrumb li:first-child a:before{
border: none;
}

#bbreadcrumb li:last-child a{
padding-right: 15px;
border-radius: 0 4px 4px 0;
}

#bbreadcrumb li:last-child a:after{
border: none;
}

#bbreadcrumb li a:before, #bbreadcrumb li a:after{
content: "";
position: absolute;
top: 0;
border: 0 solid #000000;
border-width: 20px 10px;
width: 0;
height: 0;
}

#bbreadcrumb li a:before{
left: -20px;
border-left-color: transparent;
}

#bbreadcrumb li a:after{
left: 100%;
border-color: transparent;
border-left-color: #000000;
}

#bbreadcrumb li a:hover{
background: #362cc9;
}

#bbreadcrumb li a:hover:before{
border-color: #362cc9;
border-left-color: transparent;
}

#bbreadcrumb li a:hover:after{
border-left-color: #362cc9;
}

#bbreadcrumb li a:hover:after{
border-left-color: #362cc9;
}

0 comments on commit e5521ea

Please sign in to comment.