j1_template_mde 2018.4.11 → 2018.4.12
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/_includes/themes/j1/layouts/content_generator_blog_archive.html +117 -110
- data/_includes/themes/j1/modules/navigator/generator.html +2 -2
- data/_includes/themes/j1/modules/navigator/procedures/sidebar.proc +88 -9
- data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +5 -4
- data/_includes/themes/j1/procedures/global/get_page_path.proc +5 -3
- data/lib/j1/commands/generate.rb +3 -3
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +417 -78
- data/lib/j1_app/j1_auth_manager/config.rb +47 -0
- data/lib/j1_app/j1_auth_manager/helpers.rb +15 -11
- data/lib/j1_app/j1_auth_manager/views/_unused/iframe.erb +29 -0
- data/lib/j1_app/j1_auth_manager/views/_unused/modal_page.erb +136 -0
- data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +144 -0
- data/lib/j1_app/j1_auth_manager/warden_omniauth.rb +8 -6
- data/lib/j1_app/omniauth/strategies/disqus.rb +7 -7
- data/lib/j1_app/omniauth/strategies/facebook.rb +1 -1
- data/lib/j1_app/omniauth/strategies/github.rb +7 -7
- data/lib/j1_app/omniauth/strategies/patreon.rb +5 -4
- data/lib/j1_app/omniauth/strategies/twitter.rb +1 -1
- data/lib/starter_web/Gemfile +2 -2
- data/lib/starter_web/_config.yml +27 -19
- data/lib/starter_web/_data/modules/_unused/j1_navigator.yml +4 -4
- data/lib/starter_web/_data/modules/_unused/j1_navigator_menu.yml +24 -24
- data/lib/starter_web/_data/modules/j1_banner.yml +2 -2
- data/lib/starter_web/_data/modules/j1_cookiebar.yml +2 -2
- data/lib/starter_web/_data/modules/j1_footer.yml +4 -4
- data/lib/starter_web/_data/modules/j1_navigator.yml +18 -17
- data/lib/starter_web/_data/modules/j1_navigator_menu.yml +37 -64
- data/lib/starter_web/_data/modules/j1_panel.yml +15 -15
- data/lib/starter_web/_data/modules/j1_theme_switcher.yml +7 -7
- data/lib/starter_web/_rack/dot.gitignore +8 -6
- data/lib/starter_web/assets/images/master_header/aaron-burden-1280x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/admin-dashboard-bootstrap.1280x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/chuttersnap-1280x800.png +0 -0
- data/lib/starter_web/assets/images/master_header/clark-tibbs-do-something.1280x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/clark-tibbs-do-something.1920x900.png +0 -0
- data/lib/starter_web/assets/images/master_header/homehead-default-1280x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/homehead-default-1920x800.png +0 -0
- data/lib/starter_web/assets/images/master_header/ideas-start-here.1280x900.png +0 -0
- data/lib/starter_web/assets/images/master_header/maarten-van-den-heuvel.1280x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/pagehead-default-1280x500.png +0 -0
- data/lib/starter_web/assets/images/master_header/pagehead-default-1920x600.png +0 -0
- data/lib/starter_web/assets/images/master_header/water-journal-1280x600.png +0 -0
- data/lib/starter_web/assets/themes/j1/core/css/bootstrap.css +895 -286
- data/lib/starter_web/assets/themes/j1/core/css/bootstrap.min.css +2 -2
- data/lib/starter_web/assets/themes/j1/core/js/adapter/navigator.js +9 -17
- data/lib/starter_web/collections/posts/{series → premium/series}/_posts/000_includes/attributes.asciidoc +5 -5
- data/lib/starter_web/collections/posts/{series → premium/series}/_posts/000_includes/documents/100-docker-using-shared-folders.asciidoc +0 -0
- data/lib/starter_web/collections/posts/{series → premium/series}/_posts/000_includes/documents/loop.sh +0 -0
- data/lib/starter_web/collections/posts/{series → premium/series}/_posts/000_includes/tables/debug_variables.asciidoc +2 -1
- data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +79 -0
- data/lib/starter_web/collections/posts/{series/_posts/2018-11-01-docker-using-shared-folders.adoc → premium/series/_posts/2018-11-01-docker-using-shared-folders.asciidoc} +15 -23
- data/lib/starter_web/collections/posts/{wikipedia → private/wikipedia}/_posts/2016-11-20-minneapolis.adoc +0 -0
- data/lib/starter_web/collections/posts/{wikipedia → private/wikipedia}/_posts/2016-11-24-narcisse-snake-pits.adoc +0 -0
- data/lib/starter_web/collections/posts/{wikipedia → private/wikipedia}/_posts/2016-11-26-columbia-river.adoc +0 -0
- data/lib/starter_web/collections/posts/{featured → public/featured}/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/000_includes/attributes.asciidoc +46 -0
- data/lib/starter_web/collections/posts/{featured → public/featured}/_posts/2017-05-01-confusion-about-base-url.adoc +5 -4
- data/lib/starter_web/collections/posts/{featured → public/featured}/_posts/2017-06-01-top-open-source-static-site-generators.adoc +0 -0
- data/lib/starter_web/collections/posts/{featured → public/featured}/_posts/2017-07-01-what-is-a-static-site.adoc +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/{bookshelf → premium/bookshelf}/100_about_jekyll_collections.adoc +1 -1
- data/lib/starter_web/pages/{bookshelf → premium/bookshelf}/200_book_shelf_biography.adoc +1 -1
- data/lib/starter_web/pages/{bookshelf → premium/bookshelf}/300_book_shelf_fantasy.adoc +1 -1
- data/lib/starter_web/pages/{bookshelf → premium/bookshelf}/400_book_shelf_romance.adoc +1 -1
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/200_rotate.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/300_flip.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/twitter_emoji/300_flip.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/000_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -0
- data/lib/starter_web/pages/{previewer → private/previewer}/justified_gallery.html +1 -1
- data/lib/starter_web/pages/{previewer → private/previewer}/mdi_icons_preview.adoc +1 -1
- data/lib/starter_web/pages/{previewer → private/previewer}/twitter_emoji_preview.adoc +1 -1
- data/lib/starter_web/pages/{about → public/about}/about_site.adoc +1 -1
- data/lib/starter_web/pages/{blog → public/blog}/navigator/archive.html +11 -11
- data/lib/starter_web/pages/{blog/navigator/archive_by_category.html → public/blog/navigator/archive/categoryview.html} +11 -11
- data/lib/starter_web/pages/{blog/navigator/archive_by_date.html → public/blog/navigator/archive/dateview.html} +11 -12
- data/lib/starter_web/pages/{blog/navigator/archive_by_tag.html → public/blog/navigator/archive/tagview.html} +12 -12
- data/lib/starter_web/pages/{blog → public/blog}/navigator/index.html +0 -0
- data/lib/starter_web/pages/{legal → public/legal}/de/100_impress.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/de/200_terms_of_use.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/de/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/de/400_license_agreement.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/de/500_support.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/en/100_impress.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/en/200_terms_of_use.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/en/300_privacy.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/en/400_license_agreement.adoc +1 -1
- data/lib/starter_web/pages/{legal → public/legal}/en/500_support.adoc +1 -1
- data/lib/starter_web/pages/{panel/100_intro_panel.adoc → public/panels/intro_panel.adoc} +1 -1
- data/lib/starter_web/pages/public/previewer/000_includes/attributes.asciidoc +75 -0
- data/lib/starter_web/pages/{previewer → public/previewer}/bootstrap_theme.adoc +13 -8
- data/lib/starter_web/pages/{start → public/start}/000_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/change_me_first.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/dm920hd.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/000_includes/attributes.asciidoc +4 -4
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/000_includes/tables/100_quickstart_installation_packages.asciidoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/100_linux_starter.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/200_macos_starter.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/300_windows_starter.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/downloads/quickstarter/quickstart.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/collections.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/configuration.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/directory_structure.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/jekyll_commandline.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/layout_inheritance.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/manage_pages.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/manage_posts.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/pagination.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/plugins.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/templates.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/000_includes/documents/variables.adoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/100_introduction.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/110_preparations.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/120_getting_started.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/_unused/20_j1_anatomy.asciidoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/_unused/30_j1_configure_your_site.asciidoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/_unused/40_j1_create_content.asciidoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/kickstarter/web_in_a_day/_unused/50_j1_customize_your_pages.asciidoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/read_me_first.adoc +1 -1
- data/lib/starter_web/pages/public/start/roundtrip/000_includes/attributes.asciidoc +90 -0
- data/lib/starter_web/pages/{start → public/start}/roundtrip/000_includes/documents/100_gistblock.asciidoc +0 -0
- data/lib/starter_web/pages/{start → public/start}/roundtrip/100_present_images.adoc +2 -3
- data/lib/starter_web/pages/{start → public/start}/roundtrip/200_cards.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/roundtrip/300_typography.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/roundtrip/400_icon_fonts.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/roundtrip/500_asciidoc_extensions.adoc +1 -1
- data/lib/starter_web/pages/{start → public/start}/roundtrip/600_themes.adoc +1 -1
- data/lib/starter_web/pages/{start/roundtrip/700_additional_modals.adoc → public/start/roundtrip/700_j1_modals.adoc} +25 -36
- data/lib/starter_web/pages/{teaser → public/teaser}/100_core.adoc +1 -1
- data/lib/starter_web/pages/{teaser → public/teaser}/200_components.adoc +1 -1
- data/lib/starter_web/pages/{teaser → public/teaser}/300_modules.adoc +1 -1
- metadata +115 -209
- data/lib/starter_web/apps/calendar/index.adoc +0 -71
- data/lib/starter_web/apps/link_checker/index.html +0 -24
- data/lib/starter_web/assets/apps/link-checker/assets/img/main/img22.jpg +0 -0
- data/lib/starter_web/assets/apps/link-checker/assets/img/main/img22.png +0 -0
- data/lib/starter_web/assets/apps/link-checker/index.html +0 -125
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/css/bootstrap.min.css +0 -1560
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/bootstrap/js/bootstrap.min.js +0 -7
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/LICENSE.md +0 -11
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/README.md +0 -105
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/css/font-awesome.css +0 -2337
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/css/font-awesome.min.css +0 -4
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/FontAwesome.otf +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/fontawesome-webfont.eot +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/fontawesome-webfont.svg +0 -2671
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/fontawesome-webfont.woff +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/font_awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/How_to_use_webfonts.html +0 -230
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/Roboto-Regular-demo.html +0 -372
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/Roboto-Regular.eot +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/Roboto-Regular.svg +0 -621
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/Roboto-Regular.ttf +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/Roboto-Regular.woff +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/specimen_files/Roboto-Regular-cleartype.png +0 -0
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/specimen_files/grid_12-825-55-15.css +0 -129
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/specimen_files/specimen_stylesheet.css +0 -396
- data/lib/starter_web/assets/apps/link-checker/src/fonts/roboto/stylesheet.css +0 -12
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/css/link-checker.css +0 -87
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/backbone.1.3.2.js +0 -1920
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/backbone.min.js +0 -37
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/html5shiv.min.js +0 -4
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/iframeResizer.contentWindow.min.js +0 -9
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/jquery.min.js +0 -6
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/jsuri-1.1.1.min.js +0 -2
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/link-checker.js +0 -333
- data/lib/starter_web/assets/apps/link-checker/src/link-checker/js/underscore.min.js +0 -31
- data/lib/starter_web/assets/images/master_header/aaron-burden-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/alexey-ruban-slider.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/chuttersnap-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/clark-tibbs-do-something.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/homehead-default-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/ideas-start-here.1200x800.png +0 -0
- data/lib/starter_web/assets/images/master_header/ideas-start-here.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/maarten-van-den-heuvel-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/pagehead-default-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/stefan-stefancik-1200.jpg +0 -0
- data/lib/starter_web/assets/images/master_header/water-journal-1200.jpg +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/001_menubar_example.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/005_navbar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/005_navigation_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/006_navigation_side_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/006_searchbar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/007_sidebar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/008_navbar_blank.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/010_nav_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/010_top_search.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/012_top_search.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/015_quicklink_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/017_side_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/200_navigation/020_menu_bar.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/2-tier-architecture-1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/3-tier-architecture-1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/download_image_create_starter.800x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1-app-authclient-icon.1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1-app-authclient-signin.1280x700.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1-app-authclient-signout.1280x700.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1-disqus-comment-dialog.1280x500.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1_development_system-1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/j1_runtime_system-1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/rack_based_web_app-1280x600.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/rack_based_web_app.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/run_container_build_start_web.800x400.png +0 -0
- data/lib/starter_web/assets/images/pages/documentation/100_user_guide/200_modules/240_auth_manager/run_starter_web.800x700.png +0 -0
- data/lib/starter_web/collections/posts/featured/_posts/000_includes/attributes.asciidoc +0 -15
- data/lib/starter_web/pages/about/about_you.adoc +0 -103
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/attributes.asciidoc +0 -72
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/documents/200_library_features.asciidoc +0 -285
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/001_menu_bar_example.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/005_navbar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/005_navigation_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/006_navigation_side_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/006_searchbar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/007_sidebar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/008_navbar_blank.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/010_nav_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/010_top_search.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/012_top_search.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/015_quicklink_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/017_side_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/020_menu_bar.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/400_master_header.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/410_text_header.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/411_text_header.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/412_header_anatomy.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/415_image_header_caption.png +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/images/snagit/412_header_anatomy.snag +0 -0
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/000_text_sizes.asciidoc +0 -50
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/410_common_header_parameters.asciidoc +0 -120
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/420_common_image_header_parameters.asciidoc +0 -52
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/421_additional_image_header_parameters.asciidoc +0 -36
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/430_video_header_parameters.asciidoc +0 -26
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/440_image_and_video_transitions.asciidoc +0 -36
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/450_image_and_video_header_defaults.asciidoc +0 -82
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/000_includes/tables/451_additional_image_and_video_header_defaults.asciidoc +0 -23
- data/lib/starter_web/pages/start/documentation/user_guide/100_header/100_header.adoc +0 -452
- data/lib/starter_web/pages/start/documentation/user_guide/240_auth_manager/000_includes/attributes.asciidoc +0 -119
- data/lib/starter_web/pages/start/documentation/user_guide/240_auth_manager/100_auth_manager.adoc +0 -539
- data/lib/starter_web/pages/start/roundtrip/000_includes/attributes.asciidoc +0 -49
|
@@ -252,7 +252,7 @@ panels:
|
|
|
252
252
|
icon: eye
|
|
253
253
|
icon_size: lg
|
|
254
254
|
icon_color: md-indigo-50
|
|
255
|
-
href: /pages/
|
|
255
|
+
href: /pages/public/panels/intro_panel#responsive-design
|
|
256
256
|
|
|
257
257
|
- card:
|
|
258
258
|
enabled: true
|
|
@@ -275,7 +275,7 @@ panels:
|
|
|
275
275
|
icon: eye
|
|
276
276
|
icon_size: lg
|
|
277
277
|
icon_color: md-indigo-50
|
|
278
|
-
href: /pages/
|
|
278
|
+
href: /pages/public/panels/intro_panel#current-technology
|
|
279
279
|
|
|
280
280
|
- card:
|
|
281
281
|
enabled: true
|
|
@@ -298,7 +298,7 @@ panels:
|
|
|
298
298
|
icon: eye
|
|
299
299
|
icon_size: lg
|
|
300
300
|
icon_color: md-indigo-50
|
|
301
|
-
href: /pages/
|
|
301
|
+
href: /pages/public/panels/intro_panel#launch-ready
|
|
302
302
|
|
|
303
303
|
|
|
304
304
|
# --------------------------------------------------------
|
|
@@ -479,7 +479,7 @@ panels:
|
|
|
479
479
|
enabled: true
|
|
480
480
|
type: service
|
|
481
481
|
icon: bullseye
|
|
482
|
-
href: /pages/panels/service_panel_core
|
|
482
|
+
href: /pages/public/panels/service_panel_core
|
|
483
483
|
title: J1 Template
|
|
484
484
|
tagline: The Core
|
|
485
485
|
text: >
|
|
@@ -492,20 +492,20 @@ panels:
|
|
|
492
492
|
|
|
493
493
|
- service:
|
|
494
494
|
title: Layout System
|
|
495
|
-
href: /pages/panels/service_panel_core#layout-system
|
|
495
|
+
href: /pages/public/panels/service_panel_core#layout-system
|
|
496
496
|
- service:
|
|
497
497
|
title: Template Engine
|
|
498
|
-
href: /pages/panels/service_panel_core#template-engine
|
|
498
|
+
href: /pages/public/panels/service_panel_core#template-engine
|
|
499
499
|
- service:
|
|
500
500
|
title: Bootstrap Integration
|
|
501
|
-
href: /pages/panels/service_panel_core#bootstrap-integration
|
|
501
|
+
href: /pages/public/panels/service_panel_core#bootstrap-integration
|
|
502
502
|
|
|
503
503
|
- card:
|
|
504
504
|
|
|
505
505
|
enabled: true
|
|
506
506
|
type: service
|
|
507
507
|
icon: wpforms
|
|
508
|
-
href: /pages/panels/service_panel_components
|
|
508
|
+
href: /pages/public/panels/service_panel_components
|
|
509
509
|
title: J1 Template
|
|
510
510
|
tagline: The Components
|
|
511
511
|
text: >
|
|
@@ -518,22 +518,22 @@ panels:
|
|
|
518
518
|
|
|
519
519
|
- service:
|
|
520
520
|
title: Panel
|
|
521
|
-
href: /pages/panels/service_panel_components#panel
|
|
521
|
+
href: /pages/public/panels/service_panel_components#panel
|
|
522
522
|
|
|
523
523
|
- service:
|
|
524
524
|
title: Builder
|
|
525
|
-
href: /pages/panels/service_panel_components#builder
|
|
525
|
+
href: /pages/public/panels/service_panel_components#builder
|
|
526
526
|
|
|
527
527
|
- service:
|
|
528
528
|
title: Connectors
|
|
529
|
-
href: /pages/panels/service_panel_components#connectors
|
|
529
|
+
href: /pages/public/panels/service_panel_components#connectors
|
|
530
530
|
|
|
531
531
|
- card:
|
|
532
532
|
|
|
533
533
|
enabled: true
|
|
534
534
|
type: service
|
|
535
535
|
icon: microchip
|
|
536
|
-
href: /pages/panels/service_panel_modules
|
|
536
|
+
href: /pages/public/panels/service_panel_modules
|
|
537
537
|
title: J1 Template
|
|
538
538
|
tagline: The Modules
|
|
539
539
|
text: >
|
|
@@ -546,13 +546,13 @@ panels:
|
|
|
546
546
|
|
|
547
547
|
- service:
|
|
548
548
|
title: Lightboxes
|
|
549
|
-
href: /pages/panels/service_panel_modules#lightboxes
|
|
549
|
+
href: /pages/public/panels/service_panel_modules#lightboxes
|
|
550
550
|
- service:
|
|
551
551
|
title: Slider
|
|
552
|
-
href: /pages/panels/service_panel_modules#slider
|
|
552
|
+
href: /pages/public/panels/service_panel_modules#slider
|
|
553
553
|
- service:
|
|
554
554
|
title: Galleries
|
|
555
|
-
href: /pages/panels/service_panel_modules#galleries
|
|
555
|
+
href: /pages/public/panels/service_panel_modules#galleries
|
|
556
556
|
|
|
557
557
|
|
|
558
558
|
|
|
@@ -114,19 +114,19 @@
|
|
|
114
114
|
#
|
|
115
115
|
enabled: true
|
|
116
116
|
debug: false
|
|
117
|
-
previewPage: /pages/previewer/theme/
|
|
117
|
+
previewPage: /pages/public/previewer/theme/
|
|
118
118
|
menu_icon_family: FontAwesome
|
|
119
119
|
menu_icon_color: rgba_darken
|
|
120
120
|
menu_icon_size: large
|
|
121
121
|
cssThemeLink: bootstrapTheme
|
|
122
122
|
saveToCookie: true
|
|
123
123
|
defaultThemeCss:
|
|
124
|
-
#cookieDefaultThemeName:
|
|
125
|
-
cookieThemeName:
|
|
126
|
-
cookieThemeCss:
|
|
127
|
-
cookieThemeExtensionCss:
|
|
128
|
-
cookieExpiration:
|
|
129
|
-
cookiePath:
|
|
124
|
+
# cookieDefaultThemeName: j1-theme.default
|
|
125
|
+
# cookieThemeName: j1-theme.name
|
|
126
|
+
# cookieThemeCss: j1-theme.css
|
|
127
|
+
# cookieThemeExtensionCss: j1-theme-extensions.css
|
|
128
|
+
# cookieExpiration: 3650
|
|
129
|
+
# cookiePath: /
|
|
130
130
|
defaultCssFile: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
|
|
131
131
|
bootswatchApiUrl: "https://bootswatch.com/api"
|
|
132
132
|
bootswatchApiVersion: 4
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# Unneeded files created by a Jekyll build
|
|
2
2
|
#
|
|
3
|
-
_site
|
|
3
|
+
_site
|
|
4
4
|
|
|
5
5
|
.sass-cache
|
|
6
6
|
|
|
7
7
|
.jekyll-metadata
|
|
8
8
|
|
|
9
|
+
Gemfile.lock
|
|
10
|
+
|
|
9
11
|
# Never publish your sensitive personal and/or OAuth
|
|
10
12
|
# data to any repo - not to public, not to any private one.
|
|
11
13
|
.env
|
|
@@ -13,15 +15,15 @@ _site/
|
|
|
13
15
|
# Unneeded files created by you or helper processes
|
|
14
16
|
#
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
node_modules
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
package-lock.json
|
|
19
21
|
|
|
20
|
-
|
|
22
|
+
tmp
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
.idea
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
.vscode
|
|
25
27
|
|
|
26
28
|
**/*.old
|
|
27
29
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
# ----------------------------------------------------------------------------
|
|
15
15
|
*/
|
|
16
16
|
/*!
|
|
17
|
-
* Bootstrap v4.1
|
|
17
|
+
* Bootstrap v4.2.1 (https://getbootstrap.com/)
|
|
18
18
|
* Copyright 2011-2018 The Bootstrap Authors
|
|
19
19
|
* Copyright 2011-2018 Twitter, Inc.
|
|
20
20
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
--breakpoint-md: 768px;
|
|
47
47
|
--breakpoint-lg: 992px;
|
|
48
48
|
--breakpoint-xl: 1200px;
|
|
49
|
-
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
49
|
+
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
50
50
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
|
|
51
51
|
|
|
52
52
|
*,
|
|
@@ -58,19 +58,14 @@ html {
|
|
|
58
58
|
font-family: sans-serif;
|
|
59
59
|
line-height: 1.15;
|
|
60
60
|
-webkit-text-size-adjust: 100%;
|
|
61
|
-
-ms-text-size-adjust: 100%;
|
|
62
|
-
-ms-overflow-style: scrollbar;
|
|
63
61
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
|
64
62
|
|
|
65
|
-
@-ms-viewport {
|
|
66
|
-
width: device-width; }
|
|
67
|
-
|
|
68
63
|
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
|
|
69
64
|
display: block; }
|
|
70
65
|
|
|
71
66
|
body {
|
|
72
67
|
margin: 0;
|
|
73
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
68
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
74
69
|
font-size: 1rem;
|
|
75
70
|
font-weight: 400;
|
|
76
71
|
line-height: 1.5;
|
|
@@ -99,7 +94,8 @@ abbr[data-original-title] {
|
|
|
99
94
|
text-decoration: underline;
|
|
100
95
|
text-decoration: underline dotted;
|
|
101
96
|
cursor: help;
|
|
102
|
-
border-bottom: 0;
|
|
97
|
+
border-bottom: 0;
|
|
98
|
+
text-decoration-skip-ink: none; }
|
|
103
99
|
|
|
104
100
|
address {
|
|
105
101
|
margin-bottom: 1rem;
|
|
@@ -128,9 +124,6 @@ dd {
|
|
|
128
124
|
blockquote {
|
|
129
125
|
margin: 0 0 1rem; }
|
|
130
126
|
|
|
131
|
-
dfn {
|
|
132
|
-
font-style: italic; }
|
|
133
|
-
|
|
134
127
|
b,
|
|
135
128
|
strong {
|
|
136
129
|
font-weight: bolder; }
|
|
@@ -154,8 +147,7 @@ sup {
|
|
|
154
147
|
a {
|
|
155
148
|
color: #007bff;
|
|
156
149
|
text-decoration: none;
|
|
157
|
-
background-color: transparent;
|
|
158
|
-
-webkit-text-decoration-skip: objects; }
|
|
150
|
+
background-color: transparent; }
|
|
159
151
|
a:hover {
|
|
160
152
|
color: #0056b3;
|
|
161
153
|
text-decoration: underline; }
|
|
@@ -179,8 +171,7 @@ samp {
|
|
|
179
171
|
pre {
|
|
180
172
|
margin-top: 0;
|
|
181
173
|
margin-bottom: 1rem;
|
|
182
|
-
overflow: auto;
|
|
183
|
-
-ms-overflow-style: scrollbar; }
|
|
174
|
+
overflow: auto; }
|
|
184
175
|
|
|
185
176
|
figure {
|
|
186
177
|
margin: 0 0 1rem; }
|
|
@@ -236,7 +227,7 @@ select {
|
|
|
236
227
|
text-transform: none; }
|
|
237
228
|
|
|
238
229
|
button,
|
|
239
|
-
|
|
230
|
+
[type="button"],
|
|
240
231
|
[type="reset"],
|
|
241
232
|
[type="submit"] {
|
|
242
233
|
-webkit-appearance: button; }
|
|
@@ -291,7 +282,6 @@ progress {
|
|
|
291
282
|
outline-offset: -2px;
|
|
292
283
|
-webkit-appearance: none; }
|
|
293
284
|
|
|
294
|
-
[type="search"]::-webkit-search-cancel-button,
|
|
295
285
|
[type="search"]::-webkit-search-decoration {
|
|
296
286
|
-webkit-appearance: none; }
|
|
297
287
|
|
|
@@ -404,7 +394,7 @@ mark,
|
|
|
404
394
|
font-size: 80%;
|
|
405
395
|
color: #6c757d; }
|
|
406
396
|
.blockquote-footer::before {
|
|
407
|
-
content: "\2014
|
|
397
|
+
content: "\2014\00A0"; }
|
|
408
398
|
|
|
409
399
|
.img-fluid {
|
|
410
400
|
max-width: 100%;
|
|
@@ -508,7 +498,6 @@ pre {
|
|
|
508
498
|
.col-xl-auto {
|
|
509
499
|
position: relative;
|
|
510
500
|
width: 100%;
|
|
511
|
-
min-height: 1px;
|
|
512
501
|
padding-right: 15px;
|
|
513
502
|
padding-left: 15px; }
|
|
514
503
|
|
|
@@ -520,7 +509,7 @@ pre {
|
|
|
520
509
|
.col-auto {
|
|
521
510
|
flex: 0 0 auto;
|
|
522
511
|
width: auto;
|
|
523
|
-
max-width:
|
|
512
|
+
max-width: 100%; }
|
|
524
513
|
|
|
525
514
|
.col-1 {
|
|
526
515
|
flex: 0 0 8.33333%;
|
|
@@ -656,7 +645,7 @@ pre {
|
|
|
656
645
|
.col-sm-auto {
|
|
657
646
|
flex: 0 0 auto;
|
|
658
647
|
width: auto;
|
|
659
|
-
max-width:
|
|
648
|
+
max-width: 100%; }
|
|
660
649
|
.col-sm-1 {
|
|
661
650
|
flex: 0 0 8.33333%;
|
|
662
651
|
max-width: 8.33333%; }
|
|
@@ -756,7 +745,7 @@ pre {
|
|
|
756
745
|
.col-md-auto {
|
|
757
746
|
flex: 0 0 auto;
|
|
758
747
|
width: auto;
|
|
759
|
-
max-width:
|
|
748
|
+
max-width: 100%; }
|
|
760
749
|
.col-md-1 {
|
|
761
750
|
flex: 0 0 8.33333%;
|
|
762
751
|
max-width: 8.33333%; }
|
|
@@ -856,7 +845,7 @@ pre {
|
|
|
856
845
|
.col-lg-auto {
|
|
857
846
|
flex: 0 0 auto;
|
|
858
847
|
width: auto;
|
|
859
|
-
max-width:
|
|
848
|
+
max-width: 100%; }
|
|
860
849
|
.col-lg-1 {
|
|
861
850
|
flex: 0 0 8.33333%;
|
|
862
851
|
max-width: 8.33333%; }
|
|
@@ -956,7 +945,7 @@ pre {
|
|
|
956
945
|
.col-xl-auto {
|
|
957
946
|
flex: 0 0 auto;
|
|
958
947
|
width: auto;
|
|
959
|
-
max-width:
|
|
948
|
+
max-width: 100%; }
|
|
960
949
|
.col-xl-1 {
|
|
961
950
|
flex: 0 0 8.33333%;
|
|
962
951
|
max-width: 8.33333%; }
|
|
@@ -1095,6 +1084,12 @@ pre {
|
|
|
1095
1084
|
.table-primary > td {
|
|
1096
1085
|
background-color: #b8daff; }
|
|
1097
1086
|
|
|
1087
|
+
.table-primary th,
|
|
1088
|
+
.table-primary td,
|
|
1089
|
+
.table-primary thead th,
|
|
1090
|
+
.table-primary tbody + tbody {
|
|
1091
|
+
border-color: #7abaff; }
|
|
1092
|
+
|
|
1098
1093
|
.table-hover .table-primary:hover {
|
|
1099
1094
|
background-color: #9fcdff; }
|
|
1100
1095
|
.table-hover .table-primary:hover > td,
|
|
@@ -1106,6 +1101,12 @@ pre {
|
|
|
1106
1101
|
.table-secondary > td {
|
|
1107
1102
|
background-color: #d6d8db; }
|
|
1108
1103
|
|
|
1104
|
+
.table-secondary th,
|
|
1105
|
+
.table-secondary td,
|
|
1106
|
+
.table-secondary thead th,
|
|
1107
|
+
.table-secondary tbody + tbody {
|
|
1108
|
+
border-color: #b3b7bb; }
|
|
1109
|
+
|
|
1109
1110
|
.table-hover .table-secondary:hover {
|
|
1110
1111
|
background-color: #c8cbcf; }
|
|
1111
1112
|
.table-hover .table-secondary:hover > td,
|
|
@@ -1117,6 +1118,12 @@ pre {
|
|
|
1117
1118
|
.table-success > td {
|
|
1118
1119
|
background-color: #c3e6cb; }
|
|
1119
1120
|
|
|
1121
|
+
.table-success th,
|
|
1122
|
+
.table-success td,
|
|
1123
|
+
.table-success thead th,
|
|
1124
|
+
.table-success tbody + tbody {
|
|
1125
|
+
border-color: #8fd19e; }
|
|
1126
|
+
|
|
1120
1127
|
.table-hover .table-success:hover {
|
|
1121
1128
|
background-color: #b1dfbb; }
|
|
1122
1129
|
.table-hover .table-success:hover > td,
|
|
@@ -1128,6 +1135,12 @@ pre {
|
|
|
1128
1135
|
.table-info > td {
|
|
1129
1136
|
background-color: #bee5eb; }
|
|
1130
1137
|
|
|
1138
|
+
.table-info th,
|
|
1139
|
+
.table-info td,
|
|
1140
|
+
.table-info thead th,
|
|
1141
|
+
.table-info tbody + tbody {
|
|
1142
|
+
border-color: #86cfda; }
|
|
1143
|
+
|
|
1131
1144
|
.table-hover .table-info:hover {
|
|
1132
1145
|
background-color: #abdde5; }
|
|
1133
1146
|
.table-hover .table-info:hover > td,
|
|
@@ -1139,6 +1152,12 @@ pre {
|
|
|
1139
1152
|
.table-warning > td {
|
|
1140
1153
|
background-color: #ffeeba; }
|
|
1141
1154
|
|
|
1155
|
+
.table-warning th,
|
|
1156
|
+
.table-warning td,
|
|
1157
|
+
.table-warning thead th,
|
|
1158
|
+
.table-warning tbody + tbody {
|
|
1159
|
+
border-color: #ffdf7e; }
|
|
1160
|
+
|
|
1142
1161
|
.table-hover .table-warning:hover {
|
|
1143
1162
|
background-color: #ffe8a1; }
|
|
1144
1163
|
.table-hover .table-warning:hover > td,
|
|
@@ -1150,6 +1169,12 @@ pre {
|
|
|
1150
1169
|
.table-danger > td {
|
|
1151
1170
|
background-color: #f5c6cb; }
|
|
1152
1171
|
|
|
1172
|
+
.table-danger th,
|
|
1173
|
+
.table-danger td,
|
|
1174
|
+
.table-danger thead th,
|
|
1175
|
+
.table-danger tbody + tbody {
|
|
1176
|
+
border-color: #ed969e; }
|
|
1177
|
+
|
|
1153
1178
|
.table-hover .table-danger:hover {
|
|
1154
1179
|
background-color: #f1b0b7; }
|
|
1155
1180
|
.table-hover .table-danger:hover > td,
|
|
@@ -1161,6 +1186,12 @@ pre {
|
|
|
1161
1186
|
.table-light > td {
|
|
1162
1187
|
background-color: #fdfdfe; }
|
|
1163
1188
|
|
|
1189
|
+
.table-light th,
|
|
1190
|
+
.table-light td,
|
|
1191
|
+
.table-light thead th,
|
|
1192
|
+
.table-light tbody + tbody {
|
|
1193
|
+
border-color: #fbfcfc; }
|
|
1194
|
+
|
|
1164
1195
|
.table-hover .table-light:hover {
|
|
1165
1196
|
background-color: #ececf6; }
|
|
1166
1197
|
.table-hover .table-light:hover > td,
|
|
@@ -1172,6 +1203,12 @@ pre {
|
|
|
1172
1203
|
.table-dark > td {
|
|
1173
1204
|
background-color: #c6c8ca; }
|
|
1174
1205
|
|
|
1206
|
+
.table-dark th,
|
|
1207
|
+
.table-dark td,
|
|
1208
|
+
.table-dark thead th,
|
|
1209
|
+
.table-dark tbody + tbody {
|
|
1210
|
+
border-color: #95999c; }
|
|
1211
|
+
|
|
1175
1212
|
.table-hover .table-dark:hover {
|
|
1176
1213
|
background-color: #b9bbbe; }
|
|
1177
1214
|
.table-hover .table-dark:hover > td,
|
|
@@ -1268,6 +1305,7 @@ pre {
|
|
|
1268
1305
|
height: calc(2.25rem + 2px);
|
|
1269
1306
|
padding: 0.375rem 0.75rem;
|
|
1270
1307
|
font-size: 1rem;
|
|
1308
|
+
font-weight: 400;
|
|
1271
1309
|
line-height: 1.5;
|
|
1272
1310
|
color: #495057;
|
|
1273
1311
|
background-color: #fff;
|
|
@@ -1421,22 +1459,34 @@ textarea.form-control {
|
|
|
1421
1459
|
background-color: rgba(40, 167, 69, 0.9);
|
|
1422
1460
|
border-radius: 0.25rem; }
|
|
1423
1461
|
|
|
1424
|
-
.was-validated .form-control:valid, .form-control.is-valid
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
.
|
|
1462
|
+
.was-validated .form-control:valid, .form-control.is-valid {
|
|
1463
|
+
border-color: #28a745;
|
|
1464
|
+
padding-right: 2.25rem;
|
|
1465
|
+
background-repeat: no-repeat;
|
|
1466
|
+
background-position: center right calc(2.25rem / 4);
|
|
1467
|
+
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
|
|
1468
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
|
|
1469
|
+
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
|
1431
1470
|
border-color: #28a745;
|
|
1432
1471
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
|
1433
1472
|
.was-validated .form-control:valid ~ .valid-feedback,
|
|
1434
1473
|
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
|
|
1435
|
-
.form-control.is-valid ~ .valid-tooltip
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1474
|
+
.form-control.is-valid ~ .valid-tooltip {
|
|
1475
|
+
display: block; }
|
|
1476
|
+
|
|
1477
|
+
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
|
1478
|
+
padding-right: 2.25rem;
|
|
1479
|
+
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
|
|
1480
|
+
|
|
1481
|
+
.was-validated .custom-select:valid, .custom-select.is-valid {
|
|
1482
|
+
border-color: #28a745;
|
|
1483
|
+
padding-right: 3.4375rem;
|
|
1484
|
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
|
|
1485
|
+
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
|
1486
|
+
border-color: #28a745;
|
|
1487
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
|
1488
|
+
.was-validated .custom-select:valid ~ .valid-feedback,
|
|
1489
|
+
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
|
|
1440
1490
|
.custom-select.is-valid ~ .valid-tooltip {
|
|
1441
1491
|
display: block; }
|
|
1442
1492
|
|
|
@@ -1456,7 +1506,7 @@ textarea.form-control {
|
|
|
1456
1506
|
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
|
1457
1507
|
color: #28a745; }
|
|
1458
1508
|
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
|
1459
|
-
|
|
1509
|
+
border-color: #28a745; }
|
|
1460
1510
|
|
|
1461
1511
|
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
|
1462
1512
|
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
|
|
@@ -1464,15 +1514,17 @@ textarea.form-control {
|
|
|
1464
1514
|
display: block; }
|
|
1465
1515
|
|
|
1466
1516
|
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
|
1517
|
+
border-color: #34ce57;
|
|
1467
1518
|
background-color: #34ce57; }
|
|
1468
1519
|
|
|
1469
1520
|
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
|
|
1470
|
-
box-shadow: 0 0 0
|
|
1521
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
|
1522
|
+
|
|
1523
|
+
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
|
|
1524
|
+
border-color: #28a745; }
|
|
1471
1525
|
|
|
1472
1526
|
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
|
1473
1527
|
border-color: #28a745; }
|
|
1474
|
-
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
|
|
1475
|
-
border-color: inherit; }
|
|
1476
1528
|
|
|
1477
1529
|
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
|
1478
1530
|
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
|
|
@@ -1480,6 +1532,7 @@ textarea.form-control {
|
|
|
1480
1532
|
display: block; }
|
|
1481
1533
|
|
|
1482
1534
|
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
|
1535
|
+
border-color: #28a745;
|
|
1483
1536
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
|
|
1484
1537
|
|
|
1485
1538
|
.invalid-feedback {
|
|
@@ -1503,22 +1556,34 @@ textarea.form-control {
|
|
|
1503
1556
|
background-color: rgba(220, 53, 69, 0.9);
|
|
1504
1557
|
border-radius: 0.25rem; }
|
|
1505
1558
|
|
|
1506
|
-
.was-validated .form-control:invalid, .form-control.is-invalid
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1559
|
+
.was-validated .form-control:invalid, .form-control.is-invalid {
|
|
1560
|
+
border-color: #dc3545;
|
|
1561
|
+
padding-right: 2.25rem;
|
|
1562
|
+
background-repeat: no-repeat;
|
|
1563
|
+
background-position: center right calc(2.25rem / 4);
|
|
1564
|
+
background-size: calc(2.25rem / 2) calc(2.25rem / 2);
|
|
1565
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
|
|
1566
|
+
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
|
1513
1567
|
border-color: #dc3545;
|
|
1514
1568
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
|
1515
1569
|
.was-validated .form-control:invalid ~ .invalid-feedback,
|
|
1516
1570
|
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
|
|
1517
|
-
.form-control.is-invalid ~ .invalid-tooltip
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1571
|
+
.form-control.is-invalid ~ .invalid-tooltip {
|
|
1572
|
+
display: block; }
|
|
1573
|
+
|
|
1574
|
+
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
|
1575
|
+
padding-right: 2.25rem;
|
|
1576
|
+
background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }
|
|
1577
|
+
|
|
1578
|
+
.was-validated .custom-select:invalid, .custom-select.is-invalid {
|
|
1579
|
+
border-color: #dc3545;
|
|
1580
|
+
padding-right: 3.4375rem;
|
|
1581
|
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
|
|
1582
|
+
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
|
|
1583
|
+
border-color: #dc3545;
|
|
1584
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
|
1585
|
+
.was-validated .custom-select:invalid ~ .invalid-feedback,
|
|
1586
|
+
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
|
|
1522
1587
|
.custom-select.is-invalid ~ .invalid-tooltip {
|
|
1523
1588
|
display: block; }
|
|
1524
1589
|
|
|
@@ -1538,7 +1603,7 @@ textarea.form-control {
|
|
|
1538
1603
|
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
|
|
1539
1604
|
color: #dc3545; }
|
|
1540
1605
|
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
|
|
1541
|
-
|
|
1606
|
+
border-color: #dc3545; }
|
|
1542
1607
|
|
|
1543
1608
|
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
|
|
1544
1609
|
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
|
|
@@ -1546,15 +1611,17 @@ textarea.form-control {
|
|
|
1546
1611
|
display: block; }
|
|
1547
1612
|
|
|
1548
1613
|
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
|
|
1614
|
+
border-color: #e4606d;
|
|
1549
1615
|
background-color: #e4606d; }
|
|
1550
1616
|
|
|
1551
1617
|
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
|
|
1552
|
-
box-shadow: 0 0 0
|
|
1618
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
|
1619
|
+
|
|
1620
|
+
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
|
|
1621
|
+
border-color: #dc3545; }
|
|
1553
1622
|
|
|
1554
1623
|
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
|
|
1555
1624
|
border-color: #dc3545; }
|
|
1556
|
-
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
|
|
1557
|
-
border-color: inherit; }
|
|
1558
1625
|
|
|
1559
1626
|
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
|
|
1560
1627
|
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
|
|
@@ -1562,6 +1629,7 @@ textarea.form-control {
|
|
|
1562
1629
|
display: block; }
|
|
1563
1630
|
|
|
1564
1631
|
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
|
|
1632
|
+
border-color: #dc3545;
|
|
1565
1633
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
|
|
1566
1634
|
|
|
1567
1635
|
.form-inline {
|
|
@@ -1611,10 +1679,11 @@ textarea.form-control {
|
|
|
1611
1679
|
.btn {
|
|
1612
1680
|
display: inline-block;
|
|
1613
1681
|
font-weight: 400;
|
|
1682
|
+
color: #212529;
|
|
1614
1683
|
text-align: center;
|
|
1615
|
-
white-space: nowrap;
|
|
1616
1684
|
vertical-align: middle;
|
|
1617
1685
|
user-select: none;
|
|
1686
|
+
background-color: transparent;
|
|
1618
1687
|
border: 1px solid transparent;
|
|
1619
1688
|
padding: 0.375rem 0.75rem;
|
|
1620
1689
|
font-size: 1rem;
|
|
@@ -1624,7 +1693,8 @@ textarea.form-control {
|
|
|
1624
1693
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
1625
1694
|
.btn {
|
|
1626
1695
|
transition: none; } }
|
|
1627
|
-
.btn:hover
|
|
1696
|
+
.btn:hover {
|
|
1697
|
+
color: #212529;
|
|
1628
1698
|
text-decoration: none; }
|
|
1629
1699
|
.btn:focus, .btn.focus {
|
|
1630
1700
|
outline: 0;
|
|
@@ -1647,7 +1717,7 @@ fieldset:disabled a.btn {
|
|
|
1647
1717
|
background-color: #0069d9;
|
|
1648
1718
|
border-color: #0062cc; }
|
|
1649
1719
|
.btn-primary:focus, .btn-primary.focus {
|
|
1650
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1720
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
|
|
1651
1721
|
.btn-primary.disabled, .btn-primary:disabled {
|
|
1652
1722
|
color: #fff;
|
|
1653
1723
|
background-color: #007bff;
|
|
@@ -1659,7 +1729,7 @@ fieldset:disabled a.btn {
|
|
|
1659
1729
|
border-color: #005cbf; }
|
|
1660
1730
|
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
|
1661
1731
|
.show > .btn-primary.dropdown-toggle:focus {
|
|
1662
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1732
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
|
|
1663
1733
|
|
|
1664
1734
|
.btn-secondary {
|
|
1665
1735
|
color: #fff;
|
|
@@ -1670,7 +1740,7 @@ fieldset:disabled a.btn {
|
|
|
1670
1740
|
background-color: #5a6268;
|
|
1671
1741
|
border-color: #545b62; }
|
|
1672
1742
|
.btn-secondary:focus, .btn-secondary.focus {
|
|
1673
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1743
|
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
|
|
1674
1744
|
.btn-secondary.disabled, .btn-secondary:disabled {
|
|
1675
1745
|
color: #fff;
|
|
1676
1746
|
background-color: #6c757d;
|
|
@@ -1682,7 +1752,7 @@ fieldset:disabled a.btn {
|
|
|
1682
1752
|
border-color: #4e555b; }
|
|
1683
1753
|
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
|
|
1684
1754
|
.show > .btn-secondary.dropdown-toggle:focus {
|
|
1685
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1755
|
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
|
|
1686
1756
|
|
|
1687
1757
|
.btn-success {
|
|
1688
1758
|
color: #fff;
|
|
@@ -1693,7 +1763,7 @@ fieldset:disabled a.btn {
|
|
|
1693
1763
|
background-color: #218838;
|
|
1694
1764
|
border-color: #1e7e34; }
|
|
1695
1765
|
.btn-success:focus, .btn-success.focus {
|
|
1696
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1766
|
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
|
|
1697
1767
|
.btn-success.disabled, .btn-success:disabled {
|
|
1698
1768
|
color: #fff;
|
|
1699
1769
|
background-color: #28a745;
|
|
@@ -1705,7 +1775,7 @@ fieldset:disabled a.btn {
|
|
|
1705
1775
|
border-color: #1c7430; }
|
|
1706
1776
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
|
1707
1777
|
.show > .btn-success.dropdown-toggle:focus {
|
|
1708
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1778
|
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
|
|
1709
1779
|
|
|
1710
1780
|
.btn-info {
|
|
1711
1781
|
color: #fff;
|
|
@@ -1716,7 +1786,7 @@ fieldset:disabled a.btn {
|
|
|
1716
1786
|
background-color: #138496;
|
|
1717
1787
|
border-color: #117a8b; }
|
|
1718
1788
|
.btn-info:focus, .btn-info.focus {
|
|
1719
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1789
|
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
|
|
1720
1790
|
.btn-info.disabled, .btn-info:disabled {
|
|
1721
1791
|
color: #fff;
|
|
1722
1792
|
background-color: #17a2b8;
|
|
@@ -1728,7 +1798,7 @@ fieldset:disabled a.btn {
|
|
|
1728
1798
|
border-color: #10707f; }
|
|
1729
1799
|
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
|
|
1730
1800
|
.show > .btn-info.dropdown-toggle:focus {
|
|
1731
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1801
|
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
|
|
1732
1802
|
|
|
1733
1803
|
.btn-warning {
|
|
1734
1804
|
color: #212529;
|
|
@@ -1739,7 +1809,7 @@ fieldset:disabled a.btn {
|
|
|
1739
1809
|
background-color: #e0a800;
|
|
1740
1810
|
border-color: #d39e00; }
|
|
1741
1811
|
.btn-warning:focus, .btn-warning.focus {
|
|
1742
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1812
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
|
|
1743
1813
|
.btn-warning.disabled, .btn-warning:disabled {
|
|
1744
1814
|
color: #212529;
|
|
1745
1815
|
background-color: #ffc107;
|
|
@@ -1751,7 +1821,7 @@ fieldset:disabled a.btn {
|
|
|
1751
1821
|
border-color: #c69500; }
|
|
1752
1822
|
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
|
|
1753
1823
|
.show > .btn-warning.dropdown-toggle:focus {
|
|
1754
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1824
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
|
|
1755
1825
|
|
|
1756
1826
|
.btn-danger {
|
|
1757
1827
|
color: #fff;
|
|
@@ -1762,7 +1832,7 @@ fieldset:disabled a.btn {
|
|
|
1762
1832
|
background-color: #c82333;
|
|
1763
1833
|
border-color: #bd2130; }
|
|
1764
1834
|
.btn-danger:focus, .btn-danger.focus {
|
|
1765
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1835
|
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
|
|
1766
1836
|
.btn-danger.disabled, .btn-danger:disabled {
|
|
1767
1837
|
color: #fff;
|
|
1768
1838
|
background-color: #dc3545;
|
|
@@ -1774,7 +1844,7 @@ fieldset:disabled a.btn {
|
|
|
1774
1844
|
border-color: #b21f2d; }
|
|
1775
1845
|
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
|
|
1776
1846
|
.show > .btn-danger.dropdown-toggle:focus {
|
|
1777
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1847
|
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
|
|
1778
1848
|
|
|
1779
1849
|
.btn-light {
|
|
1780
1850
|
color: #212529;
|
|
@@ -1785,7 +1855,7 @@ fieldset:disabled a.btn {
|
|
|
1785
1855
|
background-color: #e2e6ea;
|
|
1786
1856
|
border-color: #dae0e5; }
|
|
1787
1857
|
.btn-light:focus, .btn-light.focus {
|
|
1788
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1858
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
|
|
1789
1859
|
.btn-light.disabled, .btn-light:disabled {
|
|
1790
1860
|
color: #212529;
|
|
1791
1861
|
background-color: #f8f9fa;
|
|
@@ -1797,7 +1867,7 @@ fieldset:disabled a.btn {
|
|
|
1797
1867
|
border-color: #d3d9df; }
|
|
1798
1868
|
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
|
|
1799
1869
|
.show > .btn-light.dropdown-toggle:focus {
|
|
1800
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1870
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
|
|
1801
1871
|
|
|
1802
1872
|
.btn-dark {
|
|
1803
1873
|
color: #fff;
|
|
@@ -1808,7 +1878,7 @@ fieldset:disabled a.btn {
|
|
|
1808
1878
|
background-color: #23272b;
|
|
1809
1879
|
border-color: #1d2124; }
|
|
1810
1880
|
.btn-dark:focus, .btn-dark.focus {
|
|
1811
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1881
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
|
|
1812
1882
|
.btn-dark.disabled, .btn-dark:disabled {
|
|
1813
1883
|
color: #fff;
|
|
1814
1884
|
background-color: #343a40;
|
|
@@ -1820,12 +1890,10 @@ fieldset:disabled a.btn {
|
|
|
1820
1890
|
border-color: #171a1d; }
|
|
1821
1891
|
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
|
|
1822
1892
|
.show > .btn-dark.dropdown-toggle:focus {
|
|
1823
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
|
1893
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
|
|
1824
1894
|
|
|
1825
1895
|
.btn-outline-primary {
|
|
1826
1896
|
color: #007bff;
|
|
1827
|
-
background-color: transparent;
|
|
1828
|
-
background-image: none;
|
|
1829
1897
|
border-color: #007bff; }
|
|
1830
1898
|
.btn-outline-primary:hover {
|
|
1831
1899
|
color: #fff;
|
|
@@ -1847,8 +1915,6 @@ fieldset:disabled a.btn {
|
|
|
1847
1915
|
|
|
1848
1916
|
.btn-outline-secondary {
|
|
1849
1917
|
color: #6c757d;
|
|
1850
|
-
background-color: transparent;
|
|
1851
|
-
background-image: none;
|
|
1852
1918
|
border-color: #6c757d; }
|
|
1853
1919
|
.btn-outline-secondary:hover {
|
|
1854
1920
|
color: #fff;
|
|
@@ -1870,8 +1936,6 @@ fieldset:disabled a.btn {
|
|
|
1870
1936
|
|
|
1871
1937
|
.btn-outline-success {
|
|
1872
1938
|
color: #28a745;
|
|
1873
|
-
background-color: transparent;
|
|
1874
|
-
background-image: none;
|
|
1875
1939
|
border-color: #28a745; }
|
|
1876
1940
|
.btn-outline-success:hover {
|
|
1877
1941
|
color: #fff;
|
|
@@ -1893,8 +1957,6 @@ fieldset:disabled a.btn {
|
|
|
1893
1957
|
|
|
1894
1958
|
.btn-outline-info {
|
|
1895
1959
|
color: #17a2b8;
|
|
1896
|
-
background-color: transparent;
|
|
1897
|
-
background-image: none;
|
|
1898
1960
|
border-color: #17a2b8; }
|
|
1899
1961
|
.btn-outline-info:hover {
|
|
1900
1962
|
color: #fff;
|
|
@@ -1916,8 +1978,6 @@ fieldset:disabled a.btn {
|
|
|
1916
1978
|
|
|
1917
1979
|
.btn-outline-warning {
|
|
1918
1980
|
color: #ffc107;
|
|
1919
|
-
background-color: transparent;
|
|
1920
|
-
background-image: none;
|
|
1921
1981
|
border-color: #ffc107; }
|
|
1922
1982
|
.btn-outline-warning:hover {
|
|
1923
1983
|
color: #212529;
|
|
@@ -1939,8 +1999,6 @@ fieldset:disabled a.btn {
|
|
|
1939
1999
|
|
|
1940
2000
|
.btn-outline-danger {
|
|
1941
2001
|
color: #dc3545;
|
|
1942
|
-
background-color: transparent;
|
|
1943
|
-
background-image: none;
|
|
1944
2002
|
border-color: #dc3545; }
|
|
1945
2003
|
.btn-outline-danger:hover {
|
|
1946
2004
|
color: #fff;
|
|
@@ -1962,8 +2020,6 @@ fieldset:disabled a.btn {
|
|
|
1962
2020
|
|
|
1963
2021
|
.btn-outline-light {
|
|
1964
2022
|
color: #f8f9fa;
|
|
1965
|
-
background-color: transparent;
|
|
1966
|
-
background-image: none;
|
|
1967
2023
|
border-color: #f8f9fa; }
|
|
1968
2024
|
.btn-outline-light:hover {
|
|
1969
2025
|
color: #212529;
|
|
@@ -1985,8 +2041,6 @@ fieldset:disabled a.btn {
|
|
|
1985
2041
|
|
|
1986
2042
|
.btn-outline-dark {
|
|
1987
2043
|
color: #343a40;
|
|
1988
|
-
background-color: transparent;
|
|
1989
|
-
background-image: none;
|
|
1990
2044
|
border-color: #343a40; }
|
|
1991
2045
|
.btn-outline-dark:hover {
|
|
1992
2046
|
color: #fff;
|
|
@@ -2008,16 +2062,12 @@ fieldset:disabled a.btn {
|
|
|
2008
2062
|
|
|
2009
2063
|
.btn-link {
|
|
2010
2064
|
font-weight: 400;
|
|
2011
|
-
color: #007bff;
|
|
2012
|
-
background-color: transparent; }
|
|
2065
|
+
color: #007bff; }
|
|
2013
2066
|
.btn-link:hover {
|
|
2014
2067
|
color: #0056b3;
|
|
2015
|
-
text-decoration: underline;
|
|
2016
|
-
background-color: transparent;
|
|
2017
|
-
border-color: transparent; }
|
|
2068
|
+
text-decoration: underline; }
|
|
2018
2069
|
.btn-link:focus, .btn-link.focus {
|
|
2019
2070
|
text-decoration: underline;
|
|
2020
|
-
border-color: transparent;
|
|
2021
2071
|
box-shadow: none; }
|
|
2022
2072
|
.btn-link:disabled, .btn-link.disabled {
|
|
2023
2073
|
color: #6c757d;
|
|
@@ -2074,8 +2124,6 @@ input[type="button"].btn-block {
|
|
|
2074
2124
|
|
|
2075
2125
|
.dropdown-toggle::after {
|
|
2076
2126
|
display: inline-block;
|
|
2077
|
-
width: 0;
|
|
2078
|
-
height: 0;
|
|
2079
2127
|
margin-left: 0.255em;
|
|
2080
2128
|
vertical-align: 0.255em;
|
|
2081
2129
|
content: "";
|
|
@@ -2110,6 +2158,50 @@ input[type="button"].btn-block {
|
|
|
2110
2158
|
right: 0;
|
|
2111
2159
|
left: auto; }
|
|
2112
2160
|
|
|
2161
|
+
@media (min-width: 576px) {
|
|
2162
|
+
.dropdown-menu-sm-right {
|
|
2163
|
+
right: 0;
|
|
2164
|
+
left: auto; } }
|
|
2165
|
+
|
|
2166
|
+
@media (min-width: 768px) {
|
|
2167
|
+
.dropdown-menu-md-right {
|
|
2168
|
+
right: 0;
|
|
2169
|
+
left: auto; } }
|
|
2170
|
+
|
|
2171
|
+
@media (min-width: 992px) {
|
|
2172
|
+
.dropdown-menu-lg-right {
|
|
2173
|
+
right: 0;
|
|
2174
|
+
left: auto; } }
|
|
2175
|
+
|
|
2176
|
+
@media (min-width: 1200px) {
|
|
2177
|
+
.dropdown-menu-xl-right {
|
|
2178
|
+
right: 0;
|
|
2179
|
+
left: auto; } }
|
|
2180
|
+
|
|
2181
|
+
.dropdown-menu-left {
|
|
2182
|
+
right: auto;
|
|
2183
|
+
left: 0; }
|
|
2184
|
+
|
|
2185
|
+
@media (min-width: 576px) {
|
|
2186
|
+
.dropdown-menu-sm-left {
|
|
2187
|
+
right: auto;
|
|
2188
|
+
left: 0; } }
|
|
2189
|
+
|
|
2190
|
+
@media (min-width: 768px) {
|
|
2191
|
+
.dropdown-menu-md-left {
|
|
2192
|
+
right: auto;
|
|
2193
|
+
left: 0; } }
|
|
2194
|
+
|
|
2195
|
+
@media (min-width: 992px) {
|
|
2196
|
+
.dropdown-menu-lg-left {
|
|
2197
|
+
right: auto;
|
|
2198
|
+
left: 0; } }
|
|
2199
|
+
|
|
2200
|
+
@media (min-width: 1200px) {
|
|
2201
|
+
.dropdown-menu-xl-left {
|
|
2202
|
+
right: auto;
|
|
2203
|
+
left: 0; } }
|
|
2204
|
+
|
|
2113
2205
|
.dropup .dropdown-menu {
|
|
2114
2206
|
top: auto;
|
|
2115
2207
|
bottom: 100%;
|
|
@@ -2118,8 +2210,6 @@ input[type="button"].btn-block {
|
|
|
2118
2210
|
|
|
2119
2211
|
.dropup .dropdown-toggle::after {
|
|
2120
2212
|
display: inline-block;
|
|
2121
|
-
width: 0;
|
|
2122
|
-
height: 0;
|
|
2123
2213
|
margin-left: 0.255em;
|
|
2124
2214
|
vertical-align: 0.255em;
|
|
2125
2215
|
content: "";
|
|
@@ -2140,8 +2230,6 @@ input[type="button"].btn-block {
|
|
|
2140
2230
|
|
|
2141
2231
|
.dropright .dropdown-toggle::after {
|
|
2142
2232
|
display: inline-block;
|
|
2143
|
-
width: 0;
|
|
2144
|
-
height: 0;
|
|
2145
2233
|
margin-left: 0.255em;
|
|
2146
2234
|
vertical-align: 0.255em;
|
|
2147
2235
|
content: "";
|
|
@@ -2165,8 +2253,6 @@ input[type="button"].btn-block {
|
|
|
2165
2253
|
|
|
2166
2254
|
.dropleft .dropdown-toggle::after {
|
|
2167
2255
|
display: inline-block;
|
|
2168
|
-
width: 0;
|
|
2169
|
-
height: 0;
|
|
2170
2256
|
margin-left: 0.255em;
|
|
2171
2257
|
vertical-align: 0.255em;
|
|
2172
2258
|
content: ""; }
|
|
@@ -2176,8 +2262,6 @@ input[type="button"].btn-block {
|
|
|
2176
2262
|
|
|
2177
2263
|
.dropleft .dropdown-toggle::before {
|
|
2178
2264
|
display: inline-block;
|
|
2179
|
-
width: 0;
|
|
2180
|
-
height: 0;
|
|
2181
2265
|
margin-right: 0.255em;
|
|
2182
2266
|
vertical-align: 0.255em;
|
|
2183
2267
|
content: "";
|
|
@@ -2212,6 +2296,12 @@ input[type="button"].btn-block {
|
|
|
2212
2296
|
white-space: nowrap;
|
|
2213
2297
|
background-color: transparent;
|
|
2214
2298
|
border: 0; }
|
|
2299
|
+
.dropdown-item:first-child {
|
|
2300
|
+
border-top-left-radius: calc(0.25rem - 1px);
|
|
2301
|
+
border-top-right-radius: calc(0.25rem - 1px); }
|
|
2302
|
+
.dropdown-item:last-child {
|
|
2303
|
+
border-bottom-right-radius: calc(0.25rem - 1px);
|
|
2304
|
+
border-bottom-left-radius: calc(0.25rem - 1px); }
|
|
2215
2305
|
.dropdown-item:hover, .dropdown-item:focus {
|
|
2216
2306
|
color: #16181b;
|
|
2217
2307
|
text-decoration: none;
|
|
@@ -2222,6 +2312,7 @@ input[type="button"].btn-block {
|
|
|
2222
2312
|
background-color: #007bff; }
|
|
2223
2313
|
.dropdown-item.disabled, .dropdown-item:disabled {
|
|
2224
2314
|
color: #6c757d;
|
|
2315
|
+
pointer-events: none;
|
|
2225
2316
|
background-color: transparent; }
|
|
2226
2317
|
|
|
2227
2318
|
.dropdown-menu.show {
|
|
@@ -2248,7 +2339,7 @@ input[type="button"].btn-block {
|
|
|
2248
2339
|
.btn-group > .btn,
|
|
2249
2340
|
.btn-group-vertical > .btn {
|
|
2250
2341
|
position: relative;
|
|
2251
|
-
flex:
|
|
2342
|
+
flex: 1 1 auto; }
|
|
2252
2343
|
.btn-group > .btn:hover,
|
|
2253
2344
|
.btn-group-vertical > .btn:hover {
|
|
2254
2345
|
z-index: 1; }
|
|
@@ -2257,15 +2348,6 @@ input[type="button"].btn-block {
|
|
|
2257
2348
|
.btn-group-vertical > .btn:active,
|
|
2258
2349
|
.btn-group-vertical > .btn.active {
|
|
2259
2350
|
z-index: 1; }
|
|
2260
|
-
.btn-group .btn + .btn,
|
|
2261
|
-
.btn-group .btn + .btn-group,
|
|
2262
|
-
.btn-group .btn-group + .btn,
|
|
2263
|
-
.btn-group .btn-group + .btn-group,
|
|
2264
|
-
.btn-group-vertical .btn + .btn,
|
|
2265
|
-
.btn-group-vertical .btn + .btn-group,
|
|
2266
|
-
.btn-group-vertical .btn-group + .btn,
|
|
2267
|
-
.btn-group-vertical .btn-group + .btn-group {
|
|
2268
|
-
margin-left: -1px; }
|
|
2269
2351
|
|
|
2270
2352
|
.btn-toolbar {
|
|
2271
2353
|
display: flex;
|
|
@@ -2274,8 +2356,9 @@ input[type="button"].btn-block {
|
|
|
2274
2356
|
.btn-toolbar .input-group {
|
|
2275
2357
|
width: auto; }
|
|
2276
2358
|
|
|
2277
|
-
.btn-group > .btn:first-child
|
|
2278
|
-
|
|
2359
|
+
.btn-group > .btn:not(:first-child),
|
|
2360
|
+
.btn-group > .btn-group:not(:first-child) {
|
|
2361
|
+
margin-left: -1px; }
|
|
2279
2362
|
|
|
2280
2363
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
2281
2364
|
.btn-group > .btn-group:not(:last-child) > .btn {
|
|
@@ -2309,15 +2392,12 @@ input[type="button"].btn-block {
|
|
|
2309
2392
|
flex-direction: column;
|
|
2310
2393
|
align-items: flex-start;
|
|
2311
2394
|
justify-content: center; }
|
|
2312
|
-
.btn-group-vertical .btn,
|
|
2313
|
-
.btn-group-vertical .btn-group {
|
|
2395
|
+
.btn-group-vertical > .btn,
|
|
2396
|
+
.btn-group-vertical > .btn-group {
|
|
2314
2397
|
width: 100%; }
|
|
2315
|
-
.btn-group-vertical > .btn
|
|
2316
|
-
.btn-group-vertical > .btn
|
|
2317
|
-
|
|
2318
|
-
.btn-group-vertical > .btn-group + .btn-group {
|
|
2319
|
-
margin-top: -1px;
|
|
2320
|
-
margin-left: 0; }
|
|
2398
|
+
.btn-group-vertical > .btn:not(:first-child),
|
|
2399
|
+
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
2400
|
+
margin-top: -1px; }
|
|
2321
2401
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
2322
2402
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
2323
2403
|
border-bottom-right-radius: 0;
|
|
@@ -2345,6 +2425,7 @@ input[type="button"].btn-block {
|
|
|
2345
2425
|
align-items: stretch;
|
|
2346
2426
|
width: 100%; }
|
|
2347
2427
|
.input-group > .form-control,
|
|
2428
|
+
.input-group > .form-control-plaintext,
|
|
2348
2429
|
.input-group > .custom-select,
|
|
2349
2430
|
.input-group > .custom-file {
|
|
2350
2431
|
position: relative;
|
|
@@ -2354,6 +2435,9 @@ input[type="button"].btn-block {
|
|
|
2354
2435
|
.input-group > .form-control + .form-control,
|
|
2355
2436
|
.input-group > .form-control + .custom-select,
|
|
2356
2437
|
.input-group > .form-control + .custom-file,
|
|
2438
|
+
.input-group > .form-control-plaintext + .form-control,
|
|
2439
|
+
.input-group > .form-control-plaintext + .custom-select,
|
|
2440
|
+
.input-group > .form-control-plaintext + .custom-file,
|
|
2357
2441
|
.input-group > .custom-select + .form-control,
|
|
2358
2442
|
.input-group > .custom-select + .custom-select,
|
|
2359
2443
|
.input-group > .custom-select + .custom-file,
|
|
@@ -2393,6 +2477,9 @@ input[type="button"].btn-block {
|
|
|
2393
2477
|
.input-group-append .btn {
|
|
2394
2478
|
position: relative;
|
|
2395
2479
|
z-index: 2; }
|
|
2480
|
+
.input-group-prepend .btn:focus,
|
|
2481
|
+
.input-group-append .btn:focus {
|
|
2482
|
+
z-index: 3; }
|
|
2396
2483
|
.input-group-prepend .btn + .btn,
|
|
2397
2484
|
.input-group-prepend .btn + .input-group-text,
|
|
2398
2485
|
.input-group-prepend .input-group-text + .input-group-text,
|
|
@@ -2427,28 +2514,40 @@ input[type="button"].btn-block {
|
|
|
2427
2514
|
.input-group-text input[type="checkbox"] {
|
|
2428
2515
|
margin-top: 0; }
|
|
2429
2516
|
|
|
2517
|
+
.input-group-lg > .form-control:not(textarea),
|
|
2518
|
+
.input-group-lg > .custom-select {
|
|
2519
|
+
height: calc(2.875rem + 2px); }
|
|
2520
|
+
|
|
2430
2521
|
.input-group-lg > .form-control,
|
|
2522
|
+
.input-group-lg > .custom-select,
|
|
2431
2523
|
.input-group-lg > .input-group-prepend > .input-group-text,
|
|
2432
2524
|
.input-group-lg > .input-group-append > .input-group-text,
|
|
2433
2525
|
.input-group-lg > .input-group-prepend > .btn,
|
|
2434
2526
|
.input-group-lg > .input-group-append > .btn {
|
|
2435
|
-
height: calc(2.875rem + 2px);
|
|
2436
2527
|
padding: 0.5rem 1rem;
|
|
2437
2528
|
font-size: 1.25rem;
|
|
2438
2529
|
line-height: 1.5;
|
|
2439
2530
|
border-radius: 0.3rem; }
|
|
2440
2531
|
|
|
2532
|
+
.input-group-sm > .form-control:not(textarea),
|
|
2533
|
+
.input-group-sm > .custom-select {
|
|
2534
|
+
height: calc(1.8125rem + 2px); }
|
|
2535
|
+
|
|
2441
2536
|
.input-group-sm > .form-control,
|
|
2537
|
+
.input-group-sm > .custom-select,
|
|
2442
2538
|
.input-group-sm > .input-group-prepend > .input-group-text,
|
|
2443
2539
|
.input-group-sm > .input-group-append > .input-group-text,
|
|
2444
2540
|
.input-group-sm > .input-group-prepend > .btn,
|
|
2445
2541
|
.input-group-sm > .input-group-append > .btn {
|
|
2446
|
-
height: calc(1.8125rem + 2px);
|
|
2447
2542
|
padding: 0.25rem 0.5rem;
|
|
2448
2543
|
font-size: 0.875rem;
|
|
2449
2544
|
line-height: 1.5;
|
|
2450
2545
|
border-radius: 0.2rem; }
|
|
2451
2546
|
|
|
2547
|
+
.input-group-lg > .custom-select,
|
|
2548
|
+
.input-group-sm > .custom-select {
|
|
2549
|
+
padding-right: 1.75rem; }
|
|
2550
|
+
|
|
2452
2551
|
.input-group > .input-group-prepend > .btn,
|
|
2453
2552
|
.input-group > .input-group-prepend > .input-group-text,
|
|
2454
2553
|
.input-group > .input-group-append:not(:last-child) > .btn,
|
|
@@ -2483,12 +2582,16 @@ input[type="button"].btn-block {
|
|
|
2483
2582
|
opacity: 0; }
|
|
2484
2583
|
.custom-control-input:checked ~ .custom-control-label::before {
|
|
2485
2584
|
color: #fff;
|
|
2585
|
+
border-color: #007bff;
|
|
2486
2586
|
background-color: #007bff; }
|
|
2487
2587
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
2488
|
-
box-shadow: 0 0 0
|
|
2489
|
-
.custom-control-input:
|
|
2588
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
|
2589
|
+
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
|
2590
|
+
border-color: #80bdff; }
|
|
2591
|
+
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
|
2490
2592
|
color: #fff;
|
|
2491
|
-
background-color: #b3d7ff;
|
|
2593
|
+
background-color: #b3d7ff;
|
|
2594
|
+
border-color: #b3d7ff; }
|
|
2492
2595
|
.custom-control-input:disabled ~ .custom-control-label {
|
|
2493
2596
|
color: #6c757d; }
|
|
2494
2597
|
.custom-control-input:disabled ~ .custom-control-label::before {
|
|
@@ -2496,7 +2599,8 @@ input[type="button"].btn-block {
|
|
|
2496
2599
|
|
|
2497
2600
|
.custom-control-label {
|
|
2498
2601
|
position: relative;
|
|
2499
|
-
margin-bottom: 0;
|
|
2602
|
+
margin-bottom: 0;
|
|
2603
|
+
vertical-align: top; }
|
|
2500
2604
|
.custom-control-label::before {
|
|
2501
2605
|
position: absolute;
|
|
2502
2606
|
top: 0.25rem;
|
|
@@ -2506,8 +2610,8 @@ input[type="button"].btn-block {
|
|
|
2506
2610
|
height: 1rem;
|
|
2507
2611
|
pointer-events: none;
|
|
2508
2612
|
content: "";
|
|
2509
|
-
|
|
2510
|
-
|
|
2613
|
+
background-color: #fff;
|
|
2614
|
+
border: #adb5bd solid 1px; }
|
|
2511
2615
|
.custom-control-label::after {
|
|
2512
2616
|
position: absolute;
|
|
2513
2617
|
top: 0.25rem;
|
|
@@ -2523,17 +2627,15 @@ input[type="button"].btn-block {
|
|
|
2523
2627
|
.custom-checkbox .custom-control-label::before {
|
|
2524
2628
|
border-radius: 0.25rem; }
|
|
2525
2629
|
|
|
2526
|
-
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
|
|
2527
|
-
background-color: #007bff; }
|
|
2528
|
-
|
|
2529
2630
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
2530
|
-
background-image: url("data:image/svg+xml
|
|
2631
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
|
|
2531
2632
|
|
|
2532
2633
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
|
2634
|
+
border-color: #007bff;
|
|
2533
2635
|
background-color: #007bff; }
|
|
2534
2636
|
|
|
2535
2637
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
2536
|
-
background-image: url("data:image/svg+xml
|
|
2638
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
|
|
2537
2639
|
|
|
2538
2640
|
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
2539
2641
|
background-color: rgba(0, 123, 255, 0.5); }
|
|
@@ -2544,25 +2646,47 @@ input[type="button"].btn-block {
|
|
|
2544
2646
|
.custom-radio .custom-control-label::before {
|
|
2545
2647
|
border-radius: 50%; }
|
|
2546
2648
|
|
|
2547
|
-
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
|
|
2548
|
-
background-color: #007bff; }
|
|
2549
|
-
|
|
2550
2649
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
2551
|
-
background-image: url("data:image/svg+xml
|
|
2650
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
|
|
2552
2651
|
|
|
2553
2652
|
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
2554
2653
|
background-color: rgba(0, 123, 255, 0.5); }
|
|
2555
2654
|
|
|
2655
|
+
.custom-switch {
|
|
2656
|
+
padding-left: 2.25rem; }
|
|
2657
|
+
.custom-switch .custom-control-label::before {
|
|
2658
|
+
left: -2.25rem;
|
|
2659
|
+
width: 1.75rem;
|
|
2660
|
+
pointer-events: all;
|
|
2661
|
+
border-radius: 0.5rem; }
|
|
2662
|
+
.custom-switch .custom-control-label::after {
|
|
2663
|
+
top: calc(0.25rem + 2px);
|
|
2664
|
+
left: calc(-2.25rem + 2px);
|
|
2665
|
+
width: calc(1rem - 4px);
|
|
2666
|
+
height: calc(1rem - 4px);
|
|
2667
|
+
background-color: #adb5bd;
|
|
2668
|
+
border-radius: 0.5rem;
|
|
2669
|
+
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
|
2670
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
2671
|
+
.custom-switch .custom-control-label::after {
|
|
2672
|
+
transition: none; } }
|
|
2673
|
+
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
2674
|
+
background-color: #fff;
|
|
2675
|
+
transform: translateX(0.75rem); }
|
|
2676
|
+
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
2677
|
+
background-color: rgba(0, 123, 255, 0.5); }
|
|
2678
|
+
|
|
2556
2679
|
.custom-select {
|
|
2557
2680
|
display: inline-block;
|
|
2558
2681
|
width: 100%;
|
|
2559
2682
|
height: calc(2.25rem + 2px);
|
|
2560
2683
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
|
2684
|
+
font-weight: 400;
|
|
2561
2685
|
line-height: 1.5;
|
|
2562
2686
|
color: #495057;
|
|
2563
2687
|
vertical-align: middle;
|
|
2564
|
-
background:
|
|
2565
|
-
background-
|
|
2688
|
+
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
|
|
2689
|
+
background-color: #fff;
|
|
2566
2690
|
border: 1px solid #ced4da;
|
|
2567
2691
|
border-radius: 0.25rem;
|
|
2568
2692
|
appearance: none; }
|
|
@@ -2585,15 +2709,17 @@ input[type="button"].btn-block {
|
|
|
2585
2709
|
|
|
2586
2710
|
.custom-select-sm {
|
|
2587
2711
|
height: calc(1.8125rem + 2px);
|
|
2588
|
-
padding-top: 0.
|
|
2589
|
-
padding-bottom: 0.
|
|
2590
|
-
|
|
2712
|
+
padding-top: 0.25rem;
|
|
2713
|
+
padding-bottom: 0.25rem;
|
|
2714
|
+
padding-left: 0.5rem;
|
|
2715
|
+
font-size: 0.875rem; }
|
|
2591
2716
|
|
|
2592
2717
|
.custom-select-lg {
|
|
2593
2718
|
height: calc(2.875rem + 2px);
|
|
2594
|
-
padding-top: 0.
|
|
2595
|
-
padding-bottom: 0.
|
|
2596
|
-
|
|
2719
|
+
padding-top: 0.5rem;
|
|
2720
|
+
padding-bottom: 0.5rem;
|
|
2721
|
+
padding-left: 1rem;
|
|
2722
|
+
font-size: 1.25rem; }
|
|
2597
2723
|
|
|
2598
2724
|
.custom-file {
|
|
2599
2725
|
position: relative;
|
|
@@ -2612,12 +2738,12 @@ input[type="button"].btn-block {
|
|
|
2612
2738
|
.custom-file-input:focus ~ .custom-file-label {
|
|
2613
2739
|
border-color: #80bdff;
|
|
2614
2740
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
|
|
2615
|
-
.custom-file-input:focus ~ .custom-file-label::after {
|
|
2616
|
-
border-color: #80bdff; }
|
|
2617
2741
|
.custom-file-input:disabled ~ .custom-file-label {
|
|
2618
2742
|
background-color: #e9ecef; }
|
|
2619
2743
|
.custom-file-input:lang(en) ~ .custom-file-label::after {
|
|
2620
2744
|
content: "Browse"; }
|
|
2745
|
+
.custom-file-input ~ .custom-file-label[data-browse]::after {
|
|
2746
|
+
content: attr(data-browse); }
|
|
2621
2747
|
|
|
2622
2748
|
.custom-file-label {
|
|
2623
2749
|
position: absolute;
|
|
@@ -2627,6 +2753,7 @@ input[type="button"].btn-block {
|
|
|
2627
2753
|
z-index: 1;
|
|
2628
2754
|
height: calc(2.25rem + 2px);
|
|
2629
2755
|
padding: 0.375rem 0.75rem;
|
|
2756
|
+
font-weight: 400;
|
|
2630
2757
|
line-height: 1.5;
|
|
2631
2758
|
color: #495057;
|
|
2632
2759
|
background-color: #fff;
|
|
@@ -2645,12 +2772,13 @@ input[type="button"].btn-block {
|
|
|
2645
2772
|
color: #495057;
|
|
2646
2773
|
content: "Browse";
|
|
2647
2774
|
background-color: #e9ecef;
|
|
2648
|
-
border-left:
|
|
2775
|
+
border-left: inherit;
|
|
2649
2776
|
border-radius: 0 0.25rem 0.25rem 0; }
|
|
2650
2777
|
|
|
2651
2778
|
.custom-range {
|
|
2652
2779
|
width: 100%;
|
|
2653
|
-
|
|
2780
|
+
height: calc(1rem + 0.4rem);
|
|
2781
|
+
padding: 0;
|
|
2654
2782
|
background-color: transparent;
|
|
2655
2783
|
appearance: none; }
|
|
2656
2784
|
.custom-range:focus {
|
|
@@ -2737,6 +2865,16 @@ input[type="button"].btn-block {
|
|
|
2737
2865
|
margin-right: 15px;
|
|
2738
2866
|
background-color: #dee2e6;
|
|
2739
2867
|
border-radius: 1rem; }
|
|
2868
|
+
.custom-range:disabled::-webkit-slider-thumb {
|
|
2869
|
+
background-color: #adb5bd; }
|
|
2870
|
+
.custom-range:disabled::-webkit-slider-runnable-track {
|
|
2871
|
+
cursor: default; }
|
|
2872
|
+
.custom-range:disabled::-moz-range-thumb {
|
|
2873
|
+
background-color: #adb5bd; }
|
|
2874
|
+
.custom-range:disabled::-moz-range-track {
|
|
2875
|
+
cursor: default; }
|
|
2876
|
+
.custom-range:disabled::-ms-thumb {
|
|
2877
|
+
background-color: #adb5bd; }
|
|
2740
2878
|
|
|
2741
2879
|
.custom-control-label::before,
|
|
2742
2880
|
.custom-file-label,
|
|
@@ -2761,7 +2899,9 @@ input[type="button"].btn-block {
|
|
|
2761
2899
|
.nav-link:hover, .nav-link:focus {
|
|
2762
2900
|
text-decoration: none; }
|
|
2763
2901
|
.nav-link.disabled {
|
|
2764
|
-
color: #6c757d;
|
|
2902
|
+
color: #6c757d;
|
|
2903
|
+
pointer-events: none;
|
|
2904
|
+
cursor: default; }
|
|
2765
2905
|
|
|
2766
2906
|
.nav-tabs {
|
|
2767
2907
|
border-bottom: 1px solid #dee2e6; }
|
|
@@ -3029,7 +3169,7 @@ input[type="button"].btn-block {
|
|
|
3029
3169
|
border-color: rgba(0, 0, 0, 0.1); }
|
|
3030
3170
|
|
|
3031
3171
|
.navbar-light .navbar-toggler-icon {
|
|
3032
|
-
background-image: url("data:image/svg+xml
|
|
3172
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
|
3033
3173
|
|
|
3034
3174
|
.navbar-light .navbar-text {
|
|
3035
3175
|
color: rgba(0, 0, 0, 0.5); }
|
|
@@ -3061,7 +3201,7 @@ input[type="button"].btn-block {
|
|
|
3061
3201
|
border-color: rgba(255, 255, 255, 0.1); }
|
|
3062
3202
|
|
|
3063
3203
|
.navbar-dark .navbar-toggler-icon {
|
|
3064
|
-
background-image: url("data:image/svg+xml
|
|
3204
|
+
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
|
3065
3205
|
|
|
3066
3206
|
.navbar-dark .navbar-text {
|
|
3067
3207
|
color: rgba(255, 255, 255, 0.5); }
|
|
@@ -3113,6 +3253,7 @@ input[type="button"].btn-block {
|
|
|
3113
3253
|
.card-header {
|
|
3114
3254
|
padding: 0.75rem 1.25rem;
|
|
3115
3255
|
margin-bottom: 0;
|
|
3256
|
+
color: inherit;
|
|
3116
3257
|
background-color: rgba(0, 0, 0, 0.03);
|
|
3117
3258
|
border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
|
|
3118
3259
|
.card-header:first-child {
|
|
@@ -3240,21 +3381,22 @@ input[type="button"].btn-block {
|
|
|
3240
3381
|
display: inline-block;
|
|
3241
3382
|
width: 100%; } }
|
|
3242
3383
|
|
|
3243
|
-
.accordion .card
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
.accordion .card:not(:first-of-type)
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
.accordion .card:first-of-type {
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3384
|
+
.accordion .card {
|
|
3385
|
+
overflow: hidden; }
|
|
3386
|
+
.accordion .card:not(:first-of-type) .card-header:first-child {
|
|
3387
|
+
border-radius: 0; }
|
|
3388
|
+
.accordion .card:not(:first-of-type):not(:last-of-type) {
|
|
3389
|
+
border-bottom: 0;
|
|
3390
|
+
border-radius: 0; }
|
|
3391
|
+
.accordion .card:first-of-type {
|
|
3392
|
+
border-bottom: 0;
|
|
3393
|
+
border-bottom-right-radius: 0;
|
|
3394
|
+
border-bottom-left-radius: 0; }
|
|
3395
|
+
.accordion .card:last-of-type {
|
|
3396
|
+
border-top-left-radius: 0;
|
|
3397
|
+
border-top-right-radius: 0; }
|
|
3398
|
+
.accordion .card .card-header {
|
|
3399
|
+
margin-bottom: -1px; }
|
|
3258
3400
|
|
|
3259
3401
|
.breadcrumb {
|
|
3260
3402
|
display: flex;
|
|
@@ -3368,6 +3510,8 @@ input[type="button"].btn-block {
|
|
|
3368
3510
|
white-space: nowrap;
|
|
3369
3511
|
vertical-align: baseline;
|
|
3370
3512
|
border-radius: 0.25rem; }
|
|
3513
|
+
a.badge:hover, a.badge:focus {
|
|
3514
|
+
text-decoration: none; }
|
|
3371
3515
|
.badge:empty {
|
|
3372
3516
|
display: none; }
|
|
3373
3517
|
|
|
@@ -3383,65 +3527,57 @@ input[type="button"].btn-block {
|
|
|
3383
3527
|
.badge-primary {
|
|
3384
3528
|
color: #fff;
|
|
3385
3529
|
background-color: #007bff; }
|
|
3386
|
-
.badge-primary
|
|
3530
|
+
a.badge-primary:hover, a.badge-primary:focus {
|
|
3387
3531
|
color: #fff;
|
|
3388
|
-
text-decoration: none;
|
|
3389
3532
|
background-color: #0062cc; }
|
|
3390
3533
|
|
|
3391
3534
|
.badge-secondary {
|
|
3392
3535
|
color: #fff;
|
|
3393
3536
|
background-color: #6c757d; }
|
|
3394
|
-
.badge-secondary
|
|
3537
|
+
a.badge-secondary:hover, a.badge-secondary:focus {
|
|
3395
3538
|
color: #fff;
|
|
3396
|
-
text-decoration: none;
|
|
3397
3539
|
background-color: #545b62; }
|
|
3398
3540
|
|
|
3399
3541
|
.badge-success {
|
|
3400
3542
|
color: #fff;
|
|
3401
3543
|
background-color: #28a745; }
|
|
3402
|
-
.badge-success
|
|
3544
|
+
a.badge-success:hover, a.badge-success:focus {
|
|
3403
3545
|
color: #fff;
|
|
3404
|
-
text-decoration: none;
|
|
3405
3546
|
background-color: #1e7e34; }
|
|
3406
3547
|
|
|
3407
3548
|
.badge-info {
|
|
3408
3549
|
color: #fff;
|
|
3409
3550
|
background-color: #17a2b8; }
|
|
3410
|
-
.badge-info
|
|
3551
|
+
a.badge-info:hover, a.badge-info:focus {
|
|
3411
3552
|
color: #fff;
|
|
3412
|
-
text-decoration: none;
|
|
3413
3553
|
background-color: #117a8b; }
|
|
3414
3554
|
|
|
3415
3555
|
.badge-warning {
|
|
3416
3556
|
color: #212529;
|
|
3417
3557
|
background-color: #ffc107; }
|
|
3418
|
-
.badge-warning
|
|
3558
|
+
a.badge-warning:hover, a.badge-warning:focus {
|
|
3419
3559
|
color: #212529;
|
|
3420
|
-
text-decoration: none;
|
|
3421
3560
|
background-color: #d39e00; }
|
|
3422
3561
|
|
|
3423
3562
|
.badge-danger {
|
|
3424
3563
|
color: #fff;
|
|
3425
3564
|
background-color: #dc3545; }
|
|
3426
|
-
.badge-danger
|
|
3565
|
+
a.badge-danger:hover, a.badge-danger:focus {
|
|
3427
3566
|
color: #fff;
|
|
3428
|
-
text-decoration: none;
|
|
3429
3567
|
background-color: #bd2130; }
|
|
3430
3568
|
|
|
3431
3569
|
.badge-light {
|
|
3432
3570
|
color: #212529;
|
|
3433
3571
|
background-color: #f8f9fa; }
|
|
3434
|
-
.badge-light
|
|
3572
|
+
a.badge-light:hover, a.badge-light:focus {
|
|
3435
3573
|
color: #212529;
|
|
3436
|
-
text-decoration: none;
|
|
3437
3574
|
background-color: #dae0e5; }
|
|
3438
3575
|
|
|
3439
3576
|
.badge-dark {
|
|
3440
3577
|
color: #fff;
|
|
3441
3578
|
background-color: #343a40; }
|
|
3442
|
-
.badge-dark
|
|
3579
|
+
a.badge-dark:hover, a.badge-dark:focus {
|
|
3443
3580
|
color: #fff;
|
|
3444
|
-
text-decoration: none;
|
|
3445
3581
|
background-color: #1d2124; }
|
|
3446
3582
|
|
|
3447
3583
|
.jumbotron {
|
|
@@ -3630,6 +3766,7 @@ input[type="button"].btn-block {
|
|
|
3630
3766
|
text-decoration: none; }
|
|
3631
3767
|
.list-group-item.disabled, .list-group-item:disabled {
|
|
3632
3768
|
color: #6c757d;
|
|
3769
|
+
pointer-events: none;
|
|
3633
3770
|
background-color: #fff; }
|
|
3634
3771
|
.list-group-item.active {
|
|
3635
3772
|
z-index: 2;
|
|
@@ -3641,11 +3778,14 @@ input[type="button"].btn-block {
|
|
|
3641
3778
|
border-right: 0;
|
|
3642
3779
|
border-left: 0;
|
|
3643
3780
|
border-radius: 0; }
|
|
3781
|
+
.list-group-flush .list-group-item:last-child {
|
|
3782
|
+
margin-bottom: -1px; }
|
|
3644
3783
|
|
|
3645
3784
|
.list-group-flush:first-child .list-group-item:first-child {
|
|
3646
3785
|
border-top: 0; }
|
|
3647
3786
|
|
|
3648
3787
|
.list-group-flush:last-child .list-group-item:last-child {
|
|
3788
|
+
margin-bottom: 0;
|
|
3649
3789
|
border-bottom: 0; }
|
|
3650
3790
|
|
|
3651
3791
|
.list-group-item-primary {
|
|
@@ -3744,18 +3884,55 @@ input[type="button"].btn-block {
|
|
|
3744
3884
|
color: #000;
|
|
3745
3885
|
text-shadow: 0 1px 0 #fff;
|
|
3746
3886
|
opacity: .5; }
|
|
3887
|
+
.close:hover {
|
|
3888
|
+
color: #000;
|
|
3889
|
+
text-decoration: none; }
|
|
3747
3890
|
.close:not(:disabled):not(.disabled) {
|
|
3748
3891
|
cursor: pointer; }
|
|
3749
3892
|
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
|
|
3750
|
-
color: #000;
|
|
3751
|
-
text-decoration: none;
|
|
3752
3893
|
opacity: .75; }
|
|
3753
3894
|
|
|
3754
3895
|
button.close {
|
|
3755
3896
|
padding: 0;
|
|
3756
3897
|
background-color: transparent;
|
|
3757
3898
|
border: 0;
|
|
3758
|
-
|
|
3899
|
+
appearance: none; }
|
|
3900
|
+
|
|
3901
|
+
a.close.disabled {
|
|
3902
|
+
pointer-events: none; }
|
|
3903
|
+
|
|
3904
|
+
.toast {
|
|
3905
|
+
max-width: 350px;
|
|
3906
|
+
overflow: hidden;
|
|
3907
|
+
font-size: 0.875rem;
|
|
3908
|
+
background-color: rgba(255, 255, 255, 0.85);
|
|
3909
|
+
background-clip: padding-box;
|
|
3910
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
3911
|
+
border-radius: 0.25rem;
|
|
3912
|
+
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
|
3913
|
+
backdrop-filter: blur(10px);
|
|
3914
|
+
opacity: 0; }
|
|
3915
|
+
.toast:not(:last-child) {
|
|
3916
|
+
margin-bottom: 0.75rem; }
|
|
3917
|
+
.toast.showing {
|
|
3918
|
+
opacity: 1; }
|
|
3919
|
+
.toast.show {
|
|
3920
|
+
display: block;
|
|
3921
|
+
opacity: 1; }
|
|
3922
|
+
.toast.hide {
|
|
3923
|
+
display: none; }
|
|
3924
|
+
|
|
3925
|
+
.toast-header {
|
|
3926
|
+
display: flex;
|
|
3927
|
+
align-items: center;
|
|
3928
|
+
padding: 0.25rem 0.75rem;
|
|
3929
|
+
color: #6c757d;
|
|
3930
|
+
background-color: rgba(255, 255, 255, 0.85);
|
|
3931
|
+
background-clip: padding-box;
|
|
3932
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
|
3933
|
+
|
|
3934
|
+
.toast-body {
|
|
3935
|
+
padding: 0.75rem; }
|
|
3759
3936
|
|
|
3760
3937
|
.modal-open {
|
|
3761
3938
|
overflow: hidden; }
|
|
@@ -3766,11 +3943,11 @@ button.close {
|
|
|
3766
3943
|
.modal {
|
|
3767
3944
|
position: fixed;
|
|
3768
3945
|
top: 0;
|
|
3769
|
-
right: 0;
|
|
3770
|
-
bottom: 0;
|
|
3771
3946
|
left: 0;
|
|
3772
3947
|
z-index: 1050;
|
|
3773
3948
|
display: none;
|
|
3949
|
+
width: 100%;
|
|
3950
|
+
height: 100%;
|
|
3774
3951
|
overflow: hidden;
|
|
3775
3952
|
outline: 0; }
|
|
3776
3953
|
|
|
@@ -3781,12 +3958,12 @@ button.close {
|
|
|
3781
3958
|
pointer-events: none; }
|
|
3782
3959
|
.modal.fade .modal-dialog {
|
|
3783
3960
|
transition: transform 0.3s ease-out;
|
|
3784
|
-
transform: translate(0, -
|
|
3961
|
+
transform: translate(0, -50px); }
|
|
3785
3962
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
3786
3963
|
.modal.fade .modal-dialog {
|
|
3787
3964
|
transition: none; } }
|
|
3788
3965
|
.modal.show .modal-dialog {
|
|
3789
|
-
transform:
|
|
3966
|
+
transform: none; }
|
|
3790
3967
|
|
|
3791
3968
|
.modal-dialog-centered {
|
|
3792
3969
|
display: flex;
|
|
@@ -3812,10 +3989,10 @@ button.close {
|
|
|
3812
3989
|
.modal-backdrop {
|
|
3813
3990
|
position: fixed;
|
|
3814
3991
|
top: 0;
|
|
3815
|
-
right: 0;
|
|
3816
|
-
bottom: 0;
|
|
3817
3992
|
left: 0;
|
|
3818
3993
|
z-index: 1040;
|
|
3994
|
+
width: 100vw;
|
|
3995
|
+
height: 100vh;
|
|
3819
3996
|
background-color: #000; }
|
|
3820
3997
|
.modal-backdrop.fade {
|
|
3821
3998
|
opacity: 0; }
|
|
@@ -3826,12 +4003,12 @@ button.close {
|
|
|
3826
4003
|
display: flex;
|
|
3827
4004
|
align-items: flex-start;
|
|
3828
4005
|
justify-content: space-between;
|
|
3829
|
-
padding: 1rem;
|
|
4006
|
+
padding: 1rem 1rem;
|
|
3830
4007
|
border-bottom: 1px solid #e9ecef;
|
|
3831
4008
|
border-top-left-radius: 0.3rem;
|
|
3832
4009
|
border-top-right-radius: 0.3rem; }
|
|
3833
4010
|
.modal-header .close {
|
|
3834
|
-
padding: 1rem;
|
|
4011
|
+
padding: 1rem 1rem;
|
|
3835
4012
|
margin: -1rem -1rem -1rem auto; }
|
|
3836
4013
|
|
|
3837
4014
|
.modal-title {
|
|
@@ -3848,7 +4025,9 @@ button.close {
|
|
|
3848
4025
|
align-items: center;
|
|
3849
4026
|
justify-content: flex-end;
|
|
3850
4027
|
padding: 1rem;
|
|
3851
|
-
border-top: 1px solid #e9ecef;
|
|
4028
|
+
border-top: 1px solid #e9ecef;
|
|
4029
|
+
border-bottom-right-radius: 0.3rem;
|
|
4030
|
+
border-bottom-left-radius: 0.3rem; }
|
|
3852
4031
|
.modal-footer > :not(:first-child) {
|
|
3853
4032
|
margin-left: .25rem; }
|
|
3854
4033
|
.modal-footer > :not(:last-child) {
|
|
@@ -3873,15 +4052,20 @@ button.close {
|
|
|
3873
4052
|
max-width: 300px; } }
|
|
3874
4053
|
|
|
3875
4054
|
@media (min-width: 992px) {
|
|
3876
|
-
.modal-lg
|
|
4055
|
+
.modal-lg,
|
|
4056
|
+
.modal-xl {
|
|
3877
4057
|
max-width: 800px; } }
|
|
3878
4058
|
|
|
4059
|
+
@media (min-width: 1200px) {
|
|
4060
|
+
.modal-xl {
|
|
4061
|
+
max-width: 1140px; } }
|
|
4062
|
+
|
|
3879
4063
|
.tooltip {
|
|
3880
4064
|
position: absolute;
|
|
3881
4065
|
z-index: 1070;
|
|
3882
4066
|
display: block;
|
|
3883
4067
|
margin: 0;
|
|
3884
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
4068
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3885
4069
|
font-style: normal;
|
|
3886
4070
|
font-weight: 400;
|
|
3887
4071
|
line-height: 1.5;
|
|
@@ -3966,7 +4150,7 @@ button.close {
|
|
|
3966
4150
|
z-index: 1060;
|
|
3967
4151
|
display: block;
|
|
3968
4152
|
max-width: 276px;
|
|
3969
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
4153
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
3970
4154
|
font-style: normal;
|
|
3971
4155
|
font-weight: 400;
|
|
3972
4156
|
line-height: 1.5;
|
|
@@ -4101,106 +4285,89 @@ button.close {
|
|
|
4101
4285
|
.carousel {
|
|
4102
4286
|
position: relative; }
|
|
4103
4287
|
|
|
4288
|
+
.carousel.pointer-event {
|
|
4289
|
+
touch-action: pan-y; }
|
|
4290
|
+
|
|
4104
4291
|
.carousel-inner {
|
|
4105
4292
|
position: relative;
|
|
4106
4293
|
width: 100%;
|
|
4107
4294
|
overflow: hidden; }
|
|
4295
|
+
.carousel-inner::after {
|
|
4296
|
+
display: block;
|
|
4297
|
+
clear: both;
|
|
4298
|
+
content: ""; }
|
|
4108
4299
|
|
|
4109
4300
|
.carousel-item {
|
|
4110
4301
|
position: relative;
|
|
4111
4302
|
display: none;
|
|
4112
|
-
|
|
4303
|
+
float: left;
|
|
4113
4304
|
width: 100%;
|
|
4305
|
+
margin-right: -100%;
|
|
4114
4306
|
backface-visibility: hidden;
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
.carousel-item.active,
|
|
4118
|
-
.carousel-item-next,
|
|
4119
|
-
.carousel-item-prev {
|
|
4120
|
-
display: block;
|
|
4121
|
-
transition: transform 0.6s ease; }
|
|
4307
|
+
transition: transform 0.6s ease-in-out; }
|
|
4122
4308
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
4123
|
-
.carousel-item
|
|
4124
|
-
.carousel-item-next,
|
|
4125
|
-
.carousel-item-prev {
|
|
4309
|
+
.carousel-item {
|
|
4126
4310
|
transition: none; } }
|
|
4127
4311
|
|
|
4312
|
+
.carousel-item.active,
|
|
4128
4313
|
.carousel-item-next,
|
|
4129
4314
|
.carousel-item-prev {
|
|
4130
|
-
|
|
4131
|
-
top: 0; }
|
|
4132
|
-
|
|
4133
|
-
.carousel-item-next.carousel-item-left,
|
|
4134
|
-
.carousel-item-prev.carousel-item-right {
|
|
4135
|
-
transform: translateX(0); }
|
|
4136
|
-
@supports (transform-style: preserve-3d) {
|
|
4137
|
-
.carousel-item-next.carousel-item-left,
|
|
4138
|
-
.carousel-item-prev.carousel-item-right {
|
|
4139
|
-
transform: translate3d(0, 0, 0); } }
|
|
4315
|
+
display: block; }
|
|
4140
4316
|
|
|
4141
|
-
.carousel-item-next,
|
|
4317
|
+
.carousel-item-next:not(.carousel-item-left),
|
|
4142
4318
|
.active.carousel-item-right {
|
|
4143
4319
|
transform: translateX(100%); }
|
|
4144
|
-
@supports (transform-style: preserve-3d) {
|
|
4145
|
-
.carousel-item-next,
|
|
4146
|
-
.active.carousel-item-right {
|
|
4147
|
-
transform: translate3d(100%, 0, 0); } }
|
|
4148
4320
|
|
|
4149
|
-
.carousel-item-prev,
|
|
4321
|
+
.carousel-item-prev:not(.carousel-item-right),
|
|
4150
4322
|
.active.carousel-item-left {
|
|
4151
4323
|
transform: translateX(-100%); }
|
|
4152
|
-
@supports (transform-style: preserve-3d) {
|
|
4153
|
-
.carousel-item-prev,
|
|
4154
|
-
.active.carousel-item-left {
|
|
4155
|
-
transform: translate3d(-100%, 0, 0); } }
|
|
4156
4324
|
|
|
4157
4325
|
.carousel-fade .carousel-item {
|
|
4158
4326
|
opacity: 0;
|
|
4159
|
-
transition-
|
|
4160
|
-
|
|
4327
|
+
transition-property: opacity;
|
|
4328
|
+
transform: none; }
|
|
4161
4329
|
|
|
4162
4330
|
.carousel-fade .carousel-item.active,
|
|
4163
4331
|
.carousel-fade .carousel-item-next.carousel-item-left,
|
|
4164
4332
|
.carousel-fade .carousel-item-prev.carousel-item-right {
|
|
4333
|
+
z-index: 1;
|
|
4165
4334
|
opacity: 1; }
|
|
4166
4335
|
|
|
4167
4336
|
.carousel-fade .active.carousel-item-left,
|
|
4168
4337
|
.carousel-fade .active.carousel-item-right {
|
|
4169
|
-
|
|
4170
|
-
|
|
4171
|
-
.
|
|
4172
|
-
|
|
4173
|
-
.carousel-fade .carousel-item.active,
|
|
4174
|
-
.carousel-fade .active.carousel-item-left,
|
|
4175
|
-
.carousel-fade .active.carousel-item-prev {
|
|
4176
|
-
transform: translateX(0); }
|
|
4177
|
-
@supports (transform-style: preserve-3d) {
|
|
4178
|
-
.carousel-fade .carousel-item-next,
|
|
4179
|
-
.carousel-fade .carousel-item-prev,
|
|
4180
|
-
.carousel-fade .carousel-item.active,
|
|
4338
|
+
z-index: 0;
|
|
4339
|
+
opacity: 0;
|
|
4340
|
+
transition: 0s 0.6s opacity; }
|
|
4341
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
4181
4342
|
.carousel-fade .active.carousel-item-left,
|
|
4182
|
-
.carousel-fade .active.carousel-item-
|
|
4183
|
-
|
|
4343
|
+
.carousel-fade .active.carousel-item-right {
|
|
4344
|
+
transition: none; } }
|
|
4184
4345
|
|
|
4185
4346
|
.carousel-control-prev,
|
|
4186
4347
|
.carousel-control-next {
|
|
4187
4348
|
position: absolute;
|
|
4188
4349
|
top: 0;
|
|
4189
4350
|
bottom: 0;
|
|
4351
|
+
z-index: 1;
|
|
4190
4352
|
display: flex;
|
|
4191
4353
|
align-items: center;
|
|
4192
4354
|
justify-content: center;
|
|
4193
4355
|
width: 15%;
|
|
4194
4356
|
color: #fff;
|
|
4195
4357
|
text-align: center;
|
|
4196
|
-
opacity: 0.5;
|
|
4358
|
+
opacity: 0.5;
|
|
4359
|
+
transition: opacity 0.15s ease; }
|
|
4360
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
4361
|
+
.carousel-control-prev,
|
|
4362
|
+
.carousel-control-next {
|
|
4363
|
+
transition: none; } }
|
|
4197
4364
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
|
4198
4365
|
.carousel-control-next:hover,
|
|
4199
4366
|
.carousel-control-next:focus {
|
|
4200
4367
|
color: #fff;
|
|
4201
4368
|
text-decoration: none;
|
|
4202
4369
|
outline: 0;
|
|
4203
|
-
opacity: .9; }
|
|
4370
|
+
opacity: 0.9; }
|
|
4204
4371
|
|
|
4205
4372
|
.carousel-control-prev {
|
|
4206
4373
|
left: 0; }
|
|
@@ -4217,15 +4384,15 @@ button.close {
|
|
|
4217
4384
|
background-size: 100% 100%; }
|
|
4218
4385
|
|
|
4219
4386
|
.carousel-control-prev-icon {
|
|
4220
|
-
background-image: url("data:image/svg+xml
|
|
4387
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
|
|
4221
4388
|
|
|
4222
4389
|
.carousel-control-next-icon {
|
|
4223
|
-
background-image: url("data:image/svg+xml
|
|
4390
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
|
|
4224
4391
|
|
|
4225
4392
|
.carousel-indicators {
|
|
4226
4393
|
position: absolute;
|
|
4227
4394
|
right: 0;
|
|
4228
|
-
bottom:
|
|
4395
|
+
bottom: 0;
|
|
4229
4396
|
left: 0;
|
|
4230
4397
|
z-index: 15;
|
|
4231
4398
|
display: flex;
|
|
@@ -4235,7 +4402,7 @@ button.close {
|
|
|
4235
4402
|
margin-left: 15%;
|
|
4236
4403
|
list-style: none; }
|
|
4237
4404
|
.carousel-indicators li {
|
|
4238
|
-
|
|
4405
|
+
box-sizing: content-box;
|
|
4239
4406
|
flex: 0 1 auto;
|
|
4240
4407
|
width: 30px;
|
|
4241
4408
|
height: 3px;
|
|
@@ -4243,25 +4410,17 @@ button.close {
|
|
|
4243
4410
|
margin-left: 3px;
|
|
4244
4411
|
text-indent: -999px;
|
|
4245
4412
|
cursor: pointer;
|
|
4246
|
-
background-color:
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
.carousel-indicators li::after {
|
|
4256
|
-
position: absolute;
|
|
4257
|
-
bottom: -10px;
|
|
4258
|
-
left: 0;
|
|
4259
|
-
display: inline-block;
|
|
4260
|
-
width: 100%;
|
|
4261
|
-
height: 10px;
|
|
4262
|
-
content: ""; }
|
|
4413
|
+
background-color: #fff;
|
|
4414
|
+
background-clip: padding-box;
|
|
4415
|
+
border-top: 10px solid transparent;
|
|
4416
|
+
border-bottom: 10px solid transparent;
|
|
4417
|
+
opacity: .5;
|
|
4418
|
+
transition: opacity 0.6s ease; }
|
|
4419
|
+
@media screen and (prefers-reduced-motion: reduce) {
|
|
4420
|
+
.carousel-indicators li {
|
|
4421
|
+
transition: none; } }
|
|
4263
4422
|
.carousel-indicators .active {
|
|
4264
|
-
|
|
4423
|
+
opacity: 1; }
|
|
4265
4424
|
|
|
4266
4425
|
.carousel-caption {
|
|
4267
4426
|
position: absolute;
|
|
@@ -4274,6 +4433,45 @@ button.close {
|
|
|
4274
4433
|
color: #fff;
|
|
4275
4434
|
text-align: center; }
|
|
4276
4435
|
|
|
4436
|
+
@keyframes spinner-border {
|
|
4437
|
+
to {
|
|
4438
|
+
transform: rotate(360deg); } }
|
|
4439
|
+
|
|
4440
|
+
.spinner-border {
|
|
4441
|
+
display: inline-block;
|
|
4442
|
+
width: 2rem;
|
|
4443
|
+
height: 2rem;
|
|
4444
|
+
vertical-align: text-bottom;
|
|
4445
|
+
border: 0.25em solid currentColor;
|
|
4446
|
+
border-right-color: transparent;
|
|
4447
|
+
border-radius: 50%;
|
|
4448
|
+
animation: spinner-border .75s linear infinite; }
|
|
4449
|
+
|
|
4450
|
+
.spinner-border-sm {
|
|
4451
|
+
width: 1rem;
|
|
4452
|
+
height: 1rem;
|
|
4453
|
+
border-width: 0.2em; }
|
|
4454
|
+
|
|
4455
|
+
@keyframes spinner-grow {
|
|
4456
|
+
0% {
|
|
4457
|
+
transform: scale(0); }
|
|
4458
|
+
50% {
|
|
4459
|
+
opacity: 1; } }
|
|
4460
|
+
|
|
4461
|
+
.spinner-grow {
|
|
4462
|
+
display: inline-block;
|
|
4463
|
+
width: 2rem;
|
|
4464
|
+
height: 2rem;
|
|
4465
|
+
vertical-align: text-bottom;
|
|
4466
|
+
background-color: currentColor;
|
|
4467
|
+
border-radius: 50%;
|
|
4468
|
+
opacity: 0;
|
|
4469
|
+
animation: spinner-grow .75s linear infinite; }
|
|
4470
|
+
|
|
4471
|
+
.spinner-grow-sm {
|
|
4472
|
+
width: 1rem;
|
|
4473
|
+
height: 1rem; }
|
|
4474
|
+
|
|
4277
4475
|
.align-baseline {
|
|
4278
4476
|
vertical-align: baseline !important; }
|
|
4279
4477
|
|
|
@@ -4441,6 +4639,9 @@ button.bg-dark:focus {
|
|
|
4441
4639
|
.rounded-circle {
|
|
4442
4640
|
border-radius: 50% !important; }
|
|
4443
4641
|
|
|
4642
|
+
.rounded-pill {
|
|
4643
|
+
border-radius: 50rem !important; }
|
|
4644
|
+
|
|
4444
4645
|
.rounded-0 {
|
|
4445
4646
|
border-radius: 0 !important; }
|
|
4446
4647
|
|
|
@@ -4604,8 +4805,8 @@ button.bg-dark:focus {
|
|
|
4604
4805
|
.embed-responsive-16by9::before {
|
|
4605
4806
|
padding-top: 56.25%; }
|
|
4606
4807
|
|
|
4607
|
-
.embed-responsive-
|
|
4608
|
-
padding-top:
|
|
4808
|
+
.embed-responsive-3by4::before {
|
|
4809
|
+
padding-top: 133.33333%; }
|
|
4609
4810
|
|
|
4610
4811
|
.embed-responsive-1by1::before {
|
|
4611
4812
|
padding-top: 100%; }
|
|
@@ -5033,6 +5234,12 @@ button.bg-dark:focus {
|
|
|
5033
5234
|
.float-xl-none {
|
|
5034
5235
|
float: none !important; } }
|
|
5035
5236
|
|
|
5237
|
+
.overflow-auto {
|
|
5238
|
+
overflow: auto !important; }
|
|
5239
|
+
|
|
5240
|
+
.overflow-hidden {
|
|
5241
|
+
overflow: hidden !important; }
|
|
5242
|
+
|
|
5036
5243
|
.position-static {
|
|
5037
5244
|
position: static !important; }
|
|
5038
5245
|
|
|
@@ -5134,6 +5341,18 @@ button.bg-dark:focus {
|
|
|
5134
5341
|
.mh-100 {
|
|
5135
5342
|
max-height: 100% !important; }
|
|
5136
5343
|
|
|
5344
|
+
.min-vw-100 {
|
|
5345
|
+
min-width: 100vw !important; }
|
|
5346
|
+
|
|
5347
|
+
.min-vh-100 {
|
|
5348
|
+
min-height: 100vh !important; }
|
|
5349
|
+
|
|
5350
|
+
.vw-100 {
|
|
5351
|
+
width: 100vw !important; }
|
|
5352
|
+
|
|
5353
|
+
.vh-100 {
|
|
5354
|
+
height: 100vh !important; }
|
|
5355
|
+
|
|
5137
5356
|
.m-0 {
|
|
5138
5357
|
margin: 0 !important; }
|
|
5139
5358
|
|
|
@@ -5362,6 +5581,101 @@ button.bg-dark:focus {
|
|
|
5362
5581
|
.px-5 {
|
|
5363
5582
|
padding-left: 3rem !important; }
|
|
5364
5583
|
|
|
5584
|
+
.m-n1 {
|
|
5585
|
+
margin: -0.25rem !important; }
|
|
5586
|
+
|
|
5587
|
+
.mt-n1,
|
|
5588
|
+
.my-n1 {
|
|
5589
|
+
margin-top: -0.25rem !important; }
|
|
5590
|
+
|
|
5591
|
+
.mr-n1,
|
|
5592
|
+
.mx-n1 {
|
|
5593
|
+
margin-right: -0.25rem !important; }
|
|
5594
|
+
|
|
5595
|
+
.mb-n1,
|
|
5596
|
+
.my-n1 {
|
|
5597
|
+
margin-bottom: -0.25rem !important; }
|
|
5598
|
+
|
|
5599
|
+
.ml-n1,
|
|
5600
|
+
.mx-n1 {
|
|
5601
|
+
margin-left: -0.25rem !important; }
|
|
5602
|
+
|
|
5603
|
+
.m-n2 {
|
|
5604
|
+
margin: -0.5rem !important; }
|
|
5605
|
+
|
|
5606
|
+
.mt-n2,
|
|
5607
|
+
.my-n2 {
|
|
5608
|
+
margin-top: -0.5rem !important; }
|
|
5609
|
+
|
|
5610
|
+
.mr-n2,
|
|
5611
|
+
.mx-n2 {
|
|
5612
|
+
margin-right: -0.5rem !important; }
|
|
5613
|
+
|
|
5614
|
+
.mb-n2,
|
|
5615
|
+
.my-n2 {
|
|
5616
|
+
margin-bottom: -0.5rem !important; }
|
|
5617
|
+
|
|
5618
|
+
.ml-n2,
|
|
5619
|
+
.mx-n2 {
|
|
5620
|
+
margin-left: -0.5rem !important; }
|
|
5621
|
+
|
|
5622
|
+
.m-n3 {
|
|
5623
|
+
margin: -1rem !important; }
|
|
5624
|
+
|
|
5625
|
+
.mt-n3,
|
|
5626
|
+
.my-n3 {
|
|
5627
|
+
margin-top: -1rem !important; }
|
|
5628
|
+
|
|
5629
|
+
.mr-n3,
|
|
5630
|
+
.mx-n3 {
|
|
5631
|
+
margin-right: -1rem !important; }
|
|
5632
|
+
|
|
5633
|
+
.mb-n3,
|
|
5634
|
+
.my-n3 {
|
|
5635
|
+
margin-bottom: -1rem !important; }
|
|
5636
|
+
|
|
5637
|
+
.ml-n3,
|
|
5638
|
+
.mx-n3 {
|
|
5639
|
+
margin-left: -1rem !important; }
|
|
5640
|
+
|
|
5641
|
+
.m-n4 {
|
|
5642
|
+
margin: -1.5rem !important; }
|
|
5643
|
+
|
|
5644
|
+
.mt-n4,
|
|
5645
|
+
.my-n4 {
|
|
5646
|
+
margin-top: -1.5rem !important; }
|
|
5647
|
+
|
|
5648
|
+
.mr-n4,
|
|
5649
|
+
.mx-n4 {
|
|
5650
|
+
margin-right: -1.5rem !important; }
|
|
5651
|
+
|
|
5652
|
+
.mb-n4,
|
|
5653
|
+
.my-n4 {
|
|
5654
|
+
margin-bottom: -1.5rem !important; }
|
|
5655
|
+
|
|
5656
|
+
.ml-n4,
|
|
5657
|
+
.mx-n4 {
|
|
5658
|
+
margin-left: -1.5rem !important; }
|
|
5659
|
+
|
|
5660
|
+
.m-n5 {
|
|
5661
|
+
margin: -3rem !important; }
|
|
5662
|
+
|
|
5663
|
+
.mt-n5,
|
|
5664
|
+
.my-n5 {
|
|
5665
|
+
margin-top: -3rem !important; }
|
|
5666
|
+
|
|
5667
|
+
.mr-n5,
|
|
5668
|
+
.mx-n5 {
|
|
5669
|
+
margin-right: -3rem !important; }
|
|
5670
|
+
|
|
5671
|
+
.mb-n5,
|
|
5672
|
+
.my-n5 {
|
|
5673
|
+
margin-bottom: -3rem !important; }
|
|
5674
|
+
|
|
5675
|
+
.ml-n5,
|
|
5676
|
+
.mx-n5 {
|
|
5677
|
+
margin-left: -3rem !important; }
|
|
5678
|
+
|
|
5365
5679
|
.m-auto {
|
|
5366
5680
|
margin: auto !important; }
|
|
5367
5681
|
|
|
@@ -5550,6 +5864,76 @@ button.bg-dark:focus {
|
|
|
5550
5864
|
.pl-sm-5,
|
|
5551
5865
|
.px-sm-5 {
|
|
5552
5866
|
padding-left: 3rem !important; }
|
|
5867
|
+
.m-sm-n1 {
|
|
5868
|
+
margin: -0.25rem !important; }
|
|
5869
|
+
.mt-sm-n1,
|
|
5870
|
+
.my-sm-n1 {
|
|
5871
|
+
margin-top: -0.25rem !important; }
|
|
5872
|
+
.mr-sm-n1,
|
|
5873
|
+
.mx-sm-n1 {
|
|
5874
|
+
margin-right: -0.25rem !important; }
|
|
5875
|
+
.mb-sm-n1,
|
|
5876
|
+
.my-sm-n1 {
|
|
5877
|
+
margin-bottom: -0.25rem !important; }
|
|
5878
|
+
.ml-sm-n1,
|
|
5879
|
+
.mx-sm-n1 {
|
|
5880
|
+
margin-left: -0.25rem !important; }
|
|
5881
|
+
.m-sm-n2 {
|
|
5882
|
+
margin: -0.5rem !important; }
|
|
5883
|
+
.mt-sm-n2,
|
|
5884
|
+
.my-sm-n2 {
|
|
5885
|
+
margin-top: -0.5rem !important; }
|
|
5886
|
+
.mr-sm-n2,
|
|
5887
|
+
.mx-sm-n2 {
|
|
5888
|
+
margin-right: -0.5rem !important; }
|
|
5889
|
+
.mb-sm-n2,
|
|
5890
|
+
.my-sm-n2 {
|
|
5891
|
+
margin-bottom: -0.5rem !important; }
|
|
5892
|
+
.ml-sm-n2,
|
|
5893
|
+
.mx-sm-n2 {
|
|
5894
|
+
margin-left: -0.5rem !important; }
|
|
5895
|
+
.m-sm-n3 {
|
|
5896
|
+
margin: -1rem !important; }
|
|
5897
|
+
.mt-sm-n3,
|
|
5898
|
+
.my-sm-n3 {
|
|
5899
|
+
margin-top: -1rem !important; }
|
|
5900
|
+
.mr-sm-n3,
|
|
5901
|
+
.mx-sm-n3 {
|
|
5902
|
+
margin-right: -1rem !important; }
|
|
5903
|
+
.mb-sm-n3,
|
|
5904
|
+
.my-sm-n3 {
|
|
5905
|
+
margin-bottom: -1rem !important; }
|
|
5906
|
+
.ml-sm-n3,
|
|
5907
|
+
.mx-sm-n3 {
|
|
5908
|
+
margin-left: -1rem !important; }
|
|
5909
|
+
.m-sm-n4 {
|
|
5910
|
+
margin: -1.5rem !important; }
|
|
5911
|
+
.mt-sm-n4,
|
|
5912
|
+
.my-sm-n4 {
|
|
5913
|
+
margin-top: -1.5rem !important; }
|
|
5914
|
+
.mr-sm-n4,
|
|
5915
|
+
.mx-sm-n4 {
|
|
5916
|
+
margin-right: -1.5rem !important; }
|
|
5917
|
+
.mb-sm-n4,
|
|
5918
|
+
.my-sm-n4 {
|
|
5919
|
+
margin-bottom: -1.5rem !important; }
|
|
5920
|
+
.ml-sm-n4,
|
|
5921
|
+
.mx-sm-n4 {
|
|
5922
|
+
margin-left: -1.5rem !important; }
|
|
5923
|
+
.m-sm-n5 {
|
|
5924
|
+
margin: -3rem !important; }
|
|
5925
|
+
.mt-sm-n5,
|
|
5926
|
+
.my-sm-n5 {
|
|
5927
|
+
margin-top: -3rem !important; }
|
|
5928
|
+
.mr-sm-n5,
|
|
5929
|
+
.mx-sm-n5 {
|
|
5930
|
+
margin-right: -3rem !important; }
|
|
5931
|
+
.mb-sm-n5,
|
|
5932
|
+
.my-sm-n5 {
|
|
5933
|
+
margin-bottom: -3rem !important; }
|
|
5934
|
+
.ml-sm-n5,
|
|
5935
|
+
.mx-sm-n5 {
|
|
5936
|
+
margin-left: -3rem !important; }
|
|
5553
5937
|
.m-sm-auto {
|
|
5554
5938
|
margin: auto !important; }
|
|
5555
5939
|
.mt-sm-auto,
|
|
@@ -5734,6 +6118,76 @@ button.bg-dark:focus {
|
|
|
5734
6118
|
.pl-md-5,
|
|
5735
6119
|
.px-md-5 {
|
|
5736
6120
|
padding-left: 3rem !important; }
|
|
6121
|
+
.m-md-n1 {
|
|
6122
|
+
margin: -0.25rem !important; }
|
|
6123
|
+
.mt-md-n1,
|
|
6124
|
+
.my-md-n1 {
|
|
6125
|
+
margin-top: -0.25rem !important; }
|
|
6126
|
+
.mr-md-n1,
|
|
6127
|
+
.mx-md-n1 {
|
|
6128
|
+
margin-right: -0.25rem !important; }
|
|
6129
|
+
.mb-md-n1,
|
|
6130
|
+
.my-md-n1 {
|
|
6131
|
+
margin-bottom: -0.25rem !important; }
|
|
6132
|
+
.ml-md-n1,
|
|
6133
|
+
.mx-md-n1 {
|
|
6134
|
+
margin-left: -0.25rem !important; }
|
|
6135
|
+
.m-md-n2 {
|
|
6136
|
+
margin: -0.5rem !important; }
|
|
6137
|
+
.mt-md-n2,
|
|
6138
|
+
.my-md-n2 {
|
|
6139
|
+
margin-top: -0.5rem !important; }
|
|
6140
|
+
.mr-md-n2,
|
|
6141
|
+
.mx-md-n2 {
|
|
6142
|
+
margin-right: -0.5rem !important; }
|
|
6143
|
+
.mb-md-n2,
|
|
6144
|
+
.my-md-n2 {
|
|
6145
|
+
margin-bottom: -0.5rem !important; }
|
|
6146
|
+
.ml-md-n2,
|
|
6147
|
+
.mx-md-n2 {
|
|
6148
|
+
margin-left: -0.5rem !important; }
|
|
6149
|
+
.m-md-n3 {
|
|
6150
|
+
margin: -1rem !important; }
|
|
6151
|
+
.mt-md-n3,
|
|
6152
|
+
.my-md-n3 {
|
|
6153
|
+
margin-top: -1rem !important; }
|
|
6154
|
+
.mr-md-n3,
|
|
6155
|
+
.mx-md-n3 {
|
|
6156
|
+
margin-right: -1rem !important; }
|
|
6157
|
+
.mb-md-n3,
|
|
6158
|
+
.my-md-n3 {
|
|
6159
|
+
margin-bottom: -1rem !important; }
|
|
6160
|
+
.ml-md-n3,
|
|
6161
|
+
.mx-md-n3 {
|
|
6162
|
+
margin-left: -1rem !important; }
|
|
6163
|
+
.m-md-n4 {
|
|
6164
|
+
margin: -1.5rem !important; }
|
|
6165
|
+
.mt-md-n4,
|
|
6166
|
+
.my-md-n4 {
|
|
6167
|
+
margin-top: -1.5rem !important; }
|
|
6168
|
+
.mr-md-n4,
|
|
6169
|
+
.mx-md-n4 {
|
|
6170
|
+
margin-right: -1.5rem !important; }
|
|
6171
|
+
.mb-md-n4,
|
|
6172
|
+
.my-md-n4 {
|
|
6173
|
+
margin-bottom: -1.5rem !important; }
|
|
6174
|
+
.ml-md-n4,
|
|
6175
|
+
.mx-md-n4 {
|
|
6176
|
+
margin-left: -1.5rem !important; }
|
|
6177
|
+
.m-md-n5 {
|
|
6178
|
+
margin: -3rem !important; }
|
|
6179
|
+
.mt-md-n5,
|
|
6180
|
+
.my-md-n5 {
|
|
6181
|
+
margin-top: -3rem !important; }
|
|
6182
|
+
.mr-md-n5,
|
|
6183
|
+
.mx-md-n5 {
|
|
6184
|
+
margin-right: -3rem !important; }
|
|
6185
|
+
.mb-md-n5,
|
|
6186
|
+
.my-md-n5 {
|
|
6187
|
+
margin-bottom: -3rem !important; }
|
|
6188
|
+
.ml-md-n5,
|
|
6189
|
+
.mx-md-n5 {
|
|
6190
|
+
margin-left: -3rem !important; }
|
|
5737
6191
|
.m-md-auto {
|
|
5738
6192
|
margin: auto !important; }
|
|
5739
6193
|
.mt-md-auto,
|
|
@@ -5918,6 +6372,76 @@ button.bg-dark:focus {
|
|
|
5918
6372
|
.pl-lg-5,
|
|
5919
6373
|
.px-lg-5 {
|
|
5920
6374
|
padding-left: 3rem !important; }
|
|
6375
|
+
.m-lg-n1 {
|
|
6376
|
+
margin: -0.25rem !important; }
|
|
6377
|
+
.mt-lg-n1,
|
|
6378
|
+
.my-lg-n1 {
|
|
6379
|
+
margin-top: -0.25rem !important; }
|
|
6380
|
+
.mr-lg-n1,
|
|
6381
|
+
.mx-lg-n1 {
|
|
6382
|
+
margin-right: -0.25rem !important; }
|
|
6383
|
+
.mb-lg-n1,
|
|
6384
|
+
.my-lg-n1 {
|
|
6385
|
+
margin-bottom: -0.25rem !important; }
|
|
6386
|
+
.ml-lg-n1,
|
|
6387
|
+
.mx-lg-n1 {
|
|
6388
|
+
margin-left: -0.25rem !important; }
|
|
6389
|
+
.m-lg-n2 {
|
|
6390
|
+
margin: -0.5rem !important; }
|
|
6391
|
+
.mt-lg-n2,
|
|
6392
|
+
.my-lg-n2 {
|
|
6393
|
+
margin-top: -0.5rem !important; }
|
|
6394
|
+
.mr-lg-n2,
|
|
6395
|
+
.mx-lg-n2 {
|
|
6396
|
+
margin-right: -0.5rem !important; }
|
|
6397
|
+
.mb-lg-n2,
|
|
6398
|
+
.my-lg-n2 {
|
|
6399
|
+
margin-bottom: -0.5rem !important; }
|
|
6400
|
+
.ml-lg-n2,
|
|
6401
|
+
.mx-lg-n2 {
|
|
6402
|
+
margin-left: -0.5rem !important; }
|
|
6403
|
+
.m-lg-n3 {
|
|
6404
|
+
margin: -1rem !important; }
|
|
6405
|
+
.mt-lg-n3,
|
|
6406
|
+
.my-lg-n3 {
|
|
6407
|
+
margin-top: -1rem !important; }
|
|
6408
|
+
.mr-lg-n3,
|
|
6409
|
+
.mx-lg-n3 {
|
|
6410
|
+
margin-right: -1rem !important; }
|
|
6411
|
+
.mb-lg-n3,
|
|
6412
|
+
.my-lg-n3 {
|
|
6413
|
+
margin-bottom: -1rem !important; }
|
|
6414
|
+
.ml-lg-n3,
|
|
6415
|
+
.mx-lg-n3 {
|
|
6416
|
+
margin-left: -1rem !important; }
|
|
6417
|
+
.m-lg-n4 {
|
|
6418
|
+
margin: -1.5rem !important; }
|
|
6419
|
+
.mt-lg-n4,
|
|
6420
|
+
.my-lg-n4 {
|
|
6421
|
+
margin-top: -1.5rem !important; }
|
|
6422
|
+
.mr-lg-n4,
|
|
6423
|
+
.mx-lg-n4 {
|
|
6424
|
+
margin-right: -1.5rem !important; }
|
|
6425
|
+
.mb-lg-n4,
|
|
6426
|
+
.my-lg-n4 {
|
|
6427
|
+
margin-bottom: -1.5rem !important; }
|
|
6428
|
+
.ml-lg-n4,
|
|
6429
|
+
.mx-lg-n4 {
|
|
6430
|
+
margin-left: -1.5rem !important; }
|
|
6431
|
+
.m-lg-n5 {
|
|
6432
|
+
margin: -3rem !important; }
|
|
6433
|
+
.mt-lg-n5,
|
|
6434
|
+
.my-lg-n5 {
|
|
6435
|
+
margin-top: -3rem !important; }
|
|
6436
|
+
.mr-lg-n5,
|
|
6437
|
+
.mx-lg-n5 {
|
|
6438
|
+
margin-right: -3rem !important; }
|
|
6439
|
+
.mb-lg-n5,
|
|
6440
|
+
.my-lg-n5 {
|
|
6441
|
+
margin-bottom: -3rem !important; }
|
|
6442
|
+
.ml-lg-n5,
|
|
6443
|
+
.mx-lg-n5 {
|
|
6444
|
+
margin-left: -3rem !important; }
|
|
5921
6445
|
.m-lg-auto {
|
|
5922
6446
|
margin: auto !important; }
|
|
5923
6447
|
.mt-lg-auto,
|
|
@@ -6102,6 +6626,76 @@ button.bg-dark:focus {
|
|
|
6102
6626
|
.pl-xl-5,
|
|
6103
6627
|
.px-xl-5 {
|
|
6104
6628
|
padding-left: 3rem !important; }
|
|
6629
|
+
.m-xl-n1 {
|
|
6630
|
+
margin: -0.25rem !important; }
|
|
6631
|
+
.mt-xl-n1,
|
|
6632
|
+
.my-xl-n1 {
|
|
6633
|
+
margin-top: -0.25rem !important; }
|
|
6634
|
+
.mr-xl-n1,
|
|
6635
|
+
.mx-xl-n1 {
|
|
6636
|
+
margin-right: -0.25rem !important; }
|
|
6637
|
+
.mb-xl-n1,
|
|
6638
|
+
.my-xl-n1 {
|
|
6639
|
+
margin-bottom: -0.25rem !important; }
|
|
6640
|
+
.ml-xl-n1,
|
|
6641
|
+
.mx-xl-n1 {
|
|
6642
|
+
margin-left: -0.25rem !important; }
|
|
6643
|
+
.m-xl-n2 {
|
|
6644
|
+
margin: -0.5rem !important; }
|
|
6645
|
+
.mt-xl-n2,
|
|
6646
|
+
.my-xl-n2 {
|
|
6647
|
+
margin-top: -0.5rem !important; }
|
|
6648
|
+
.mr-xl-n2,
|
|
6649
|
+
.mx-xl-n2 {
|
|
6650
|
+
margin-right: -0.5rem !important; }
|
|
6651
|
+
.mb-xl-n2,
|
|
6652
|
+
.my-xl-n2 {
|
|
6653
|
+
margin-bottom: -0.5rem !important; }
|
|
6654
|
+
.ml-xl-n2,
|
|
6655
|
+
.mx-xl-n2 {
|
|
6656
|
+
margin-left: -0.5rem !important; }
|
|
6657
|
+
.m-xl-n3 {
|
|
6658
|
+
margin: -1rem !important; }
|
|
6659
|
+
.mt-xl-n3,
|
|
6660
|
+
.my-xl-n3 {
|
|
6661
|
+
margin-top: -1rem !important; }
|
|
6662
|
+
.mr-xl-n3,
|
|
6663
|
+
.mx-xl-n3 {
|
|
6664
|
+
margin-right: -1rem !important; }
|
|
6665
|
+
.mb-xl-n3,
|
|
6666
|
+
.my-xl-n3 {
|
|
6667
|
+
margin-bottom: -1rem !important; }
|
|
6668
|
+
.ml-xl-n3,
|
|
6669
|
+
.mx-xl-n3 {
|
|
6670
|
+
margin-left: -1rem !important; }
|
|
6671
|
+
.m-xl-n4 {
|
|
6672
|
+
margin: -1.5rem !important; }
|
|
6673
|
+
.mt-xl-n4,
|
|
6674
|
+
.my-xl-n4 {
|
|
6675
|
+
margin-top: -1.5rem !important; }
|
|
6676
|
+
.mr-xl-n4,
|
|
6677
|
+
.mx-xl-n4 {
|
|
6678
|
+
margin-right: -1.5rem !important; }
|
|
6679
|
+
.mb-xl-n4,
|
|
6680
|
+
.my-xl-n4 {
|
|
6681
|
+
margin-bottom: -1.5rem !important; }
|
|
6682
|
+
.ml-xl-n4,
|
|
6683
|
+
.mx-xl-n4 {
|
|
6684
|
+
margin-left: -1.5rem !important; }
|
|
6685
|
+
.m-xl-n5 {
|
|
6686
|
+
margin: -3rem !important; }
|
|
6687
|
+
.mt-xl-n5,
|
|
6688
|
+
.my-xl-n5 {
|
|
6689
|
+
margin-top: -3rem !important; }
|
|
6690
|
+
.mr-xl-n5,
|
|
6691
|
+
.mx-xl-n5 {
|
|
6692
|
+
margin-right: -3rem !important; }
|
|
6693
|
+
.mb-xl-n5,
|
|
6694
|
+
.my-xl-n5 {
|
|
6695
|
+
margin-bottom: -3rem !important; }
|
|
6696
|
+
.ml-xl-n5,
|
|
6697
|
+
.mx-xl-n5 {
|
|
6698
|
+
margin-left: -3rem !important; }
|
|
6105
6699
|
.m-xl-auto {
|
|
6106
6700
|
margin: auto !important; }
|
|
6107
6701
|
.mt-xl-auto,
|
|
@@ -6123,6 +6717,9 @@ button.bg-dark:focus {
|
|
|
6123
6717
|
.text-justify {
|
|
6124
6718
|
text-align: justify !important; }
|
|
6125
6719
|
|
|
6720
|
+
.text-wrap {
|
|
6721
|
+
white-space: normal !important; }
|
|
6722
|
+
|
|
6126
6723
|
.text-nowrap {
|
|
6127
6724
|
white-space: nowrap !important; }
|
|
6128
6725
|
|
|
@@ -6184,12 +6781,18 @@ button.bg-dark:focus {
|
|
|
6184
6781
|
.font-weight-light {
|
|
6185
6782
|
font-weight: 300 !important; }
|
|
6186
6783
|
|
|
6784
|
+
.font-weight-lighter {
|
|
6785
|
+
font-weight: lighter !important; }
|
|
6786
|
+
|
|
6187
6787
|
.font-weight-normal {
|
|
6188
6788
|
font-weight: 400 !important; }
|
|
6189
6789
|
|
|
6190
6790
|
.font-weight-bold {
|
|
6191
6791
|
font-weight: 700 !important; }
|
|
6192
6792
|
|
|
6793
|
+
.font-weight-bolder {
|
|
6794
|
+
font-weight: bolder !important; }
|
|
6795
|
+
|
|
6193
6796
|
.font-italic {
|
|
6194
6797
|
font-style: italic !important; }
|
|
6195
6798
|
|
|
@@ -6200,49 +6803,49 @@ button.bg-dark:focus {
|
|
|
6200
6803
|
color: #007bff !important; }
|
|
6201
6804
|
|
|
6202
6805
|
a.text-primary:hover, a.text-primary:focus {
|
|
6203
|
-
color: #
|
|
6806
|
+
color: #0056b3 !important; }
|
|
6204
6807
|
|
|
6205
6808
|
.text-secondary {
|
|
6206
6809
|
color: #6c757d !important; }
|
|
6207
6810
|
|
|
6208
6811
|
a.text-secondary:hover, a.text-secondary:focus {
|
|
6209
|
-
color: #
|
|
6812
|
+
color: #494f54 !important; }
|
|
6210
6813
|
|
|
6211
6814
|
.text-success {
|
|
6212
6815
|
color: #28a745 !important; }
|
|
6213
6816
|
|
|
6214
6817
|
a.text-success:hover, a.text-success:focus {
|
|
6215
|
-
color: #
|
|
6818
|
+
color: #19692c !important; }
|
|
6216
6819
|
|
|
6217
6820
|
.text-info {
|
|
6218
6821
|
color: #17a2b8 !important; }
|
|
6219
6822
|
|
|
6220
6823
|
a.text-info:hover, a.text-info:focus {
|
|
6221
|
-
color: #
|
|
6824
|
+
color: #0f6674 !important; }
|
|
6222
6825
|
|
|
6223
6826
|
.text-warning {
|
|
6224
6827
|
color: #ffc107 !important; }
|
|
6225
6828
|
|
|
6226
6829
|
a.text-warning:hover, a.text-warning:focus {
|
|
6227
|
-
color: #
|
|
6830
|
+
color: #ba8b00 !important; }
|
|
6228
6831
|
|
|
6229
6832
|
.text-danger {
|
|
6230
6833
|
color: #dc3545 !important; }
|
|
6231
6834
|
|
|
6232
6835
|
a.text-danger:hover, a.text-danger:focus {
|
|
6233
|
-
color: #
|
|
6836
|
+
color: #a71d2a !important; }
|
|
6234
6837
|
|
|
6235
6838
|
.text-light {
|
|
6236
6839
|
color: #f8f9fa !important; }
|
|
6237
6840
|
|
|
6238
6841
|
a.text-light:hover, a.text-light:focus {
|
|
6239
|
-
color: #
|
|
6842
|
+
color: #cbd3da !important; }
|
|
6240
6843
|
|
|
6241
6844
|
.text-dark {
|
|
6242
6845
|
color: #343a40 !important; }
|
|
6243
6846
|
|
|
6244
6847
|
a.text-dark:hover, a.text-dark:focus {
|
|
6245
|
-
color: #
|
|
6848
|
+
color: #121416 !important; }
|
|
6246
6849
|
|
|
6247
6850
|
.text-body {
|
|
6248
6851
|
color: #212529 !important; }
|
|
@@ -6263,6 +6866,12 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
6263
6866
|
background-color: transparent;
|
|
6264
6867
|
border: 0; }
|
|
6265
6868
|
|
|
6869
|
+
.text-decoration-none {
|
|
6870
|
+
text-decoration: none !important; }
|
|
6871
|
+
|
|
6872
|
+
.text-reset {
|
|
6873
|
+
color: inherit !important; }
|
|
6874
|
+
|
|
6266
6875
|
.visible {
|
|
6267
6876
|
visibility: visible !important; }
|
|
6268
6877
|
|