.sand-toolbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 40px;
  height: auto;
  padding-bottom: 3px;
  line-height: 1.5;
  background: #fcfcfc;
  transition: all 0.25s cubic-bezier(0.3, 1.2, 0.2, 1);
  z-index: 200;
  user-select: none;
}
.sand-toolbar,
.sand-toolbar * {
  box-sizing: border-box;
}
.sand-toolbar-group {
  height: 100%;
  padding: 3px 4px 0 4px;
  display: inline-block;
}
.sand-toolbar-group + .sand-toolbar-group {
  border-left: 1px solid #e8e8e8;
}
