$border = #eaeaea
$darkBorder = lighten($UI.colors.dark, 0%)

.root
  flex-direction row
  border-color $border
  border-bottom-width 1px
  padding-left 1u
  padding-right 1u

.dark
  &.root
    border-color $darkBorder
