-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.less
More file actions
67 lines (56 loc) · 1.54 KB
/
app.less
File metadata and controls
67 lines (56 loc) · 1.54 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@import "bower_components/bootstrap/less/bootstrap.less";
/*@import "bootswatch.less";*/
/*@import "variables.less";*/
@import "bower_components/font-awesome/less/font-awesome.less";
@fa-font-path: "bower_components/font-awesome/fonts";
@icon-font-path: "bower_components/bootstrap/fonts/";
/* Component LESS */
@import "partial/ward-council/ward-council.less";
@import "partial/home/home.less";
@import "partial/navbar/navbar.less";
@import "partial/ward-council-print/ward-council-print.less";
@import "partial/ward-council/generate-agenda/generate-agenda.less";
/* Add Component LESS Above */
/* Required for Angular UI Bootstrap */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
/* Personal preference for BS modal. The LESS below makes the backdrop white and
causes the modal to fade in rather than slide in. */
//@modal-backdrop-bg: white;
//.modal {
// &.fade {
// .transition(opacity .3s);
// }
// &.fade .modal-dialog {
// .translate(0,0);
// }
//}
body {
font-family: 'Open Sans', sans-serif;
}
.full-width {
width: 100%
}
table.bordered-table {
border-collapse: collapse;
}
table.bordered-table, .bordered-table th, .bordered-table td {
border: 1px solid darkgray;
}
table.bordered-table td {
padding: 2px 4px;
}
.print-page{
margin: 0px;
padding: 0px;
width: 670px; /* width: 7in; */
height: 900px; /* or height: 9.5in; */
clear: both;
background-color: white;
page-break-after: always;
}
.print-page-wrapper{
background-color: gray;
}
.no-break {
page-break-inside: avoid;
}