-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.less
28 lines (24 loc) · 928 Bytes
/
app.less
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
@import "bower_components/bootstrap/less/bootstrap.less";
//@import "bower_components/bootstrap/less/theme.less";
@import "bower_components/font-awesome/less/font-awesome.less";
@fa-font-path: "bower_components/font-awesome/fonts";
/* Component LESS */
@import "modules/employees/employees-list/employees-list.less";
@import "modules/user/user-list/user-list.less";
@import "modules/user/user-create/user-create.less";
@import "modules/user/user-update/user-update.less";
@import "modules/demo/demo-list/demo-list.less";
/* Add Component LESS Above */
/* Required for Angular UI Bootstrap */
.nav, .pagination, .carousel 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);
// }
//}