summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
blob: 25e854e2f2016bec7edc6ff080dc68bf1281a8dd (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 custom scss, content to be set in deployment.
//
@import "tail";

// First import journal variables
@import "bootswatch/cerulean/variables";

//
// import bootstrap.
//
@import "bootstrap";
body { padding-top: 60px; }

@import "bootstrap-responsive";

table.table-hover .btn {
  opacity: 0;
}
table.table-hover tr:hover .btn {
  opacity: 1;
}
@import "bootstrap-editable";

// And finally bootswatch style itself
@import "bootswatch/cerulean/bootswatch";

//
// import custom scss, content to be set in deployment.
//
@import "tail";