File: _dep.scss

package info (click to toggle)
libjs-jsxc 3.0.0%2Bdfsg3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 16,856 kB
  • ctags: 2,731
  • sloc: makefile: 13; sh: 1
file content (56 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (2)
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
@import "../lib/jquery.mCustomScrollbar";
@import "../lib/magnific-popup/src/css/main";
@import "../lib/emojione/assets/css/emojione";

/* BEGIN: bootstrap */
@import "../lib/bootstrap/assets/stylesheets/bootstrap/variables";
@import "../lib/bootstrap/assets/stylesheets/bootstrap/mixins";

// Spec and IE10+
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

#jsxc_dialog {
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/progress-bars";
}

#jsxc_dialog, #jsxc_webrtc {
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/utilities";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/code";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/grid";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/alerts";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/buttons";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/button-groups";
    @import "../lib/bootstrap/assets/stylesheets/bootstrap/forms";

    .progress {
        margin-bottom: 0px;
    }
}

.mfp-bg {
    z-index: 9000;
}

.mfp-wrap {
    z-index: 9010;
}

.mfp-content {
    text-align: center;
}

#jsxc_dialog {
    .mfp-close {
        font-size: 23px;
    }
}

/* END: bootstrap */