]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/listing.scss
CSS: Add file with only fonts
[ipfire.org.git] / src / scss / listing.scss
CommitLineData
bb17dfa8
MT
1@import "variables";
2
3// Import bootstrap
4@import "../bootstrap/scss/functions";
5@import "../bootstrap/scss/variables";
6@import "../bootstrap/scss/mixins";
7@import "../bootstrap/scss/reboot";
8
9// Import components we need
10@import "../bootstrap/scss/type";
11@import "../bootstrap/scss/tables";
12
13// Include fonts
20cd8624 14@import "_fonts.scss";
bb17dfa8
MT
15
16body {
17 padding: $spacer * 2;
18}
19
20// Make all tables .table by default
21table {
22 @extend .table;
23
24 width: auto;
25}
26
27hr {
28 display: none;
29}