File size: 402 Bytes
1982de5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.breadcrumbs {
  font-weight: 700;
  color: var(--text-muted-color);
  font-size: .8125rem;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;

  display: flex;
}

.actions {
  margin-left: auto;

  a:hover {
    color: var(--text-muted-hover-color);
  }
}

//.title {
//  font-size: 1.59375rem;
//  line-height: 1.25;
//  font-weight: 500;
//  color: var(--text-color);
//  padding-bottom: 1.5rem;
//}