summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/less/components/page.less
blob: 66b2f43a2f9d4edc79368dc46ed21871d14fdb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@import (reference) "../variables";
@import (reference) "../mixins";
@import (reference) "../ui";

.page {
  padding: 10px 0;
}

.page-header,
// deprecated
.page_title {
  .clearfix;
  margin-bottom: 10px;
}

.page-title {
  float: left;
  font-size: @mediumFontSize !important;
  line-height: @formControlHeight;
}

.page-actions {
  float: right;
}

.page-description {
  float: left;
  clear: left;
  font-size: @smallFontSize;
  line-height: 1.5;
}