25 lines
542 B
CSS
25 lines
542 B
CSS
#top_navigator{
|
|
padding-top:20px;
|
|
padding-bottom:20px;
|
|
background-color:#eeeeee
|
|
}
|
|
|
|
#top_navigator ul.justify-content-center div.navigator_center span{
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
}
|
|
#top_navigator ul.justify-content-center div.navigator_center span strong{
|
|
color:#26417D;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#top_navigator ul.justify-content-center div.navigator_center span strong{
|
|
color:#26417D;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#top_navigator ul.justify-content-end li.cart a{
|
|
font-size: 1.5rem;
|
|
font-weight: 500;
|
|
}
|