argos/dmp-frontend/src/app/shared/components/breadcrumb/breadcrumb.component.scss

9 lines
116 B
SCSS
Raw Normal View History

2018-06-27 17:37:26 +02:00
ol.no-style {
li {
list-style-type: none;
}
margin-bottom: 0px;
margin-top: 20px;
2018-07-23 16:01:27 +02:00
padding-left: 0px
2018-06-27 12:29:21 +02:00
}