mumuki-styles 2.0.1 → 3.0.2
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.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 +6256 -1739
- data/app/assets/stylesheets/css/mumuki-styles.css +9907 -5621
- data/app/assets/stylesheets/scss/_colors.scss +64 -30
- data/app/assets/stylesheets/scss/_fa5.scss +2 -0
- data/app/assets/stylesheets/scss/_fonts.scss +1 -1
- data/app/assets/stylesheets/scss/_footer.scss +23 -16
- data/app/assets/stylesheets/scss/_links.scss +7 -0
- data/app/assets/stylesheets/scss/_modules.scss +4 -2
- data/app/assets/stylesheets/scss/_navbar.scss +24 -12
- data/app/assets/stylesheets/scss/_vendor.scss +1 -4
- data/app/assets/stylesheets/scss/bootswatch/_bootswatch.scss +188 -255
- data/app/assets/stylesheets/scss/bootswatch/_variables.scss +80 -843
- data/app/assets/stylesheets/scss/modules/_blockquote.scss +7 -0
- data/app/assets/stylesheets/scss/modules/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/scss/modules/_callout.scss +4 -4
- data/app/assets/stylesheets/scss/modules/_code.scss +5 -0
- data/app/assets/stylesheets/scss/modules/_conversation.scss +4 -5
- data/app/assets/stylesheets/scss/modules/_follow_us.scss +4 -4
- data/app/assets/stylesheets/scss/modules/_form.scss +19 -0
- data/app/assets/stylesheets/scss/modules/_multiple_scenarios.scss +5 -5
- data/app/assets/stylesheets/scss/modules/_new_message.scss +2 -2
- data/app/assets/stylesheets/scss/modules/_pre.scss +11 -0
- data/app/assets/stylesheets/scss/mumuki-styles.scss +2 -1
- data/app/assets/stylesheets/vendor/bootstrap/_accordion.scss +116 -0
- data/app/assets/stylesheets/vendor/bootstrap/_alert.scss +57 -0
- data/app/assets/stylesheets/vendor/bootstrap/_badge.scss +29 -0
- data/app/assets/stylesheets/vendor/bootstrap/_breadcrumb.scss +28 -0
- data/app/assets/stylesheets/vendor/bootstrap/_button-group.scss +139 -0
- data/app/assets/stylesheets/vendor/bootstrap/_buttons.scss +111 -0
- data/app/assets/stylesheets/vendor/bootstrap/_card.scss +215 -0
- data/app/assets/stylesheets/vendor/bootstrap/_carousel.scss +229 -0
- data/app/assets/stylesheets/vendor/bootstrap/_close.scss +40 -0
- data/app/assets/stylesheets/vendor/bootstrap/_containers.scss +41 -0
- data/app/assets/stylesheets/vendor/bootstrap/_dropdown.scss +246 -0
- data/app/assets/stylesheets/vendor/bootstrap/_forms.scss +9 -0
- data/app/assets/stylesheets/vendor/bootstrap/_functions.scss +205 -0
- data/app/assets/stylesheets/vendor/bootstrap/_grid.scss +22 -0
- data/app/assets/stylesheets/vendor/bootstrap/_helpers.scss +7 -0
- data/app/assets/stylesheets/vendor/bootstrap/_images.scss +42 -0
- data/app/assets/stylesheets/vendor/bootstrap/_list-group.scss +174 -0
- data/app/assets/stylesheets/vendor/bootstrap/_mixins.scss +41 -0
- data/app/assets/stylesheets/vendor/bootstrap/_modal.scss +237 -0
- data/app/assets/stylesheets/vendor/bootstrap/_nav.scss +139 -0
- data/app/assets/stylesheets/vendor/bootstrap/_navbar.scss +306 -0
- data/app/assets/stylesheets/vendor/bootstrap/_offcanvas.scss +77 -0
- data/app/assets/stylesheets/vendor/bootstrap/_pagination.scss +64 -0
- data/app/assets/stylesheets/vendor/bootstrap/_popover.scss +158 -0
- data/app/assets/stylesheets/vendor/bootstrap/_progress.scss +48 -0
- data/app/assets/stylesheets/vendor/bootstrap/_reboot.scss +621 -0
- data/app/assets/stylesheets/vendor/bootstrap/_root.scss +16 -0
- data/app/assets/stylesheets/vendor/bootstrap/_spinners.scss +69 -0
- data/app/assets/stylesheets/vendor/bootstrap/_tables.scss +150 -0
- data/app/assets/stylesheets/vendor/bootstrap/_toasts.scss +51 -0
- data/app/assets/stylesheets/vendor/bootstrap/_tooltip.scss +115 -0
- data/app/assets/stylesheets/vendor/bootstrap/_transitions.scss +21 -0
- data/app/assets/stylesheets/vendor/bootstrap/_type.scss +104 -0
- data/app/assets/stylesheets/vendor/bootstrap/_utilities.scss +594 -0
- data/app/assets/stylesheets/vendor/bootstrap/_variables.scss +1464 -0
- data/app/assets/stylesheets/vendor/bootstrap/bootstrap-utilities.scss +18 -0
- data/app/assets/stylesheets/vendor/bootstrap/bootstrap.scss +52 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_floating-labels.scss +61 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_form-check.scss +152 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_form-control.scss +219 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_form-range.scss +91 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_form-select.scss +67 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_form-text.scss +11 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_input-group.scss +121 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_labels.scss +36 -0
- data/app/assets/stylesheets/vendor/bootstrap/forms/_validation.scss +12 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_clearfix.scss +3 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_colored-links.scss +12 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_position.scss +30 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_ratio.scss +26 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_stretched-link.scss +15 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_text-truncation.scss +7 -0
- data/app/assets/stylesheets/vendor/bootstrap/helpers/_visually-hidden.scss +8 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_alert.scss +11 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_border-radius.scss +78 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_box-shadow.scss +18 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_breakpoints.scss +127 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_buttons.scss +133 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_caret.scss +64 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_clearfix.scss +9 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_container.scss +9 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_deprecate.scss +10 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_forms.scss +134 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_gradients.scss +47 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_grid.scss +120 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_image.scss +16 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_list-group.scss +24 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_lists.scss +7 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_pagination.scss +31 -0
- data/app/assets/stylesheets/vendor/{bootstrap-sass/assets/stylesheets/bootstrap → bootstrap}/mixins/_reset-text.scss +6 -7
- data/app/assets/stylesheets/vendor/{bootstrap-sass/assets/stylesheets/bootstrap → bootstrap}/mixins/_resize.scss +1 -1
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_table-variants.scss +21 -0
- data/app/assets/stylesheets/vendor/{bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss → bootstrap/mixins/_text-truncate.scss} +2 -2
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_transition.scss +26 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_utilities.scss +68 -0
- data/app/assets/stylesheets/vendor/bootstrap/mixins/_visually-hidden.scss +29 -0
- data/app/assets/stylesheets/vendor/bootstrap/utilities/_api.scss +47 -0
- data/app/assets/stylesheets/vendor/bootstrap/vendor/_rfs.scss +312 -0
- data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +3 -3
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +85 -81
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -288
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/app/assets/stylesheets/scss/_awesome-bootstrap-checkbox-overrides.scss +0 -8
- data/app/assets/stylesheets/scss/modules/_checkbox.scss +0 -65
- data/app/assets/stylesheets/scss/modules/_notification.scss +0 -15
- data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss +0 -245
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap.scss +0 -56
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss +0 -73
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss +0 -68
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss +0 -28
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss +0 -244
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss +0 -168
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss +0 -270
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss +0 -36
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss +0 -69
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss +0 -37
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss +0 -216
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss +0 -617
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss +0 -307
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss +0 -84
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss +0 -171
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss +0 -54
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss +0 -66
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss +0 -130
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss +0 -66
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_mixins.scss +0 -40
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss +0 -150
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss +0 -662
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss +0 -242
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss +0 -424
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss +0 -54
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss +0 -89
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss +0 -271
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss +0 -131
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss +0 -101
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss +0 -87
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss +0 -35
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss +0 -179
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss +0 -161
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss +0 -234
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss +0 -38
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss +0 -101
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss +0 -298
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss +0 -55
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss +0 -874
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss +0 -29
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss +0 -14
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss +0 -12
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_border-radius.scss +0 -18
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss +0 -65
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_center-block.scss +0 -7
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss +0 -22
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss +0 -88
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_gradients.scss +0 -58
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -81
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid.scss +0 -122
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_hide-text.scss +0 -21
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_image.scss +0 -33
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss +0 -12
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss +0 -32
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +0 -10
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +0 -9
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_opacity.scss +0 -8
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss +0 -24
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss +0 -24
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +0 -10
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +0 -8
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +0 -21
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_size.scss +0 -10
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +0 -9
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss +0 -28
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -12
- data/app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +0 -222
@@ -1,41 +1,75 @@
|
|
1
|
-
|
2
|
-
$brand-primary: #0B465D;
|
3
|
-
$brand-complementary: #FF5B81;
|
1
|
+
@import "bootswatch/variables";
|
4
2
|
|
5
|
-
|
6
|
-
$
|
7
|
-
$
|
8
|
-
$
|
3
|
+
// Standard Bootstrap colors
|
4
|
+
$primary: #0B465D;
|
5
|
+
$secondary: $gray-600;
|
6
|
+
$success: #5cb85c;
|
7
|
+
$info: #3498DB;
|
8
|
+
$warning: #F39C12;
|
9
|
+
$danger: #d9534f;
|
9
10
|
|
10
|
-
|
11
|
-
$
|
11
|
+
// Custom mumuki-styles colors
|
12
|
+
$complementary: #ff5b81;
|
13
|
+
$broken: #651621;
|
12
14
|
|
13
|
-
|
14
|
-
$
|
15
|
-
$
|
15
|
+
// Other Bootswatch variables to override
|
16
|
+
$link-color: $info;
|
17
|
+
$dropdown-link-hover-bg: $primary;
|
18
|
+
$pagination-bg: $complementary;
|
19
|
+
$pagination-hover-bg: darken($complementary, 15%);
|
20
|
+
$pagination-disabled-bg: lighten($complementary, 15%);
|
21
|
+
$pagination-active-bg: $pagination-hover-bg;
|
16
22
|
|
17
|
-
|
23
|
+
@import "vendor/bootstrap//bootstrap-utilities.scss";
|
18
24
|
|
19
|
-
|
20
|
-
$
|
25
|
+
// These colors are already defined for convenience, but must be also merged
|
26
|
+
// with $theme-colors to auto-generate classes such as btn-{color}
|
27
|
+
$custom-colors: (
|
28
|
+
"complementary": $complementary,
|
29
|
+
"broken": $broken
|
30
|
+
);
|
31
|
+
$theme-colors: map-merge($theme-colors, $custom-colors);
|
21
32
|
|
22
|
-
|
33
|
+
// Other Bootstrap variables to override
|
34
|
+
$input-color: $primary;
|
35
|
+
$input-focus-color: $primary;
|
36
|
+
$form-select-color: $primary;
|
37
|
+
$pagination-focus-bg: darken($complementary, 15%);
|
38
|
+
$pagination-focus-color: $pagination-color;
|
39
|
+
$pagination-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width lighten($complementary, 15%);
|
40
|
+
$table-color: $primary;
|
41
|
+
$table-striped-color: $primary;
|
23
42
|
|
24
|
-
|
25
|
-
$navbar-inverse-link-hover-color: $brand-primary;
|
26
|
-
$navbar-default-link-hover-color: $brand-info-light;
|
43
|
+
// More custom colors
|
27
44
|
|
28
|
-
$
|
29
|
-
$
|
30
|
-
$
|
45
|
+
$success-light: lighten($success, 35%);
|
46
|
+
$info-light: lighten($info, 35%);
|
47
|
+
$info-lighter: #f4f6fb;
|
48
|
+
$warning-light: lighten($warning, 35%);
|
49
|
+
$danger-light: lighten($danger, 35%);
|
31
50
|
|
32
|
-
$
|
33
|
-
$
|
34
|
-
|
35
|
-
$
|
51
|
+
$code-color: $info;
|
52
|
+
$code-bg: $info-lighter;
|
53
|
+
|
54
|
+
$btn-success-bg: $complementary;
|
55
|
+
|
56
|
+
$body-color: $primary;
|
57
|
+
|
58
|
+
$navbar-inverse-bg: $info;
|
59
|
+
$navbar-inverse-link-hover-color: $primary;
|
60
|
+
$navbar-default-link-hover-color: $info-light;
|
61
|
+
|
62
|
+
$mu-color-info: $info;
|
63
|
+
$mu-color-primary: $primary;
|
64
|
+
$mu-color-complementary: $complementary;
|
65
|
+
|
66
|
+
$mu-color-danger: $danger;
|
67
|
+
$mu-color-success: $success;
|
68
|
+
$mu-color-warning: $warning;
|
69
|
+
$mu-color-broken: $broken;
|
36
70
|
|
37
71
|
$mu-color-disabled: #AAAAAA;
|
38
|
-
$mu-color-info-light: lighten($
|
72
|
+
$mu-color-info-light: lighten($info, 35%);
|
39
73
|
$mu-color-info-lighter: #f4f6fb;
|
40
74
|
|
41
75
|
$mu-color-danger-light: lighten($mu-color-danger, 35%);
|
@@ -43,9 +77,9 @@ $mu-color-success-light: lighten($mu-color-success, 35%);
|
|
43
77
|
$mu-color-warning-light: lighten($mu-color-warning, 35%);
|
44
78
|
$mu-color-broken-light: lighten($mu-color-broken, 35%);
|
45
79
|
|
46
|
-
$mu-color-link: $
|
47
|
-
$mu-color-code: $
|
48
|
-
$mu-color-code-bg: $
|
80
|
+
$mu-color-link: $info;
|
81
|
+
$mu-color-code: $info;
|
82
|
+
$mu-color-code-bg: $info-lighter;
|
49
83
|
|
50
84
|
$mu-color-separator: #ecf0f1;
|
51
85
|
$mu-color-content-editable: $mu-color-separator;
|
@@ -2,27 +2,34 @@ $breadcrumb-separator-gap: 8px;
|
|
2
2
|
|
3
3
|
$avatar-size: 40px;
|
4
4
|
|
5
|
-
footer
|
5
|
+
// html, body and footer styles needed to stick footer to bottom
|
6
|
+
html {
|
7
|
+
height: 100%;
|
8
|
+
}
|
6
9
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
10
|
+
body {
|
11
|
+
display: flex;
|
12
|
+
flex-direction: column;
|
13
|
+
height: 100%;
|
14
|
+
}
|
11
15
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
+
footer {
|
17
|
+
margin-top: auto;
|
18
|
+
}
|
19
|
+
|
20
|
+
.mu-footer {
|
21
|
+
border-top: 1px solid $mu-color-separator;
|
22
|
+
margin-bottom: 22px;
|
23
|
+
padding-top: 10px;
|
16
24
|
|
17
|
-
|
25
|
+
.mu-footer-row {
|
18
26
|
|
19
|
-
|
20
|
-
|
21
|
-
|
27
|
+
@media (min-width: 768px){
|
28
|
+
@include display-flex(row, space-between, center);
|
29
|
+
}
|
22
30
|
|
23
|
-
|
24
|
-
|
25
|
-
}
|
31
|
+
@media (max-width: 767px){
|
32
|
+
@include display-flex(column, space-between, center);
|
26
33
|
}
|
27
34
|
}
|
28
35
|
}
|
@@ -1,9 +1,11 @@
|
|
1
|
+
@import 'modules/blockquote';
|
1
2
|
@import 'modules/breadcrumb';
|
2
3
|
@import 'modules/callout';
|
3
|
-
@import 'modules/
|
4
|
+
@import 'modules/code';
|
4
5
|
@import 'modules/conversation';
|
5
6
|
@import 'modules/follow_us';
|
7
|
+
@import 'modules/form';
|
6
8
|
@import 'modules/highlight';
|
7
|
-
@import 'modules/notification';
|
8
9
|
@import 'modules/new_message';
|
9
10
|
@import 'modules/multiple_scenarios';
|
11
|
+
@import 'modules/pre';
|
@@ -3,13 +3,12 @@ $breadcrumb-separator-gap: 8px;
|
|
3
3
|
$avatar-size: 40px;
|
4
4
|
|
5
5
|
.mu-navbar {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
border: none;
|
6
|
+
> div .mu-navbar-breadcrumb-container {
|
7
|
+
min-width: 0;
|
8
|
+
}
|
10
9
|
|
11
|
-
|
12
|
-
|
10
|
+
.navbar-toggler:not(.collapsed) {
|
11
|
+
margin-bottom: 15px;
|
13
12
|
}
|
14
13
|
|
15
14
|
.mu-navbar-breadcrumb {
|
@@ -32,18 +31,30 @@ $avatar-size: 40px;
|
|
32
31
|
|
33
32
|
@include display-flex(row, flex-start, center);
|
34
33
|
|
34
|
+
@include media-breakpoint-down(lg) {
|
35
|
+
@include display-flex(column, flex-start, flex-start);
|
36
|
+
}
|
37
|
+
|
35
38
|
overflow: hidden;
|
36
39
|
|
37
40
|
.mu-breadcrumb-list-item {
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
41
|
+
@include media-breakpoint-up(lg) {
|
42
|
+
&:before {
|
43
|
+
content: '/';
|
44
|
+
margin: 0 $breadcrumb-separator-gap;
|
45
|
+
color: $mu-color-disabled;
|
46
|
+
}
|
42
47
|
}
|
48
|
+
|
43
49
|
&.brand {
|
44
50
|
padding-top: 2px;
|
45
51
|
padding-left: 3px;
|
46
52
|
font-size: 38px;
|
53
|
+
|
54
|
+
@include media-breakpoint-down(lg) {
|
55
|
+
margin-bottom: -10px;
|
56
|
+
}
|
57
|
+
|
47
58
|
&:before {
|
48
59
|
content: '';
|
49
60
|
margin: 0;
|
@@ -84,6 +95,7 @@ $avatar-size: 40px;
|
|
84
95
|
top: 2px;
|
85
96
|
background-color: $mu-color-complementary;
|
86
97
|
border: 1px solid #FFF;
|
98
|
+
border-radius: 50%;
|
87
99
|
}
|
88
100
|
}
|
89
101
|
|
@@ -136,11 +148,11 @@ $avatar-size: 40px;
|
|
136
148
|
}
|
137
149
|
|
138
150
|
&.mu-inverted {
|
139
|
-
img {
|
151
|
+
.profile-dropdown img {
|
140
152
|
box-shadow: 0 0 0 2px white;
|
141
153
|
}
|
142
154
|
|
143
|
-
.
|
155
|
+
.dropdown-toggle, .mu-navbar-icon {
|
144
156
|
color: white;
|
145
157
|
}
|
146
158
|
|
@@ -1,9 +1,6 @@
|
|
1
|
-
@import "
|
2
|
-
@import "vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins.scss";
|
3
|
-
@import "vendor/bootstrap-sass/assets/stylesheets/bootstrap.scss";
|
1
|
+
@import "vendor/bootstrap//bootstrap.scss";
|
4
2
|
@import "bootswatch/bootswatch";
|
5
3
|
@import "vendor/dev-awesome/dist/scss/dev-awesome.scss";
|
6
|
-
@import "awesome-bootstrap-checkbox-overrides.scss";
|
7
4
|
@import "vendor/fontawesome-free/scss/fontawesome.scss";
|
8
5
|
@import "vendor/fontawesome-free/scss/brands.scss";
|
9
6
|
@import "vendor/fontawesome-free/scss/regular.scss";
|
@@ -1,330 +1,263 @@
|
|
1
|
-
// Flatly
|
1
|
+
// Flatly 5.0.0-beta1
|
2
2
|
// Bootswatch
|
3
|
-
// -----------------------------------------------------
|
4
3
|
|
5
|
-
$web-font-path: "https://fonts.googleapis.com/css?family=Lato:400,700,400italic" !default;
|
6
|
-
@import url($web-font-path);
|
7
4
|
|
8
|
-
//
|
5
|
+
// Variables
|
9
6
|
|
10
|
-
.
|
11
|
-
|
7
|
+
$web-font-path: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" !default;
|
8
|
+
@import url($web-font-path);
|
12
9
|
|
13
|
-
|
10
|
+
// Navbar
|
14
11
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
}
|
12
|
+
.bg-primary {
|
13
|
+
.navbar-nav .active > .nav-link {
|
14
|
+
color: $success !important;
|
19
15
|
}
|
16
|
+
}
|
20
17
|
|
21
|
-
|
22
|
-
|
23
|
-
.
|
24
|
-
|
25
|
-
|
18
|
+
.bg-dark {
|
19
|
+
&.navbar-dark .navbar-nav {
|
20
|
+
.nav-link:focus,
|
21
|
+
.nav-link:hover,
|
22
|
+
.active > .nav-link {
|
23
|
+
color: $primary !important;
|
26
24
|
}
|
27
25
|
}
|
28
|
-
|
29
|
-
&-brand {
|
30
|
-
line-height: 1;
|
31
|
-
}
|
32
26
|
}
|
33
27
|
|
34
|
-
// Buttons
|
28
|
+
// Buttons
|
35
29
|
|
36
30
|
.btn {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
}
|
43
|
-
|
44
|
-
.btn-group.open .dropdown-toggle {
|
45
|
-
@include box-shadow(none);
|
46
|
-
}
|
47
|
-
|
48
|
-
// Typography =================================================================
|
49
|
-
|
50
|
-
.text-primary,
|
51
|
-
.text-primary:hover {
|
52
|
-
color: $brand-primary;
|
53
|
-
}
|
54
|
-
|
55
|
-
.text-success,
|
56
|
-
.text-success:hover {
|
57
|
-
color: $brand-success;
|
58
|
-
}
|
59
|
-
|
60
|
-
.text-danger,
|
61
|
-
.text-danger:hover {
|
62
|
-
color: $brand-danger;
|
63
|
-
}
|
64
|
-
|
65
|
-
.text-warning,
|
66
|
-
.text-warning:hover {
|
67
|
-
color: $brand-warning;
|
68
|
-
}
|
69
|
-
|
70
|
-
.text-info,
|
71
|
-
.text-info:hover {
|
72
|
-
color: $brand-info;
|
31
|
+
&-secondary,
|
32
|
+
&-secondary:hover,
|
33
|
+
&-warning,
|
34
|
+
&-warning:hover {
|
35
|
+
color: $white;
|
36
|
+
}
|
73
37
|
}
|
74
38
|
|
75
|
-
// Tables
|
39
|
+
// Tables
|
76
40
|
|
77
|
-
table,
|
78
41
|
.table {
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
42
|
+
&-primary,
|
43
|
+
&-secondary,
|
44
|
+
&-success,
|
45
|
+
&-info,
|
46
|
+
&-warning,
|
47
|
+
&-danger {
|
48
|
+
color: $white;
|
86
49
|
}
|
87
50
|
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
> th > a,
|
95
|
-
> td > a,
|
96
|
-
> a {
|
97
|
-
color: #fff;
|
51
|
+
&-primary {
|
52
|
+
&,
|
53
|
+
> th,
|
54
|
+
> td {
|
55
|
+
background-color: $primary;
|
98
56
|
}
|
99
57
|
}
|
100
58
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
border: none;
|
108
|
-
}
|
109
|
-
|
110
|
-
&-bordered > thead > tr > th,
|
111
|
-
&-bordered > tbody > tr > th,
|
112
|
-
&-bordered > tfoot > tr > th,
|
113
|
-
&-bordered > thead > tr > td,
|
114
|
-
&-bordered > tbody > tr > td,
|
115
|
-
&-bordered > tfoot > tr > td {
|
116
|
-
border: 1px solid $table-border-color;
|
59
|
+
&-secondary {
|
60
|
+
&,
|
61
|
+
> th,
|
62
|
+
> td {
|
63
|
+
background-color: $secondary;
|
64
|
+
}
|
117
65
|
}
|
118
|
-
}
|
119
66
|
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
&:focus {
|
128
|
-
@include box-shadow(none);
|
67
|
+
&-light {
|
68
|
+
&,
|
69
|
+
> th,
|
70
|
+
> td {
|
71
|
+
background-color: $light;
|
72
|
+
}
|
129
73
|
}
|
130
|
-
}
|
131
74
|
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
.checkbox-inline,
|
139
|
-
&.radio label,
|
140
|
-
&.checkbox label,
|
141
|
-
&.radio-inline label,
|
142
|
-
&.checkbox-inline label,
|
143
|
-
.form-control-feedback {
|
144
|
-
color: $brand-warning;
|
75
|
+
&-dark {
|
76
|
+
&,
|
77
|
+
> th,
|
78
|
+
> td {
|
79
|
+
background-color: $dark;
|
80
|
+
}
|
145
81
|
}
|
146
82
|
|
147
|
-
|
148
|
-
|
149
|
-
|
83
|
+
&-success {
|
84
|
+
&,
|
85
|
+
> th,
|
86
|
+
> td {
|
87
|
+
background-color: $success;
|
88
|
+
}
|
150
89
|
}
|
151
90
|
|
152
|
-
|
153
|
-
|
91
|
+
&-info {
|
92
|
+
&,
|
93
|
+
> th,
|
94
|
+
> td {
|
95
|
+
background-color: $info;
|
96
|
+
}
|
154
97
|
}
|
155
|
-
}
|
156
98
|
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
.checkbox-inline,
|
164
|
-
&.radio label,
|
165
|
-
&.checkbox label,
|
166
|
-
&.radio-inline label,
|
167
|
-
&.checkbox-inline label,
|
168
|
-
.form-control-feedback {
|
169
|
-
color: $brand-danger;
|
99
|
+
&-danger {
|
100
|
+
&,
|
101
|
+
> th,
|
102
|
+
> td {
|
103
|
+
background-color: $danger;
|
104
|
+
}
|
170
105
|
}
|
171
106
|
|
172
|
-
|
173
|
-
|
174
|
-
|
107
|
+
&-warning {
|
108
|
+
&,
|
109
|
+
> th,
|
110
|
+
> td {
|
111
|
+
background-color: $warning;
|
112
|
+
}
|
175
113
|
}
|
176
114
|
|
177
|
-
|
178
|
-
|
115
|
+
&-active {
|
116
|
+
&,
|
117
|
+
> th,
|
118
|
+
> td {
|
119
|
+
background-color: $table-active-bg;
|
120
|
+
}
|
179
121
|
}
|
180
|
-
}
|
181
122
|
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
&.checkbox label,
|
191
|
-
&.radio-inline label,
|
192
|
-
&.checkbox-inline label,
|
193
|
-
.form-control-feedback {
|
194
|
-
color: $brand-success;
|
195
|
-
}
|
123
|
+
&-hover {
|
124
|
+
.table-primary:hover {
|
125
|
+
&,
|
126
|
+
> th,
|
127
|
+
> td {
|
128
|
+
background-color: darken($primary, 5%);
|
129
|
+
}
|
130
|
+
}
|
196
131
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
132
|
+
.table-secondary:hover {
|
133
|
+
&,
|
134
|
+
> th,
|
135
|
+
> td {
|
136
|
+
background-color: darken($secondary, 5%);
|
137
|
+
}
|
138
|
+
}
|
201
139
|
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
140
|
+
.table-light:hover {
|
141
|
+
&,
|
142
|
+
> th,
|
143
|
+
> td {
|
144
|
+
background-color: darken($light, 5%);
|
145
|
+
}
|
146
|
+
}
|
206
147
|
|
207
|
-
|
148
|
+
.table-dark:hover {
|
149
|
+
&,
|
150
|
+
> th,
|
151
|
+
> td {
|
152
|
+
background-color: darken($dark, 5%);
|
153
|
+
}
|
154
|
+
}
|
208
155
|
|
209
|
-
.
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
}
|
156
|
+
.table-success:hover {
|
157
|
+
&,
|
158
|
+
> th,
|
159
|
+
> td {
|
160
|
+
background-color: darken($success, 5%);
|
161
|
+
}
|
162
|
+
}
|
216
163
|
|
217
|
-
.
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
164
|
+
.table-info:hover {
|
165
|
+
&,
|
166
|
+
> th,
|
167
|
+
> td {
|
168
|
+
background-color: darken($info, 5%);
|
169
|
+
}
|
170
|
+
}
|
222
171
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
172
|
+
.table-danger:hover {
|
173
|
+
&,
|
174
|
+
> th,
|
175
|
+
> td {
|
176
|
+
background-color: darken($danger, 5%);
|
177
|
+
}
|
229
178
|
}
|
230
|
-
}
|
231
|
-
}
|
232
179
|
|
233
|
-
|
180
|
+
.table-warning:hover {
|
181
|
+
&,
|
182
|
+
> th,
|
183
|
+
> td {
|
184
|
+
background-color: darken($warning, 5%);
|
185
|
+
}
|
186
|
+
}
|
234
187
|
|
235
|
-
.
|
236
|
-
|
237
|
-
|
238
|
-
|
188
|
+
.table-active:hover {
|
189
|
+
&,
|
190
|
+
> th,
|
191
|
+
> td {
|
192
|
+
background-color: $table-active-bg;
|
193
|
+
}
|
194
|
+
}
|
239
195
|
|
240
|
-
&:hover,
|
241
|
-
&:focus {
|
242
|
-
color: #fff;
|
243
|
-
opacity: 1;
|
244
196
|
}
|
245
197
|
}
|
246
198
|
|
247
|
-
|
199
|
+
// Navs
|
248
200
|
|
249
|
-
|
250
|
-
|
251
|
-
|
201
|
+
.nav-tabs {
|
202
|
+
.nav-link.active,
|
203
|
+
.nav-link.active:focus,
|
204
|
+
.nav-link.active:hover,
|
205
|
+
.nav-item.open .nav-link,
|
206
|
+
.nav-item.open .nav-link:focus,
|
207
|
+
.nav-item.open .nav-link:hover {
|
208
|
+
color: $primary;
|
252
209
|
}
|
253
210
|
}
|
254
211
|
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
height: 10px;
|
259
|
-
@include box-shadow(none);
|
260
|
-
.progress-bar {
|
261
|
-
font-size: 10px;
|
262
|
-
line-height: 10px;
|
212
|
+
.pagination {
|
213
|
+
a:hover {
|
214
|
+
text-decoration: none;
|
263
215
|
}
|
264
216
|
}
|
265
217
|
|
266
|
-
//
|
267
|
-
|
268
|
-
.well {
|
269
|
-
@include box-shadow(none);
|
270
|
-
}
|
271
|
-
|
272
|
-
a.list-group-item {
|
218
|
+
// Indicators
|
273
219
|
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
220
|
+
.badge {
|
221
|
+
&-secondary,
|
222
|
+
&-warning {
|
223
|
+
color: $white;
|
278
224
|
}
|
225
|
+
}
|
279
226
|
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
}
|
227
|
+
.alert {
|
228
|
+
border: none;
|
229
|
+
color: $white;
|
284
230
|
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
231
|
+
a,
|
232
|
+
.alert-link {
|
233
|
+
color: $white;
|
234
|
+
text-decoration: underline;
|
289
235
|
}
|
290
236
|
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
background-color: darken($state-warning-bg, 5%);
|
237
|
+
@each $color, $value in $theme-colors {
|
238
|
+
&-#{$color} {
|
239
|
+
@if $enable-gradients {
|
240
|
+
background: $value linear-gradient(180deg, mix($body-bg, $value, 15%), $value) repeat-x;
|
241
|
+
} @else {
|
242
|
+
background-color: $value;
|
243
|
+
}
|
299
244
|
}
|
300
245
|
}
|
301
246
|
|
302
|
-
&-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
&.active:hover,
|
308
|
-
&.active:focus {
|
309
|
-
background-color: darken($state-danger-bg, 5%);
|
247
|
+
&-light {
|
248
|
+
&,
|
249
|
+
a,
|
250
|
+
.alert-link {
|
251
|
+
color: $body-color;
|
310
252
|
}
|
311
253
|
}
|
312
254
|
}
|
313
255
|
|
314
|
-
|
315
|
-
&-default {
|
316
|
-
.close {
|
317
|
-
color: $text-color;
|
318
|
-
}
|
319
|
-
}
|
320
|
-
}
|
256
|
+
// Containers
|
321
257
|
|
322
|
-
.modal
|
323
|
-
|
324
|
-
|
258
|
+
.modal,
|
259
|
+
.toast {
|
260
|
+
.btn-close {
|
261
|
+
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
|
325
262
|
}
|
326
263
|
}
|
327
|
-
|
328
|
-
.popover {
|
329
|
-
color: $text-color;
|
330
|
-
}
|