Skip to content

Commit fbcc655

Browse files
authored
Merge pull request #256 from iMattPro/issue/250
Style updates
2 parents 4fbabfa + 5890fb2 commit fbcc655

13 files changed

+115
-154
lines changed

package-lock.json

Lines changed: 69 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/qi_bootstrap.css

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/qi_bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/qi_bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/qi_bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/qi_bootstrap.scss

Lines changed: 24 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,35 @@ $enable-gradients: true;
1919
// Import Bootstrap (do not change or move this line)
2020
@import "../node_modules/bootstrap/scss/bootstrap.scss";
2121

22-
// Extend Bootstrap with new components
23-
.fw-strong {
24-
font-weight: 500;
25-
}
26-
27-
.lh-0 {
28-
line-height: 0;
29-
}
30-
22+
// Extend Bootstrap with new Callout component
3123
.callout {
3224
padding: $spacer 1.25rem;
3325
margin: $spacer 0;
3426
border-radius: $border-radius;
3527
border: $border-width solid $gray-200;
3628
border-left-width: $spacer * .25;
3729
border-radius: $spacer * .25;
38-
}
39-
40-
.callout h4 {
41-
margin-bottom: $spacer * .25;
42-
}
43-
44-
.callout p:last-child {
45-
margin-bottom: 0;
46-
}
47-
48-
.callout + .callout {
49-
margin-top: -($spacer * .25);
50-
}
51-
52-
.callout-primary {
53-
border-left-color: $primary;
54-
}
55-
56-
.callout-info {
57-
border-left-color: $info;
58-
}
59-
60-
.callout-warning {
61-
border-left-color: $warning;
62-
}
63-
64-
.callout-danger {
65-
border-left-color: $danger;
30+
h4 {
31+
margin-bottom: $spacer * .25;
32+
}
33+
p {
34+
&:last-child {
35+
margin-bottom: 0;
36+
}
37+
}
38+
+ .callout {
39+
margin-top: -($spacer * .25);
40+
}
41+
&-primary {
42+
border-left-color: $primary;
43+
}
44+
&-info {
45+
border-left-color: $info;
46+
}
47+
&-warning {
48+
border-left-color: $warning;
49+
}
50+
&-danger {
51+
border-left-color: $danger;
52+
}
6653
}

style/assets/css/qi_bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style/assets/css/qi_bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)