_page.scss 299 字节
Newer Older
C
chomik 已提交
1 2 3 4
.page-title-box {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
C
codecalm 已提交
5
  margin: .5rem 0 1.5rem;
C
chomik 已提交
6 7 8 9
}

.page-title {
  margin: 0;
10
  font-size: $h2-font-size;
C
chomik 已提交
11 12
  font-weight: 400;
  line-height: 2.5rem;
13
  color: $body-color;
C
chomik 已提交
14 15 16 17 18 19
}

.page-title-options {
  margin-left: auto;
  color: $text-muted;
}