mumuki-styles 1.17.2 → 1.18.0
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/svg/colored/php.svg +170 -0
- data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
- data/app/assets/fonts/dev-awesome.eot +0 -0
- data/app/assets/fonts/dev-awesome.svg +6 -2
- 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/javascripts/mumuki-styles.js +3 -3
- data/app/assets/stylesheets/css/mumuki-styles.css +11 -3
- data/app/assets/stylesheets/scss/modules/_new_message.scss +1 -1
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_animated.scss +34 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_bordered-pulled.scss +16 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_core.scss +13 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_fixed-width.scss +6 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_icons.scss +596 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_larger.scss +13 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_list.scss +19 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_mixins.scss +27 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_path.scss +15 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_rotated-flipped.scss +20 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_stacked.scss +20 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_variables.scss +606 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/font-awesome.scss +17 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss +50 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss +67 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss +243 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss +160 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss +269 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss +36 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss +214 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss +570 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss +301 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss +84 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss +50 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss +124 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss +61 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_mixins.scss +39 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss +148 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss +663 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss +244 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss +54 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss +88 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss +265 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss +135 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss +107 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss +177 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_theme.scss +273 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss +103 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss +298 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss +56 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss +862 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss +52 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/vendor/bootstrap-sass/test/dummy_node_mincer/application.css.ejs.scss +6 -0
- data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +15 -5
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_bootstrap.scss +84 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_core.scss +129 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_extras.scss +93 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_icons.scss +381 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_mixins.scss +48 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_path.scss +14 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_variables.scss +734 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss +1953 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome.scss +33 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/_includes/code/core.scss +6 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_animated.scss +37 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_bordered-pulled.scss +28 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_core.scss +9 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_fixed-width.scss +9 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_icons.scss +7 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_larger.scss +16 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_list.scss +22 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_mixins.scss +56 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_path.scss +15 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_rotated-flipped.scss +23 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_screen-reader.scss +5 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_stacked.scss +23 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_variables.scss +17 -0
- data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/font-awesome.scss +17 -0
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +114 -2
@@ -0,0 +1,24 @@
|
|
1
|
+
// Panels
|
2
|
+
|
3
|
+
@mixin panel-variant($border, $heading-text-color, $heading-bg-color, $heading-border) {
|
4
|
+
border-color: $border;
|
5
|
+
|
6
|
+
& > .panel-heading {
|
7
|
+
color: $heading-text-color;
|
8
|
+
background-color: $heading-bg-color;
|
9
|
+
border-color: $heading-border;
|
10
|
+
|
11
|
+
+ .panel-collapse > .panel-body {
|
12
|
+
border-top-color: $border;
|
13
|
+
}
|
14
|
+
.badge {
|
15
|
+
color: $heading-bg-color;
|
16
|
+
background-color: $heading-text-color;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
& > .panel-footer {
|
20
|
+
+ .panel-collapse > .panel-body {
|
21
|
+
border-bottom-color: $border;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
// Responsive utilities
|
2
|
+
|
3
|
+
//
|
4
|
+
// More easily include all the states for responsive-utilities.less.
|
5
|
+
// [converter] $parent hack
|
6
|
+
@mixin responsive-visibility($parent) {
|
7
|
+
#{$parent} {
|
8
|
+
display: block !important;
|
9
|
+
}
|
10
|
+
table#{$parent} { display: table; }
|
11
|
+
tr#{$parent} { display: table-row !important; }
|
12
|
+
th#{$parent},
|
13
|
+
td#{$parent} { display: table-cell !important; }
|
14
|
+
}
|
15
|
+
|
16
|
+
// [converter] $parent hack
|
17
|
+
@mixin responsive-invisibility($parent) {
|
18
|
+
#{$parent} {
|
19
|
+
display: none !important;
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
// Tables
|
2
|
+
|
3
|
+
@mixin table-row-variant($state, $background) {
|
4
|
+
// Exact selectors below required to override `.table-striped` and prevent
|
5
|
+
// inheritance to nested tables.
|
6
|
+
.table > thead > tr,
|
7
|
+
.table > tbody > tr,
|
8
|
+
.table > tfoot > tr {
|
9
|
+
> td.#{$state},
|
10
|
+
> th.#{$state},
|
11
|
+
&.#{$state} > td,
|
12
|
+
&.#{$state} > th {
|
13
|
+
background-color: $background;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
// Hover states for `.table-hover`
|
18
|
+
// Note: this is not available for cells or rows within `thead` or `tfoot`.
|
19
|
+
.table-hover > tbody > tr {
|
20
|
+
> td.#{$state}:hover,
|
21
|
+
> th.#{$state}:hover,
|
22
|
+
&.#{$state}:hover > td,
|
23
|
+
&:hover > .#{$state},
|
24
|
+
&.#{$state}:hover > th {
|
25
|
+
background-color: darken($background, 5%);
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,222 @@
|
|
1
|
+
// Vendor Prefixes
|
2
|
+
//
|
3
|
+
// All vendor mixins are deprecated as of v3.2.0 due to the introduction of
|
4
|
+
// Autoprefixer in our Gruntfile. They will be removed in v4.
|
5
|
+
|
6
|
+
// - Animations
|
7
|
+
// - Backface visibility
|
8
|
+
// - Box shadow
|
9
|
+
// - Box sizing
|
10
|
+
// - Content columns
|
11
|
+
// - Hyphens
|
12
|
+
// - Placeholder text
|
13
|
+
// - Transformations
|
14
|
+
// - Transitions
|
15
|
+
// - User Select
|
16
|
+
|
17
|
+
|
18
|
+
// Animations
|
19
|
+
@mixin animation($animation) {
|
20
|
+
-webkit-animation: $animation;
|
21
|
+
-o-animation: $animation;
|
22
|
+
animation: $animation;
|
23
|
+
}
|
24
|
+
@mixin animation-name($name) {
|
25
|
+
-webkit-animation-name: $name;
|
26
|
+
animation-name: $name;
|
27
|
+
}
|
28
|
+
@mixin animation-duration($duration) {
|
29
|
+
-webkit-animation-duration: $duration;
|
30
|
+
animation-duration: $duration;
|
31
|
+
}
|
32
|
+
@mixin animation-timing-function($timing-function) {
|
33
|
+
-webkit-animation-timing-function: $timing-function;
|
34
|
+
animation-timing-function: $timing-function;
|
35
|
+
}
|
36
|
+
@mixin animation-delay($delay) {
|
37
|
+
-webkit-animation-delay: $delay;
|
38
|
+
animation-delay: $delay;
|
39
|
+
}
|
40
|
+
@mixin animation-iteration-count($iteration-count) {
|
41
|
+
-webkit-animation-iteration-count: $iteration-count;
|
42
|
+
animation-iteration-count: $iteration-count;
|
43
|
+
}
|
44
|
+
@mixin animation-direction($direction) {
|
45
|
+
-webkit-animation-direction: $direction;
|
46
|
+
animation-direction: $direction;
|
47
|
+
}
|
48
|
+
@mixin animation-fill-mode($fill-mode) {
|
49
|
+
-webkit-animation-fill-mode: $fill-mode;
|
50
|
+
animation-fill-mode: $fill-mode;
|
51
|
+
}
|
52
|
+
|
53
|
+
// Backface visibility
|
54
|
+
// Prevent browsers from flickering when using CSS 3D transforms.
|
55
|
+
// Default value is `visible`, but can be changed to `hidden`
|
56
|
+
|
57
|
+
@mixin backface-visibility($visibility){
|
58
|
+
-webkit-backface-visibility: $visibility;
|
59
|
+
-moz-backface-visibility: $visibility;
|
60
|
+
backface-visibility: $visibility;
|
61
|
+
}
|
62
|
+
|
63
|
+
// Drop shadows
|
64
|
+
//
|
65
|
+
// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's
|
66
|
+
// supported browsers that have box shadow capabilities now support it.
|
67
|
+
|
68
|
+
@mixin box-shadow($shadow...) {
|
69
|
+
-webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1
|
70
|
+
box-shadow: $shadow;
|
71
|
+
}
|
72
|
+
|
73
|
+
// Box sizing
|
74
|
+
@mixin box-sizing($boxmodel) {
|
75
|
+
-webkit-box-sizing: $boxmodel;
|
76
|
+
-moz-box-sizing: $boxmodel;
|
77
|
+
box-sizing: $boxmodel;
|
78
|
+
}
|
79
|
+
|
80
|
+
// CSS3 Content Columns
|
81
|
+
@mixin content-columns($column-count, $column-gap: $grid-gutter-width) {
|
82
|
+
-webkit-column-count: $column-count;
|
83
|
+
-moz-column-count: $column-count;
|
84
|
+
column-count: $column-count;
|
85
|
+
-webkit-column-gap: $column-gap;
|
86
|
+
-moz-column-gap: $column-gap;
|
87
|
+
column-gap: $column-gap;
|
88
|
+
}
|
89
|
+
|
90
|
+
// Optional hyphenation
|
91
|
+
@mixin hyphens($mode: auto) {
|
92
|
+
word-wrap: break-word;
|
93
|
+
-webkit-hyphens: $mode;
|
94
|
+
-moz-hyphens: $mode;
|
95
|
+
-ms-hyphens: $mode; // IE10+
|
96
|
+
-o-hyphens: $mode;
|
97
|
+
hyphens: $mode;
|
98
|
+
}
|
99
|
+
|
100
|
+
// Placeholder text
|
101
|
+
@mixin placeholder($color: $input-color-placeholder) {
|
102
|
+
// Firefox
|
103
|
+
&::-moz-placeholder {
|
104
|
+
color: $color;
|
105
|
+
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
106
|
+
}
|
107
|
+
&:-ms-input-placeholder { color: $color; } // Internet Explorer 10+
|
108
|
+
&::-webkit-input-placeholder { color: $color; } // Safari and Chrome
|
109
|
+
}
|
110
|
+
|
111
|
+
// Transformations
|
112
|
+
@mixin scale($ratio...) {
|
113
|
+
-webkit-transform: scale($ratio);
|
114
|
+
-ms-transform: scale($ratio); // IE9 only
|
115
|
+
-o-transform: scale($ratio);
|
116
|
+
transform: scale($ratio);
|
117
|
+
}
|
118
|
+
|
119
|
+
@mixin scaleX($ratio) {
|
120
|
+
-webkit-transform: scaleX($ratio);
|
121
|
+
-ms-transform: scaleX($ratio); // IE9 only
|
122
|
+
-o-transform: scaleX($ratio);
|
123
|
+
transform: scaleX($ratio);
|
124
|
+
}
|
125
|
+
@mixin scaleY($ratio) {
|
126
|
+
-webkit-transform: scaleY($ratio);
|
127
|
+
-ms-transform: scaleY($ratio); // IE9 only
|
128
|
+
-o-transform: scaleY($ratio);
|
129
|
+
transform: scaleY($ratio);
|
130
|
+
}
|
131
|
+
@mixin skew($x, $y) {
|
132
|
+
-webkit-transform: skewX($x) skewY($y);
|
133
|
+
-ms-transform: skewX($x) skewY($y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+
|
134
|
+
-o-transform: skewX($x) skewY($y);
|
135
|
+
transform: skewX($x) skewY($y);
|
136
|
+
}
|
137
|
+
@mixin translate($x, $y) {
|
138
|
+
-webkit-transform: translate($x, $y);
|
139
|
+
-ms-transform: translate($x, $y); // IE9 only
|
140
|
+
-o-transform: translate($x, $y);
|
141
|
+
transform: translate($x, $y);
|
142
|
+
}
|
143
|
+
@mixin translate3d($x, $y, $z) {
|
144
|
+
-webkit-transform: translate3d($x, $y, $z);
|
145
|
+
transform: translate3d($x, $y, $z);
|
146
|
+
}
|
147
|
+
@mixin rotate($degrees) {
|
148
|
+
-webkit-transform: rotate($degrees);
|
149
|
+
-ms-transform: rotate($degrees); // IE9 only
|
150
|
+
-o-transform: rotate($degrees);
|
151
|
+
transform: rotate($degrees);
|
152
|
+
}
|
153
|
+
@mixin rotateX($degrees) {
|
154
|
+
-webkit-transform: rotateX($degrees);
|
155
|
+
-ms-transform: rotateX($degrees); // IE9 only
|
156
|
+
-o-transform: rotateX($degrees);
|
157
|
+
transform: rotateX($degrees);
|
158
|
+
}
|
159
|
+
@mixin rotateY($degrees) {
|
160
|
+
-webkit-transform: rotateY($degrees);
|
161
|
+
-ms-transform: rotateY($degrees); // IE9 only
|
162
|
+
-o-transform: rotateY($degrees);
|
163
|
+
transform: rotateY($degrees);
|
164
|
+
}
|
165
|
+
@mixin perspective($perspective) {
|
166
|
+
-webkit-perspective: $perspective;
|
167
|
+
-moz-perspective: $perspective;
|
168
|
+
perspective: $perspective;
|
169
|
+
}
|
170
|
+
@mixin perspective-origin($perspective) {
|
171
|
+
-webkit-perspective-origin: $perspective;
|
172
|
+
-moz-perspective-origin: $perspective;
|
173
|
+
perspective-origin: $perspective;
|
174
|
+
}
|
175
|
+
@mixin transform-origin($origin) {
|
176
|
+
-webkit-transform-origin: $origin;
|
177
|
+
-moz-transform-origin: $origin;
|
178
|
+
-ms-transform-origin: $origin; // IE9 only
|
179
|
+
transform-origin: $origin;
|
180
|
+
}
|
181
|
+
|
182
|
+
|
183
|
+
// Transitions
|
184
|
+
|
185
|
+
@mixin transition($transition...) {
|
186
|
+
-webkit-transition: $transition;
|
187
|
+
-o-transition: $transition;
|
188
|
+
transition: $transition;
|
189
|
+
}
|
190
|
+
@mixin transition-property($transition-property...) {
|
191
|
+
-webkit-transition-property: $transition-property;
|
192
|
+
transition-property: $transition-property;
|
193
|
+
}
|
194
|
+
@mixin transition-delay($transition-delay) {
|
195
|
+
-webkit-transition-delay: $transition-delay;
|
196
|
+
transition-delay: $transition-delay;
|
197
|
+
}
|
198
|
+
@mixin transition-duration($transition-duration...) {
|
199
|
+
-webkit-transition-duration: $transition-duration;
|
200
|
+
transition-duration: $transition-duration;
|
201
|
+
}
|
202
|
+
@mixin transition-timing-function($timing-function) {
|
203
|
+
-webkit-transition-timing-function: $timing-function;
|
204
|
+
transition-timing-function: $timing-function;
|
205
|
+
}
|
206
|
+
@mixin transition-transform($transition...) {
|
207
|
+
-webkit-transition: -webkit-transform $transition;
|
208
|
+
-moz-transition: -moz-transform $transition;
|
209
|
+
-o-transition: -o-transform $transition;
|
210
|
+
transition: transform $transition;
|
211
|
+
}
|
212
|
+
|
213
|
+
|
214
|
+
// User select
|
215
|
+
// For selecting text on the page
|
216
|
+
|
217
|
+
@mixin user-select($select) {
|
218
|
+
-webkit-user-select: $select;
|
219
|
+
-moz-user-select: $select;
|
220
|
+
-ms-user-select: $select; // IE10+
|
221
|
+
user-select: $select;
|
222
|
+
}
|
@@ -3,12 +3,12 @@ $da-font-path: "../fonts" !default;
|
|
3
3
|
|
4
4
|
@font-face {
|
5
5
|
font-family:"dev-awesome";
|
6
|
-
src:url("#{$da-font-path}/dev-awesome.eot?
|
6
|
+
src:url("#{$da-font-path}/dev-awesome.eot?a117e1776323fb312913690ebd1177fb");
|
7
7
|
src:url("#{$da-font-path}/dev-awesome.eot?#iefix") format("embedded-opentype"),
|
8
|
-
url("#{$da-font-path}/dev-awesome.woff2?
|
9
|
-
url("#{$da-font-path}/dev-awesome.woff?
|
10
|
-
url("#{$da-font-path}/dev-awesome.ttf?
|
11
|
-
url("#{$da-font-path}/dev-awesome.svg?
|
8
|
+
url("#{$da-font-path}/dev-awesome.woff2?a117e1776323fb312913690ebd1177fb") format("woff2"),
|
9
|
+
url("#{$da-font-path}/dev-awesome.woff?a117e1776323fb312913690ebd1177fb") format("woff"),
|
10
|
+
url("#{$da-font-path}/dev-awesome.ttf?a117e1776323fb312913690ebd1177fb") format("truetype"),
|
11
|
+
url("#{$da-font-path}/dev-awesome.svg?a117e1776323fb312913690ebd1177fb#dev-awesome") format("svg");
|
12
12
|
font-weight:normal;
|
13
13
|
font-style:normal;
|
14
14
|
}
|
@@ -172,6 +172,16 @@ $da-font-path: "../fonts" !default;
|
|
172
172
|
}
|
173
173
|
|
174
174
|
|
175
|
+
.da-php:before {
|
176
|
+
content:"\f116";
|
177
|
+
}
|
178
|
+
.da-php-c:before {
|
179
|
+
content: "\2001";
|
180
|
+
background-size: 100% 100%;
|
181
|
+
background-image: url("#{$da-font-path}/dev-awesome/svg/colored/php.svg");
|
182
|
+
}
|
183
|
+
|
184
|
+
|
175
185
|
.da-prolog:before {
|
176
186
|
content:"\f10d";
|
177
187
|
}
|
data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_bootstrap.scss
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
/* BOOTSTRAP SPECIFIC CLASSES
|
2
|
+
* -------------------------- */
|
3
|
+
|
4
|
+
/* Bootstrap 2.0 sprites.less reset */
|
5
|
+
[class^="icon-"],
|
6
|
+
[class*=" icon-"] {
|
7
|
+
display: inline;
|
8
|
+
width: auto;
|
9
|
+
height: auto;
|
10
|
+
line-height: normal;
|
11
|
+
vertical-align: baseline;
|
12
|
+
background-image: none;
|
13
|
+
background-position: 0% 0%;
|
14
|
+
background-repeat: repeat;
|
15
|
+
margin-top: 0;
|
16
|
+
}
|
17
|
+
|
18
|
+
/* more sprites.less reset */
|
19
|
+
.icon-white,
|
20
|
+
.nav-pills > .active > a > [class^="icon-"],
|
21
|
+
.nav-pills > .active > a > [class*=" icon-"],
|
22
|
+
.nav-list > .active > a > [class^="icon-"],
|
23
|
+
.nav-list > .active > a > [class*=" icon-"],
|
24
|
+
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
25
|
+
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
26
|
+
.dropdown-menu > li > a:hover > [class^="icon-"],
|
27
|
+
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
28
|
+
.dropdown-menu > .active > a > [class^="icon-"],
|
29
|
+
.dropdown-menu > .active > a > [class*=" icon-"],
|
30
|
+
.dropdown-submenu:hover > a > [class^="icon-"],
|
31
|
+
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
32
|
+
background-image: none;
|
33
|
+
}
|
34
|
+
|
35
|
+
|
36
|
+
/* keeps Bootstrap styles with and without icons the same */
|
37
|
+
.btn, .nav {
|
38
|
+
[class^="icon-"],
|
39
|
+
[class*=" icon-"] {
|
40
|
+
// display: inline;
|
41
|
+
&.icon-large { line-height: .9em; }
|
42
|
+
&.icon-spin { display: inline-block; }
|
43
|
+
}
|
44
|
+
}
|
45
|
+
.nav-tabs, .nav-pills {
|
46
|
+
[class^="icon-"],
|
47
|
+
[class*=" icon-"] {
|
48
|
+
&, &.icon-large { line-height: .9em; }
|
49
|
+
}
|
50
|
+
}
|
51
|
+
.btn {
|
52
|
+
[class^="icon-"],
|
53
|
+
[class*=" icon-"] {
|
54
|
+
&.pull-left, &.pull-right {
|
55
|
+
&.icon-2x { margin-top: .18em; }
|
56
|
+
}
|
57
|
+
&.icon-spin.icon-large { line-height: .8em; }
|
58
|
+
}
|
59
|
+
}
|
60
|
+
.btn.btn-small {
|
61
|
+
[class^="icon-"],
|
62
|
+
[class*=" icon-"] {
|
63
|
+
&.pull-left, &.pull-right {
|
64
|
+
&.icon-2x { margin-top: .25em; }
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
.btn.btn-large {
|
69
|
+
[class^="icon-"],
|
70
|
+
[class*=" icon-"] {
|
71
|
+
margin-top: 0; // overrides bootstrap default
|
72
|
+
&.pull-left, &.pull-right {
|
73
|
+
&.icon-2x { margin-top: .05em; }
|
74
|
+
}
|
75
|
+
&.pull-left.icon-2x { margin-right: .2em; }
|
76
|
+
&.pull-right.icon-2x { margin-left: .2em; }
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
/* Fixes alignment in nav lists */
|
81
|
+
.nav-list [class^="icon-"],
|
82
|
+
.nav-list [class*=" icon-"] {
|
83
|
+
line-height: inherit;
|
84
|
+
}
|
@@ -0,0 +1,129 @@
|
|
1
|
+
/* FONT AWESOME CORE
|
2
|
+
* -------------------------- */
|
3
|
+
|
4
|
+
[class^="icon-"],
|
5
|
+
[class*=" icon-"] {
|
6
|
+
@include icon-FontAwesome();
|
7
|
+
}
|
8
|
+
|
9
|
+
[class^="icon-"]:before,
|
10
|
+
[class*=" icon-"]:before {
|
11
|
+
text-decoration: inherit;
|
12
|
+
display: inline-block;
|
13
|
+
speak: none;
|
14
|
+
}
|
15
|
+
|
16
|
+
/* makes the font 33% larger relative to the icon container */
|
17
|
+
.icon-large:before {
|
18
|
+
vertical-align: -10%;
|
19
|
+
font-size: (4em/3);
|
20
|
+
}
|
21
|
+
|
22
|
+
/* makes sure icons active on rollover in links */
|
23
|
+
a {
|
24
|
+
[class^="icon-"],
|
25
|
+
[class*=" icon-"] {
|
26
|
+
display: inline;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
|
30
|
+
/* increased font size for icon-large */
|
31
|
+
[class^="icon-"],
|
32
|
+
[class*=" icon-"] {
|
33
|
+
&.icon-fixed-width {
|
34
|
+
display: inline-block;
|
35
|
+
width: (16em/14);
|
36
|
+
text-align: right;
|
37
|
+
padding-right: (4em/14);
|
38
|
+
&.icon-large {
|
39
|
+
width: (20em/14);
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
.icons-ul {
|
45
|
+
margin-left: $icons-li-width;
|
46
|
+
list-style-type: none;
|
47
|
+
|
48
|
+
> li { position: relative; }
|
49
|
+
|
50
|
+
.icon-li {
|
51
|
+
position: absolute;
|
52
|
+
left: -$icons-li-width;
|
53
|
+
width: $icons-li-width;
|
54
|
+
text-align: center;
|
55
|
+
line-height: inherit;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
// allows usage of the hide class directly on font awesome icons
|
60
|
+
[class^="icon-"],
|
61
|
+
[class*=" icon-"] {
|
62
|
+
&.hide {
|
63
|
+
display: none;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
.icon-muted { color: $iconMuted; }
|
68
|
+
.icon-light { color: $iconLight; }
|
69
|
+
.icon-dark { color: $iconDark; }
|
70
|
+
|
71
|
+
// Icon Borders
|
72
|
+
// -------------------------
|
73
|
+
|
74
|
+
.icon-border {
|
75
|
+
border: solid 1px $borderColor;
|
76
|
+
padding: .2em .25em .15em;
|
77
|
+
@include border-radius(3px);
|
78
|
+
}
|
79
|
+
|
80
|
+
// Icon Sizes
|
81
|
+
// -------------------------
|
82
|
+
|
83
|
+
.icon-2x {
|
84
|
+
font-size: 2em;
|
85
|
+
&.icon-border {
|
86
|
+
border-width: 2px;
|
87
|
+
@include border-radius(4px);
|
88
|
+
}
|
89
|
+
}
|
90
|
+
.icon-3x {
|
91
|
+
font-size: 3em;
|
92
|
+
&.icon-border {
|
93
|
+
border-width: 3px;
|
94
|
+
@include border-radius(5px);
|
95
|
+
}
|
96
|
+
}
|
97
|
+
.icon-4x {
|
98
|
+
font-size: 4em;
|
99
|
+
&.icon-border {
|
100
|
+
border-width: 4px;
|
101
|
+
@include border-radius(6px);
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
.icon-5x {
|
106
|
+
font-size: 5em;
|
107
|
+
&.icon-border {
|
108
|
+
border-width: 5px;
|
109
|
+
@include border-radius(7px);
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
|
114
|
+
// Floats & Margins
|
115
|
+
// -------------------------
|
116
|
+
|
117
|
+
// Quick floats
|
118
|
+
.pull-right { float: right; }
|
119
|
+
.pull-left { float: left; }
|
120
|
+
|
121
|
+
[class^="icon-"],
|
122
|
+
[class*=" icon-"] {
|
123
|
+
&.pull-left {
|
124
|
+
margin-right: .3em;
|
125
|
+
}
|
126
|
+
&.pull-right {
|
127
|
+
margin-left: .3em;
|
128
|
+
}
|
129
|
+
}
|