/*!
 * @@persagy2/meri-design v1.4.9-extend.2
 * (c) 2019-2020 xiongshuang
 * Released under the MIT License.
 * 2022-12-07 10:33:25
 */
.p-stick
  display: flex
  width: 100%
  height: 32px
  line-height: 32px
  font-size: 0

.p-stick .p-stick-item
  flex: 1
  display: flex
  align-items: center
  justify-content: center
  font-size: 12px
  overflow: hidden
  text-overflow: ellipsis
  white-space: nowrap

.p-stick .p-stick-item.p-stick-item-none
  display: none

.p-stick .p-stick-item.p-stick-item-default
  background-color: $grey-50
  color: $grey-600

.p-stick .p-stick-item.p-stick-item-error
  background-color: $red-50
  color: $red-600

.p-stick .p-stick-item.p-stick-item-warning
  background-color: $orange-50
  color: $orange-600

.p-stick .p-stick-item.p-stick-item-info
  background-color: $blue-50
  color: $blue-600

