Skip to content

Commit 61a9b34

Browse files
committed
Add custom style from modified bootstrap
1 parent 31a04c0 commit 61a9b34

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

_sass/_variables.scss

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Customize default style definitions of Bootstrap.
2+
@import 'colors';
3+
4+
$link-decoration: underline;
5+
6+
$card-bg: $gray-100;
7+
8+
$card-border-width: 0;
9+
10+
$container-max-widths: (
11+
sm: 540px,
12+
md: 720px,
13+
lg: 960px,
14+
xl: 1360px
15+
);
16+
17+
$grid-breakpoints: (
18+
xs: 0,
19+
sm: 576px,
20+
md: 768px,
21+
lg: 992px,
22+
xl: 1400px
23+
);

assets/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
@charset "utf-8";
44
@import 'font';
5-
@import 'colors';
5+
@import 'variables';
66
@import 'bootstrap/bootstrap';
77
@import 'custom';
88
@import 'dark';

0 commit comments

Comments
 (0)