summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application.scss
blob: 3e1b42c464c668da8ef297091d210c72cf68d642 (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: 40px;
}
@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";