mumuki-styles 1.20.0 → 1.21.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/dev-awesome.eot +0 -0
- data/app/assets/fonts/dev-awesome.svg +71 -561
- data/app/assets/fonts/dev-awesome.ttf +0 -0
- data/app/assets/fonts/dev-awesome.woff +0 -0
- data/app/assets/fonts/dev-awesome.woff2 +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/bash.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/c.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/code.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/cpp.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/css.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/elixir.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/gobstones.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/haskell.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/html.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/java.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/javascript.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/mumuki-circle.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/mumuki.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/php.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/prolog.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/python.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/qsim.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/ruby.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/sql.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/text.svg +0 -0
- data/app/assets/fonts/{dev-awesome/svg → svg}/colored/wollok.svg +0 -0
- data/app/assets/stylesheets/css/mumuki-styles.css +48 -59
- data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +75 -115
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +23 -24
- data/app/assets/fonts/dev-awesome/svg/colored/mongodb.svg +0 -255
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -8401,174 +8401,163 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
|
|
8401
8401
|
|
8402
8402
|
@font-face {
|
8403
8403
|
font-family: "dev-awesome";
|
8404
|
-
src: url("../fonts/dev-awesome.eot?
|
8405
|
-
src: url("../fonts/dev-awesome.eot?731456081de282b066693322d2d6cc24#iefix") format("embedded-opentype"), url("../fonts/dev-awesome.woff2?731456081de282b066693322d2d6cc24") format("woff2"), url("../fonts/dev-awesome.woff?731456081de282b066693322d2d6cc24") format("woff"), url("../fonts/dev-awesome.ttf?731456081de282b066693322d2d6cc24") format("truetype"), url("../fonts/dev-awesome.svg?731456081de282b066693322d2d6cc24#dev-awesome") format("svg");
|
8404
|
+
src: url("../fonts/dev-awesome.eot?362cecd9fc63fecf18d1fe2ee2a891cf?#iefix") format("embedded-opentype"), url("../fonts/dev-awesome.woff2?362cecd9fc63fecf18d1fe2ee2a891cf") format("woff2"), url("../fonts/dev-awesome.woff?362cecd9fc63fecf18d1fe2ee2a891cf") format("woff");
|
8406
8405
|
font-weight: normal;
|
8407
8406
|
font-style: normal; }
|
8408
8407
|
|
8409
8408
|
.da {
|
8410
|
-
|
8411
|
-
|
8412
|
-
|
8409
|
+
line-height: 1; }
|
8410
|
+
|
8411
|
+
.da:before {
|
8412
|
+
font-family: dev-awesome;
|
8413
8413
|
font-style: normal;
|
8414
|
-
|
8415
|
-
text-decoration: inherit;
|
8414
|
+
font-weight: normal;
|
8416
8415
|
text-transform: none;
|
8417
|
-
text-rendering: auto;
|
8418
|
-
-webkit-font-smoothing: antialiased;
|
8419
|
-
-moz-osx-font-smoothing: grayscale; }
|
8416
|
+
text-rendering: auto; }
|
8420
8417
|
|
8421
8418
|
.da-bash:before {
|
8422
|
-
content: "\
|
8419
|
+
content: "\f101"; }
|
8423
8420
|
|
8424
8421
|
.da-bash-c:before {
|
8425
8422
|
content: "\2001";
|
8426
8423
|
background-size: 100% 100%;
|
8427
|
-
background-image: url("../fonts/
|
8424
|
+
background-image: url("../fonts/svg/colored/bash.svg"); }
|
8428
8425
|
|
8429
8426
|
.da-c:before {
|
8430
|
-
content: "\
|
8427
|
+
content: "\f102"; }
|
8431
8428
|
|
8432
8429
|
.da-c-c:before {
|
8433
8430
|
content: "\2001";
|
8434
8431
|
background-size: 100% 100%;
|
8435
|
-
background-image: url("../fonts/
|
8432
|
+
background-image: url("../fonts/svg/colored/c.svg"); }
|
8436
8433
|
|
8437
8434
|
.da-code:before {
|
8438
|
-
content: "\
|
8435
|
+
content: "\f103"; }
|
8439
8436
|
|
8440
8437
|
.da-code-c:before {
|
8441
8438
|
content: "\2001";
|
8442
8439
|
background-size: 100% 100%;
|
8443
|
-
background-image: url("../fonts/
|
8440
|
+
background-image: url("../fonts/svg/colored/code.svg"); }
|
8444
8441
|
|
8445
8442
|
.da-cpp:before {
|
8446
|
-
content: "\
|
8443
|
+
content: "\f104"; }
|
8447
8444
|
|
8448
8445
|
.da-cpp-c:before {
|
8449
8446
|
content: "\2001";
|
8450
8447
|
background-size: 100% 100%;
|
8451
|
-
background-image: url("../fonts/
|
8448
|
+
background-image: url("../fonts/svg/colored/cpp.svg"); }
|
8452
8449
|
|
8453
8450
|
.da-css:before {
|
8454
|
-
content: "\
|
8451
|
+
content: "\f105"; }
|
8455
8452
|
|
8456
8453
|
.da-css-c:before {
|
8457
8454
|
content: "\2001";
|
8458
8455
|
background-size: 100% 100%;
|
8459
|
-
background-image: url("../fonts/
|
8456
|
+
background-image: url("../fonts/svg/colored/css.svg"); }
|
8460
8457
|
|
8461
8458
|
.da-elixir:before {
|
8462
|
-
content: "\
|
8459
|
+
content: "\f106"; }
|
8463
8460
|
|
8464
8461
|
.da-elixir-c:before {
|
8465
8462
|
content: "\2001";
|
8466
8463
|
background-size: 100% 100%;
|
8467
|
-
background-image: url("../fonts/
|
8464
|
+
background-image: url("../fonts/svg/colored/elixir.svg"); }
|
8468
8465
|
|
8469
8466
|
.da-gobstones:before {
|
8470
|
-
content: "\
|
8467
|
+
content: "\f107"; }
|
8471
8468
|
|
8472
8469
|
.da-gobstones-c:before {
|
8473
8470
|
content: "\2001";
|
8474
8471
|
background-size: 100% 100%;
|
8475
|
-
background-image: url("../fonts/
|
8472
|
+
background-image: url("../fonts/svg/colored/gobstones.svg"); }
|
8476
8473
|
|
8477
8474
|
.da-haskell:before {
|
8478
|
-
content: "\
|
8475
|
+
content: "\f108"; }
|
8479
8476
|
|
8480
8477
|
.da-haskell-c:before {
|
8481
8478
|
content: "\2001";
|
8482
8479
|
background-size: 100% 100%;
|
8483
|
-
background-image: url("../fonts/
|
8480
|
+
background-image: url("../fonts/svg/colored/haskell.svg"); }
|
8484
8481
|
|
8485
8482
|
.da-html:before {
|
8486
|
-
content: "\
|
8483
|
+
content: "\f109"; }
|
8487
8484
|
|
8488
8485
|
.da-html-c:before {
|
8489
8486
|
content: "\2001";
|
8490
8487
|
background-size: 100% 100%;
|
8491
|
-
background-image: url("../fonts/
|
8488
|
+
background-image: url("../fonts/svg/colored/html.svg"); }
|
8492
8489
|
|
8493
8490
|
.da-java:before {
|
8494
|
-
content: "\
|
8491
|
+
content: "\f10a"; }
|
8495
8492
|
|
8496
8493
|
.da-java-c:before {
|
8497
8494
|
content: "\2001";
|
8498
8495
|
background-size: 100% 100%;
|
8499
|
-
background-image: url("../fonts/
|
8496
|
+
background-image: url("../fonts/svg/colored/java.svg"); }
|
8500
8497
|
|
8501
8498
|
.da-javascript:before {
|
8502
|
-
content: "\
|
8499
|
+
content: "\f10b"; }
|
8503
8500
|
|
8504
8501
|
.da-javascript-c:before {
|
8505
8502
|
content: "\2001";
|
8506
8503
|
background-size: 100% 100%;
|
8507
|
-
background-image: url("../fonts/
|
8508
|
-
|
8509
|
-
.da-mongodb:before {
|
8510
|
-
content: "\f10a"; }
|
8511
|
-
|
8512
|
-
.da-mongodb-c:before {
|
8513
|
-
content: "\2001";
|
8514
|
-
background-size: 100% 100%;
|
8515
|
-
background-image: url("../fonts/dev-awesome/svg/colored/mongodb.svg"); }
|
8504
|
+
background-image: url("../fonts/svg/colored/javascript.svg"); }
|
8516
8505
|
|
8517
8506
|
.da-mumuki-circle:before {
|
8518
|
-
content: "\
|
8507
|
+
content: "\f10c"; }
|
8519
8508
|
|
8520
8509
|
.da-mumuki-circle-c:before {
|
8521
8510
|
content: "\2001";
|
8522
8511
|
background-size: 100% 100%;
|
8523
|
-
background-image: url("../fonts/
|
8512
|
+
background-image: url("../fonts/svg/colored/mumuki-circle.svg"); }
|
8524
8513
|
|
8525
8514
|
.da-mumuki:before {
|
8526
|
-
content: "\
|
8515
|
+
content: "\f10d"; }
|
8527
8516
|
|
8528
8517
|
.da-mumuki-c:before {
|
8529
8518
|
content: "\2001";
|
8530
8519
|
background-size: 100% 100%;
|
8531
|
-
background-image: url("../fonts/
|
8520
|
+
background-image: url("../fonts/svg/colored/mumuki.svg"); }
|
8532
8521
|
|
8533
8522
|
.da-php:before {
|
8534
|
-
content: "\
|
8523
|
+
content: "\f10e"; }
|
8535
8524
|
|
8536
8525
|
.da-php-c:before {
|
8537
8526
|
content: "\2001";
|
8538
8527
|
background-size: 100% 100%;
|
8539
|
-
background-image: url("../fonts/
|
8528
|
+
background-image: url("../fonts/svg/colored/php.svg"); }
|
8540
8529
|
|
8541
8530
|
.da-prolog:before {
|
8542
|
-
content: "\
|
8531
|
+
content: "\f10f"; }
|
8543
8532
|
|
8544
8533
|
.da-prolog-c:before {
|
8545
8534
|
content: "\2001";
|
8546
8535
|
background-size: 100% 100%;
|
8547
|
-
background-image: url("../fonts/
|
8536
|
+
background-image: url("../fonts/svg/colored/prolog.svg"); }
|
8548
8537
|
|
8549
8538
|
.da-python:before {
|
8550
|
-
content: "\
|
8539
|
+
content: "\f110"; }
|
8551
8540
|
|
8552
8541
|
.da-python-c:before {
|
8553
8542
|
content: "\2001";
|
8554
8543
|
background-size: 100% 100%;
|
8555
|
-
background-image: url("../fonts/
|
8544
|
+
background-image: url("../fonts/svg/colored/python.svg"); }
|
8556
8545
|
|
8557
8546
|
.da-qsim:before {
|
8558
|
-
content: "\
|
8547
|
+
content: "\f111"; }
|
8559
8548
|
|
8560
8549
|
.da-qsim-c:before {
|
8561
8550
|
content: "\2001";
|
8562
8551
|
background-size: 100% 100%;
|
8563
|
-
background-image: url("../fonts/
|
8552
|
+
background-image: url("../fonts/svg/colored/qsim.svg"); }
|
8564
8553
|
|
8565
8554
|
.da-ruby:before {
|
8566
|
-
content: "\
|
8555
|
+
content: "\f112"; }
|
8567
8556
|
|
8568
8557
|
.da-ruby-c:before {
|
8569
8558
|
content: "\2001";
|
8570
8559
|
background-size: 100% 100%;
|
8571
|
-
background-image: url("../fonts/
|
8560
|
+
background-image: url("../fonts/svg/colored/ruby.svg"); }
|
8572
8561
|
|
8573
8562
|
.da-sql:before {
|
8574
8563
|
content: "\f113"; }
|
@@ -8576,23 +8565,23 @@ a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
|
|
8576
8565
|
.da-sql-c:before {
|
8577
8566
|
content: "\2001";
|
8578
8567
|
background-size: 100% 100%;
|
8579
|
-
background-image: url("../fonts/
|
8568
|
+
background-image: url("../fonts/svg/colored/sql.svg"); }
|
8580
8569
|
|
8581
8570
|
.da-text:before {
|
8582
|
-
content: "\
|
8571
|
+
content: "\f114"; }
|
8583
8572
|
|
8584
8573
|
.da-text-c:before {
|
8585
8574
|
content: "\2001";
|
8586
8575
|
background-size: 100% 100%;
|
8587
|
-
background-image: url("../fonts/
|
8576
|
+
background-image: url("../fonts/svg/colored/text.svg"); }
|
8588
8577
|
|
8589
8578
|
.da-wollok:before {
|
8590
|
-
content: "\
|
8579
|
+
content: "\f115"; }
|
8591
8580
|
|
8592
8581
|
.da-wollok-c:before {
|
8593
8582
|
content: "\2001";
|
8594
8583
|
background-size: 100% 100%;
|
8595
|
-
background-image: url("../fonts/
|
8584
|
+
background-image: url("../fonts/svg/colored/wollok.svg"); }
|
8596
8585
|
|
8597
8586
|
.checkbox {
|
8598
8587
|
padding-left: 20px; }
|
@@ -1,252 +1,212 @@
|
|
1
1
|
$da-font-path: "../fonts" !default;
|
2
2
|
|
3
|
-
|
4
3
|
@font-face {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
url("#{$da-font-path}/dev-awesome.woff?731456081de282b066693322d2d6cc24") format("woff"),
|
10
|
-
url("#{$da-font-path}/dev-awesome.ttf?731456081de282b066693322d2d6cc24") format("truetype"),
|
11
|
-
url("#{$da-font-path}/dev-awesome.svg?731456081de282b066693322d2d6cc24#dev-awesome") format("svg");
|
4
|
+
font-family: "dev-awesome";
|
5
|
+
src: url("#{$da-font-path}/dev-awesome.eot?362cecd9fc63fecf18d1fe2ee2a891cf?#iefix") format("embedded-opentype"),
|
6
|
+
url("#{$da-font-path}/dev-awesome.woff2?362cecd9fc63fecf18d1fe2ee2a891cf") format("woff2"),
|
7
|
+
url("#{$da-font-path}/dev-awesome.woff?362cecd9fc63fecf18d1fe2ee2a891cf") format("woff");
|
12
8
|
font-weight:normal;
|
13
9
|
font-style:normal;
|
14
10
|
}
|
15
11
|
|
16
12
|
.da {
|
17
|
-
|
18
|
-
font-family:"dev-awesome";
|
19
|
-
|
20
|
-
display:inline-block;
|
21
|
-
font-weight:normal;
|
22
|
-
font-style:normal;
|
23
|
-
speak:none;
|
24
|
-
text-decoration:inherit;
|
25
|
-
text-transform:none;
|
26
|
-
text-rendering:auto;
|
27
|
-
-webkit-font-smoothing:antialiased;
|
28
|
-
-moz-osx-font-smoothing:grayscale;
|
13
|
+
line-height: 1;
|
29
14
|
}
|
30
15
|
|
31
|
-
|
32
|
-
|
33
|
-
|
16
|
+
.da:before {
|
17
|
+
font-family: dev-awesome;
|
18
|
+
font-style: normal;
|
19
|
+
font-weight: normal;
|
20
|
+
text-transform: none;
|
21
|
+
text-rendering: auto;
|
22
|
+
}
|
34
23
|
|
35
24
|
.da-bash:before {
|
36
|
-
|
25
|
+
content: "\f101";
|
37
26
|
}
|
27
|
+
|
38
28
|
.da-bash-c:before {
|
39
29
|
content: "\2001";
|
40
30
|
background-size: 100% 100%;
|
41
|
-
|
31
|
+
background-image: url("#{$da-font-path}/svg/colored/bash.svg");
|
42
32
|
}
|
43
|
-
|
44
|
-
|
45
33
|
.da-c:before {
|
46
|
-
|
34
|
+
content: "\f102";
|
47
35
|
}
|
36
|
+
|
48
37
|
.da-c-c:before {
|
49
38
|
content: "\2001";
|
50
39
|
background-size: 100% 100%;
|
51
|
-
|
40
|
+
background-image: url("#{$da-font-path}/svg/colored/c.svg");
|
52
41
|
}
|
53
|
-
|
54
|
-
|
55
42
|
.da-code:before {
|
56
|
-
|
43
|
+
content: "\f103";
|
57
44
|
}
|
45
|
+
|
58
46
|
.da-code-c:before {
|
59
47
|
content: "\2001";
|
60
48
|
background-size: 100% 100%;
|
61
|
-
|
49
|
+
background-image: url("#{$da-font-path}/svg/colored/code.svg");
|
62
50
|
}
|
63
|
-
|
64
|
-
|
65
51
|
.da-cpp:before {
|
66
|
-
|
52
|
+
content: "\f104";
|
67
53
|
}
|
54
|
+
|
68
55
|
.da-cpp-c:before {
|
69
56
|
content: "\2001";
|
70
57
|
background-size: 100% 100%;
|
71
|
-
|
58
|
+
background-image: url("#{$da-font-path}/svg/colored/cpp.svg");
|
72
59
|
}
|
73
|
-
|
74
|
-
|
75
60
|
.da-css:before {
|
76
|
-
|
61
|
+
content: "\f105";
|
77
62
|
}
|
63
|
+
|
78
64
|
.da-css-c:before {
|
79
65
|
content: "\2001";
|
80
66
|
background-size: 100% 100%;
|
81
|
-
|
67
|
+
background-image: url("#{$da-font-path}/svg/colored/css.svg");
|
82
68
|
}
|
83
|
-
|
84
|
-
|
85
69
|
.da-elixir:before {
|
86
|
-
|
70
|
+
content: "\f106";
|
87
71
|
}
|
72
|
+
|
88
73
|
.da-elixir-c:before {
|
89
74
|
content: "\2001";
|
90
75
|
background-size: 100% 100%;
|
91
|
-
|
76
|
+
background-image: url("#{$da-font-path}/svg/colored/elixir.svg");
|
92
77
|
}
|
93
|
-
|
94
|
-
|
95
78
|
.da-gobstones:before {
|
96
|
-
|
79
|
+
content: "\f107";
|
97
80
|
}
|
81
|
+
|
98
82
|
.da-gobstones-c:before {
|
99
83
|
content: "\2001";
|
100
84
|
background-size: 100% 100%;
|
101
|
-
|
85
|
+
background-image: url("#{$da-font-path}/svg/colored/gobstones.svg");
|
102
86
|
}
|
103
|
-
|
104
|
-
|
105
87
|
.da-haskell:before {
|
106
|
-
|
88
|
+
content: "\f108";
|
107
89
|
}
|
90
|
+
|
108
91
|
.da-haskell-c:before {
|
109
92
|
content: "\2001";
|
110
93
|
background-size: 100% 100%;
|
111
|
-
|
94
|
+
background-image: url("#{$da-font-path}/svg/colored/haskell.svg");
|
112
95
|
}
|
113
|
-
|
114
|
-
|
115
96
|
.da-html:before {
|
116
|
-
|
97
|
+
content: "\f109";
|
117
98
|
}
|
99
|
+
|
118
100
|
.da-html-c:before {
|
119
101
|
content: "\2001";
|
120
102
|
background-size: 100% 100%;
|
121
|
-
|
103
|
+
background-image: url("#{$da-font-path}/svg/colored/html.svg");
|
122
104
|
}
|
123
|
-
|
124
|
-
|
125
105
|
.da-java:before {
|
126
|
-
|
106
|
+
content: "\f10a";
|
127
107
|
}
|
108
|
+
|
128
109
|
.da-java-c:before {
|
129
110
|
content: "\2001";
|
130
111
|
background-size: 100% 100%;
|
131
|
-
|
112
|
+
background-image: url("#{$da-font-path}/svg/colored/java.svg");
|
132
113
|
}
|
133
|
-
|
134
|
-
|
135
114
|
.da-javascript:before {
|
136
|
-
|
137
|
-
}
|
138
|
-
.da-javascript-c:before {
|
139
|
-
content: "\2001";
|
140
|
-
background-size: 100% 100%;
|
141
|
-
background-image: url("#{$da-font-path}/dev-awesome/svg/colored/javascript.svg");
|
115
|
+
content: "\f10b";
|
142
116
|
}
|
143
117
|
|
144
|
-
|
145
|
-
.da-mongodb:before {
|
146
|
-
content:"\f10a";
|
147
|
-
}
|
148
|
-
.da-mongodb-c:before {
|
118
|
+
.da-javascript-c:before {
|
149
119
|
content: "\2001";
|
150
120
|
background-size: 100% 100%;
|
151
|
-
|
121
|
+
background-image: url("#{$da-font-path}/svg/colored/javascript.svg");
|
152
122
|
}
|
153
|
-
|
154
|
-
|
155
123
|
.da-mumuki-circle:before {
|
156
|
-
|
124
|
+
content: "\f10c";
|
157
125
|
}
|
126
|
+
|
158
127
|
.da-mumuki-circle-c:before {
|
159
128
|
content: "\2001";
|
160
129
|
background-size: 100% 100%;
|
161
|
-
|
130
|
+
background-image: url("#{$da-font-path}/svg/colored/mumuki-circle.svg");
|
162
131
|
}
|
163
|
-
|
164
|
-
|
165
132
|
.da-mumuki:before {
|
166
|
-
|
133
|
+
content: "\f10d";
|
167
134
|
}
|
135
|
+
|
168
136
|
.da-mumuki-c:before {
|
169
137
|
content: "\2001";
|
170
138
|
background-size: 100% 100%;
|
171
|
-
|
139
|
+
background-image: url("#{$da-font-path}/svg/colored/mumuki.svg");
|
172
140
|
}
|
173
|
-
|
174
|
-
|
175
141
|
.da-php:before {
|
176
|
-
|
142
|
+
content: "\f10e";
|
177
143
|
}
|
144
|
+
|
178
145
|
.da-php-c:before {
|
179
146
|
content: "\2001";
|
180
147
|
background-size: 100% 100%;
|
181
|
-
|
148
|
+
background-image: url("#{$da-font-path}/svg/colored/php.svg");
|
182
149
|
}
|
183
|
-
|
184
|
-
|
185
150
|
.da-prolog:before {
|
186
|
-
|
151
|
+
content: "\f10f";
|
187
152
|
}
|
153
|
+
|
188
154
|
.da-prolog-c:before {
|
189
155
|
content: "\2001";
|
190
156
|
background-size: 100% 100%;
|
191
|
-
|
157
|
+
background-image: url("#{$da-font-path}/svg/colored/prolog.svg");
|
192
158
|
}
|
193
|
-
|
194
|
-
|
195
159
|
.da-python:before {
|
196
|
-
|
160
|
+
content: "\f110";
|
197
161
|
}
|
162
|
+
|
198
163
|
.da-python-c:before {
|
199
164
|
content: "\2001";
|
200
165
|
background-size: 100% 100%;
|
201
|
-
|
166
|
+
background-image: url("#{$da-font-path}/svg/colored/python.svg");
|
202
167
|
}
|
203
|
-
|
204
|
-
|
205
168
|
.da-qsim:before {
|
206
|
-
|
169
|
+
content: "\f111";
|
207
170
|
}
|
171
|
+
|
208
172
|
.da-qsim-c:before {
|
209
173
|
content: "\2001";
|
210
174
|
background-size: 100% 100%;
|
211
|
-
|
175
|
+
background-image: url("#{$da-font-path}/svg/colored/qsim.svg");
|
212
176
|
}
|
213
|
-
|
214
|
-
|
215
177
|
.da-ruby:before {
|
216
|
-
|
178
|
+
content: "\f112";
|
217
179
|
}
|
180
|
+
|
218
181
|
.da-ruby-c:before {
|
219
182
|
content: "\2001";
|
220
183
|
background-size: 100% 100%;
|
221
|
-
|
184
|
+
background-image: url("#{$da-font-path}/svg/colored/ruby.svg");
|
222
185
|
}
|
223
|
-
|
224
|
-
|
225
186
|
.da-sql:before {
|
226
|
-
|
187
|
+
content: "\f113";
|
227
188
|
}
|
189
|
+
|
228
190
|
.da-sql-c:before {
|
229
191
|
content: "\2001";
|
230
192
|
background-size: 100% 100%;
|
231
|
-
|
193
|
+
background-image: url("#{$da-font-path}/svg/colored/sql.svg");
|
232
194
|
}
|
233
|
-
|
234
|
-
|
235
195
|
.da-text:before {
|
236
|
-
|
196
|
+
content: "\f114";
|
237
197
|
}
|
198
|
+
|
238
199
|
.da-text-c:before {
|
239
200
|
content: "\2001";
|
240
201
|
background-size: 100% 100%;
|
241
|
-
|
202
|
+
background-image: url("#{$da-font-path}/svg/colored/text.svg");
|
242
203
|
}
|
243
|
-
|
244
|
-
|
245
204
|
.da-wollok:before {
|
246
|
-
|
205
|
+
content: "\f115";
|
247
206
|
}
|
207
|
+
|
248
208
|
.da-wollok-c:before {
|
249
209
|
content: "\2001";
|
250
210
|
background-size: 100% 100%;
|
251
|
-
|
211
|
+
background-image: url("#{$da-font-path}/svg/colored/wollok.svg");
|
252
212
|
}
|