_stamps.scss 392 字节
Newer Older
C
chomik 已提交
1
.stamp {
C
codecalm 已提交
2 3 4 5
  display: inline-flex;
  align-items: center;
  justify-content: center;

6 7 8 9
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;

C
chomik 已提交
10 11
  padding: 0 .25rem;
  font-size: $font-size-base;
C
codecalm 已提交
12
  font-weight: $font-weight-bold;
C
chomik 已提交
13 14
  color: $text-muted;
  text-align: center;
15
  background: $gray-200;
C
chomik 已提交
16 17 18
  border-radius: 3px;

  .icon {
C
chomik 已提交
19
    font-size: 1.25rem;
20
    vertical-align: middle;
C
chomik 已提交
21 22
  }
}