-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathdrupal-bootstrap.less
66 lines (59 loc) · 1.37 KB
/
drupal-bootstrap.less
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@import "drupal-bootstrap/component/alert";
@import "drupal-bootstrap/component/ajax";
@import "drupal-bootstrap/component/field";
@import "drupal-bootstrap/component/file";
@import "drupal-bootstrap/component/filter";
@import "drupal-bootstrap/component/form";
@import "drupal-bootstrap/component/icon";
@import "drupal-bootstrap/component/navbar";
@import "drupal-bootstrap/component/node";
@import "drupal-bootstrap/component/panel";
@import "drupal-bootstrap/component/progress-bar";
@import "drupal-bootstrap/component/table-drag";
@import "drupal-bootstrap/component/tabs";
@import "drupal-bootstrap/component/toolbar";
// jQuery UI style overrides.
@import "drupal-bootstrap/jquery-ui/autocomplete";
ol, ul {
padding-left: 1.5em;
.popover &:last-child {
margin-bottom: 0;
}
}
// Page header.
.page-header {
margin-top: 0;
}
// Footer.
.footer {
margin-top: 45px;
padding-top: 35px;
padding-bottom: 36px;
border-top: 1px solid #E5E5E5;
}
// Paragraphs.
p:last-child,
.form-group:last-child,
.panel:last-child {
margin-bottom: 0;
}
// Help region.
.region-help {
> .glyphicon {
font-size: @font-size-large;
float: left;
margin: -0.05em 0.5em 0 0;
}
.block {
overflow: hidden;
}
}
.help-block, .control-group .help-inline {
color: @gray-light;
font-size: 12px;
margin: 5px 0 10px;
padding: 0;
&:first-child {
margin-top: 0;
}
}