File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -971,9 +971,19 @@ img.course-tool__icon {
971971 .form-horizontal .control-label { text-align :left ; }
972972 textarea .form-control { min-height :140px ; }
973973}
974- .app-breadcrumb * { all : unset ; @apply text-tiny font-semibold text-gray- 90; }
975- .app-breadcrumb .p-breadcrumb-separator { padding-inline : .25rem !important ; }
976- .app-breadcrumb a { cursor : pointer ; text-decoration : none ; }
974+ .app-breadcrumb { font-size : 0.8125rem ; }
975+ .app-breadcrumb .p-breadcrumb ,
976+ .app-breadcrumb .p-breadcrumb-list li > a ,
977+ .app-breadcrumb .p-breadcrumb-list li > span ,
978+ .app-breadcrumb .p-breadcrumb .p-menuitem-text {
979+ font-size : inherit !important ;
980+ line-height : 1.25rem ;
981+ }
982+ .app-breadcrumb .p-breadcrumb-list li > a ,
983+ .app-breadcrumb .p-breadcrumb-list li :last-child > span {
984+ font-weight : 600 ;
985+ }
986+ .app-breadcrumb .p-breadcrumb-separator { padding-inline : .25rem ; }
977987
978988@import " ~@fancyapps/fancybox/dist/jquery.fancybox.css" ;
979989@import " ~timepicker/jquery.timepicker.min.css" ;
You can’t perform that action at this time.
0 commit comments