_stamps.scss 369 字节
Newer Older
C
chomik 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.stamp {
  display: inline-block;
  min-width: px2rem(40px);
  height: px2rem(40px);
  padding: 0 .25rem;
  font-size: $font-size-base;
  font-weight: 600;
  line-height: px2rem(40px);
  color: $text-muted;
  text-align: center;
  background: theme-color-lightest($text-muted);
  border-radius: 3px;

  .icon {
C
chomik 已提交
15
    font-size: 1.25rem;
16
    vertical-align: middle;
C
chomik 已提交
17 18
  }
}