nfg_ui 0.10.11 → 0.10.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/application.scss +9 -23
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_badge.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_buttons.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_custom-forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_custom.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/color_variations/nfg_theme/_nav.scss +18 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_pagination.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_progress.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_reboot.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_type.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/_utilities.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/custom/_icons.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations/nfg_theme}/custom/_nav_step.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations}/plugins/_datetimepicker.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/{nfg_theme/color_variations → color_variations}/plugins/_select2.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_custom.scss +1 -9
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_nav.scss +0 -38
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_tile.scss +2 -61
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_video_countdown.scss +47 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/_variables.scss +35 -34
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/application.scss +24 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/application.scss +4 -4
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_badge.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_buttons.scss +2 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_custom-forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_custom.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_functions.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_nav.scss +2 -4
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_navbar.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_reboot.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_type.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/_utilities.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/custom/_everyday_default.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/nfg_theme/custom/_nav_step.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/plugins/_datetimepicker.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/plugins/_select2.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/_variables.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/application.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_breadcrumb.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_button-group.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_card.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_carousel.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_custom-forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_custom.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_grid.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_input-group.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_list-group.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_media.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_mixins.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_modal.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_nav.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_navbar.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_pagination.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_progress.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/_utilities.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/custom/_avatar.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/custom/_everyday_giving.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/custom/_nav_step.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/custom/_slat.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/custom/_video_countdown.scss +5 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/mixins/_breakpoints.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/mixins/_grid-framework.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/mixins/_grid.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/utilities/_display.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/nfg_theme/utilities/_flex.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/legacy_browser_support/plugins/_sticky_div.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_alert.scss +6 -6
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_button-group.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_buttons.scss +1 -1
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_card.scss +3 -5
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_custom-forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_custom.scss +11 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_dropdown.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_forms.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/_nav.scss +26 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/nfg_theme/_progress.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_reboot.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_tooltip.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_type.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_avatar.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_device_preview.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_illustration.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_mobile.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_nav_step.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_redactor.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_slat.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/nfg_theme/custom/_social_share.scss +2 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_ticket.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/nfg_theme/custom/_tile.scss +1 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_datepicker.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_datetimepicker.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_intercom.scss +5 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_select2.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_sticky_div.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_turbolinks.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_twitter_typeahead.scss +0 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/application.scss +3 -20
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_custom.scss +1 -8
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_nav.scss +3 -38
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/{custom/_user_navbar.scss → _navbar.scss} +2 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_background_variations.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/{_event.scss → custom/_event.scss} +0 -0
- data/lib/nfg_ui/version.rb +1 -1
- metadata +102 -116
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/_variables.scss +0 -1125
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/_progress.scss +0 -3
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/color_variations/_nav.scss +0 -9
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/color_variations/_plugins.scss +0 -3
- data/app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_social_share.scss +0 -44
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_alert.scss +0 -2
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_button-group.scss +0 -22
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_buttons.scss +0 -17
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_card.scss +0 -6
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_custom-forms.scss +0 -156
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_dropdown.scss +0 -1
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_forms.scss +0 -85
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_reboot.scss +0 -34
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_tooltip.scss +0 -5
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/_type.scss +0 -81
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_avatar.scss +0 -54
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_illustration.scss +0 -7
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_nav_step.scss +0 -111
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_slat.scss +0 -110
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/nfg_theme/custom/_ticket.scss +0 -12
- data/app/assets/stylesheets/nfg_ui/network_for_good/public/plugins/_intercom.scss +0 -7
@@ -0,0 +1,24 @@
|
|
1
|
+
//** CORE Styles **//
|
2
|
+
|
3
|
+
// App Vendors
|
4
|
+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700);
|
5
|
+
@import 'font-awesome';
|
6
|
+
@import 'select2';
|
7
|
+
|
8
|
+
// Core Variables
|
9
|
+
@import 'variables';
|
10
|
+
|
11
|
+
// Bootstrap Vendor Base - placed after core variables in order to pull in our custom variables
|
12
|
+
@import 'bootstrap';
|
13
|
+
|
14
|
+
// NFG Theme
|
15
|
+
@import 'nfg_theme/*';
|
16
|
+
|
17
|
+
// Plugins
|
18
|
+
@import 'plugins/datepicker';
|
19
|
+
@import 'plugins/datetimepicker';
|
20
|
+
@import 'plugins/select2';
|
21
|
+
@import 'plugins/sticky_div';
|
22
|
+
|
23
|
+
// Legacy Browser Support
|
24
|
+
@import 'legacy_browser_support/application';
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/entity_branding/application.scss
RENAMED
@@ -1,20 +1,20 @@
|
|
1
1
|
//** Entity Branding Styles **//
|
2
2
|
|
3
|
-
//
|
4
|
-
@import 'nfg_ui/network_for_good/
|
3
|
+
// Core Variables
|
4
|
+
@import 'nfg_ui/network_for_good/core/variables';
|
5
5
|
|
6
|
-
// NFG Theme
|
6
|
+
// NFG Theme - listed individually because we need functions and reboot first
|
7
7
|
@import 'nfg_theme/functions';
|
8
8
|
@import 'nfg_theme/reboot';
|
9
9
|
@import 'nfg_theme/badge';
|
10
10
|
@import 'nfg_theme/buttons';
|
11
11
|
@import 'nfg_theme/custom-forms';
|
12
|
+
@import 'nfg_theme/custom';
|
12
13
|
@import 'nfg_theme/forms';
|
13
14
|
@import 'nfg_theme/nav';
|
14
15
|
@import 'nfg_theme/navbar';
|
15
16
|
@import 'nfg_theme/type';
|
16
17
|
@import 'nfg_theme/utilities';
|
17
|
-
@import 'nfg_theme/custom';
|
18
18
|
|
19
19
|
// Plugins
|
20
20
|
@import 'plugins/datetimepicker';
|
File without changes
|
@@ -22,10 +22,10 @@
|
|
22
22
|
|
23
23
|
.btn-outline-secondary {
|
24
24
|
color: color-yiq($primary, $yiq-text-dark, $primary);
|
25
|
-
&:hover { color: color-yiq($primary, $yiq-text-dark, $primary); }
|
25
|
+
&:hover { color: color-yiq($primary, $yiq-text-dark, $primary) !important; }
|
26
26
|
&:not(:disabled):not(.disabled):active,
|
27
27
|
&:not(:disabled):not(.disabled).active,
|
28
|
-
.show > &.dropdown-toggle { color: color-yiq($primary, $yiq-text-dark, $primary); }
|
28
|
+
.show > &.dropdown-toggle { color: color-yiq($primary, $yiq-text-dark, $primary) !important; }
|
29
29
|
}
|
30
30
|
|
31
31
|
.btn-link {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -3,14 +3,12 @@
|
|
3
3
|
.nav {
|
4
4
|
&.flex-column {
|
5
5
|
.nav-link {
|
6
|
-
&.active
|
6
|
+
&.active { border-color: $primary; }
|
7
7
|
}
|
8
8
|
}
|
9
9
|
}
|
10
10
|
.nav-tabs {
|
11
11
|
.nav-link {
|
12
|
-
&:hover, &.active {
|
13
|
-
&::after { background: $primary; }
|
14
|
-
}
|
12
|
+
&:hover, &.active { border-color: $primary; }
|
15
13
|
}
|
16
14
|
}
|
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
|
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
|
@@ -1,18 +1,18 @@
|
|
1
1
|
// Custom type color
|
2
2
|
.alert {
|
3
3
|
color: $body-color;
|
4
|
-
a {
|
4
|
+
a:not(.btn) {
|
5
5
|
text-decoration: underline;
|
6
6
|
&:hover, &:active { text-decoration: none; }
|
7
7
|
}
|
8
8
|
}
|
9
|
-
.alert-success a { color: $success; }
|
10
|
-
.alert-info a { color: $info; }
|
11
|
-
.alert-warning a { color: $warning; }
|
9
|
+
.alert-success a:not(.btn) { color: $success; }
|
10
|
+
.alert-info a:not(.btn) { color: $info; }
|
11
|
+
.alert-warning a:not(.btn) { color: $warning; }
|
12
12
|
.alert-danger, .alert-error {
|
13
|
-
a { color: $danger; }
|
13
|
+
a:not(.btn) { color: $danger; }
|
14
14
|
}
|
15
15
|
.alert-gray, .alert-notice,
|
16
16
|
.alert-light, .alert-dark {
|
17
|
-
a { color: inherit; }
|
17
|
+
a:not(.btn) { color: inherit; }
|
18
18
|
}
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_button-group.scss
RENAMED
File without changes
|
@@ -1,11 +1,9 @@
|
|
1
1
|
//
|
2
2
|
// Base styles
|
3
3
|
//
|
4
|
-
.card[href] {
|
5
|
-
|
6
|
-
|
7
|
-
&:hover { box-shadow: $box-shadow-sm; }
|
8
|
-
}
|
4
|
+
// .card[href] { box-shadow: none; }
|
5
|
+
.card-title { margin-bottom: ($card-spacer-y * .5); }
|
6
|
+
|
9
7
|
.card-subtitle { margin-top: 0; }
|
10
8
|
|
11
9
|
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/_custom-forms.scss
RENAMED
File without changes
|
@@ -0,0 +1,11 @@
|
|
1
|
+
// Our custom styles
|
2
|
+
@import 'custom/avatar';
|
3
|
+
@import 'custom/device_preview';
|
4
|
+
@import 'custom/illustration';
|
5
|
+
@import 'custom/mobile';
|
6
|
+
@import 'custom/nav_step';
|
7
|
+
@import 'custom/redactor';
|
8
|
+
@import 'custom/social_share';
|
9
|
+
@import 'custom/slat';
|
10
|
+
@import 'custom/ticket';
|
11
|
+
@import 'custom/tile';
|
File without changes
|
File without changes
|
@@ -0,0 +1,26 @@
|
|
1
|
+
//
|
2
|
+
// Tabs
|
3
|
+
//
|
4
|
+
.nav-tabs {
|
5
|
+
border-width: $border-width;
|
6
|
+
|
7
|
+
.nav-item {
|
8
|
+
margin-bottom: -$border-width;
|
9
|
+
font-weight: $font-weight-bold;
|
10
|
+
font-size: $font-size-base;
|
11
|
+
}
|
12
|
+
|
13
|
+
.nav-link {
|
14
|
+
color: $text-muted !important;
|
15
|
+
border: none;
|
16
|
+
border-bottom: $nav-tabs-border-width solid transparent;
|
17
|
+
@include hover-focus {
|
18
|
+
color: $nav-tabs-link-active-color !important;
|
19
|
+
border-color: $nav-tabs-link-hover-border-color;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
.nav-link.active,
|
23
|
+
.nav-item.show .nav-link {
|
24
|
+
color: $nav-tabs-link-active-color !important;
|
25
|
+
}
|
26
|
+
}
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/nfg_theme/_progress.scss
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_avatar.scss
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_mobile.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_nav_step.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_redactor.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_slat.scss
RENAMED
File without changes
|
@@ -3,6 +3,7 @@
|
|
3
3
|
$facebook: #3b5998 !default;
|
4
4
|
$twitter: #1da1f2 !default;
|
5
5
|
$linkedin: #0077b5 !default;
|
6
|
+
$google-plus: #dd4b39 !default;
|
6
7
|
$pinterest: #bd081c !default;
|
7
8
|
|
8
9
|
$social-media-colors: () !default;
|
@@ -12,6 +13,7 @@ $social-media-colors: map-merge(
|
|
12
13
|
"facebook": $facebook,
|
13
14
|
"twitter": $twitter,
|
14
15
|
"linkedin": $linkedin,
|
16
|
+
"google-plus": $google-plus,
|
15
17
|
"pinterest": $pinterest
|
16
18
|
),
|
17
19
|
$social-media-colors
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{admin → core}/nfg_theme/custom/_ticket.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_datepicker.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_datetimepicker.scss
RENAMED
File without changes
|
@@ -0,0 +1,5 @@
|
|
1
|
+
// INTERCOM -- custom styles for https://www.intercom.io/ integration
|
2
|
+
|
3
|
+
.intercom-lightweight-app-launcher, .intercom-launcher-frame { // second selector is class added to intercom icon after full screen closes on mobile
|
4
|
+
@include media-breakpoint-down(md) { bottom: ($spacer * 3.5) !important; } // adjusts location on medium devices and smaller
|
5
|
+
}
|
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_sticky_div.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_turbolinks.scss
RENAMED
File without changes
|
data/app/assets/stylesheets/nfg_ui/network_for_good/{public → core}/plugins/_twitter_typeahead.scss
RENAMED
File without changes
|
@@ -1,24 +1,7 @@
|
|
1
1
|
//** Public Styles **//
|
2
2
|
|
3
|
-
//
|
4
|
-
@import
|
5
|
-
@import 'font-awesome';
|
6
|
-
@import 'select2';
|
3
|
+
// Core Styles
|
4
|
+
@import 'nfg_ui/network_for_good/core/application';
|
7
5
|
|
8
|
-
//
|
9
|
-
@import 'variables';
|
10
|
-
|
11
|
-
// Bootstrap Vendor Base
|
12
|
-
@import 'bootstrap';
|
13
|
-
|
14
|
-
// NFG Theme
|
6
|
+
// Customization and Overrides
|
15
7
|
@import 'nfg_theme/*';
|
16
|
-
|
17
|
-
// Plugins
|
18
|
-
@import 'plugins/datepicker';
|
19
|
-
@import 'plugins/sticky_div';
|
20
|
-
@import 'plugins/select2';
|
21
|
-
@import 'plugins/datetimepicker';
|
22
|
-
|
23
|
-
// Legacy browser support
|
24
|
-
@import 'legacy_browser_support/application';
|
@@ -1,15 +1,8 @@
|
|
1
1
|
// Our custom styles
|
2
2
|
@import 'custom/admin_bar';
|
3
|
-
@import 'custom/avatar';
|
4
3
|
@import 'custom/background_variations';
|
5
4
|
@import 'custom/donor_account';
|
5
|
+
@import 'custom/event';
|
6
6
|
@import 'custom/everyday_default';
|
7
7
|
@import 'custom/everyday_story';
|
8
8
|
@import 'custom/footer_links';
|
9
|
-
@import 'custom/illustration';
|
10
|
-
@import 'custom/nav_step';
|
11
|
-
@import 'custom/slat';
|
12
|
-
@import 'custom/social_share';
|
13
|
-
@import 'custom/ticket';
|
14
|
-
@import 'custom/tile';
|
15
|
-
@import 'custom/user_navbar';
|
@@ -1,50 +1,15 @@
|
|
1
|
-
// Vertical navigations with left indicator
|
1
|
+
// Vertical navigations with left indicator used in donor profile area
|
2
2
|
.nav {
|
3
3
|
&.flex-column {
|
4
4
|
.nav-link {
|
5
5
|
position: relative;
|
6
6
|
color: $text-muted;
|
7
|
-
|
8
|
-
position: absolute;
|
9
|
-
top: 0;
|
10
|
-
left: 0;
|
11
|
-
width: ($spacer * .25);
|
12
|
-
height: 100%;
|
13
|
-
border-radius: (($spacer * .25) / 2);
|
14
|
-
transition: $transition-base;
|
15
|
-
content: '';
|
16
|
-
}
|
7
|
+
border-left: 4px solid transparent;
|
17
8
|
&.active {
|
18
9
|
color: $nav-tabs-link-active-color !important;
|
19
|
-
|
10
|
+
border-color: $nav-tabs-link-hover-border-color;
|
20
11
|
}
|
21
12
|
@include hover-focus { color: $nav-tabs-link-active-color !important; }
|
22
13
|
}
|
23
14
|
}
|
24
15
|
}
|
25
|
-
|
26
|
-
//
|
27
|
-
// Tabs
|
28
|
-
//
|
29
|
-
.nav-tabs {
|
30
|
-
.nav-item { margin-right: ($spacer * .5); }
|
31
|
-
.nav-link {
|
32
|
-
position: relative;
|
33
|
-
color: $text-muted;
|
34
|
-
border: none;
|
35
|
-
&::after {
|
36
|
-
position: absolute;
|
37
|
-
bottom: 0;
|
38
|
-
left: 0;
|
39
|
-
width: 100%;
|
40
|
-
height: ($spacer * .25);
|
41
|
-
border-radius: (($spacer * .25) / 2);
|
42
|
-
transition: $transition-base;
|
43
|
-
content: '';
|
44
|
-
}
|
45
|
-
@include hover-focus {
|
46
|
-
color: $nav-tabs-link-active-color !important;
|
47
|
-
&::after { background: $nav-tabs-link-hover-border-color; }
|
48
|
-
}
|
49
|
-
}
|
50
|
-
}
|