-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.less
36 lines (33 loc) · 1.01 KB
/
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
29
30
31
32
33
34
35
36
@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 "tictactoe/tictactoe.less";
@import "home/home.less";
@import "partial/dialog/dialog.less";
@import "soccer/soccer.less";
@import "partial/winner/winner.less";
@import "carrace/carrace.less";
@import "grammarGamble/grammarGamble.less";
@import "fight/fight.less";
@import "alphabet/alphabet.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);
// }
//}
@media (max-width: 1024px) {
.hideLow {
display: none;
}
}