matthewselby
10/17/2017 - 5:28 PM

Nuvo-Express css for adding border top to procedure sidebar. Used when sidebar and top bar are similar colors. Replace color with highlight

Nuvo-Express css for adding border top to procedure sidebar. Used when sidebar and top bar are similar colors. Replace color with highlight from color palette.

.single-procedure .sidebar-primary {
  border-top: 2px solid #fff;
}