client/src/sass/_bootstrap-custom.scss
changeset 151 57d63a248f0d
parent 150 97536386b397
child 152 4e9e755cef51
--- a/client/src/sass/_bootstrap-custom.scss	Wed Aug 29 11:02:36 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,87 +0,0 @@
-/*!
- * Bootstrap v3.3.7 (http://getbootstrap.com)
- * Copyright 2011-2016 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- */
-
-$icon-font-path: '~bootstrap-sass/assets/fonts/bootstrap/';
-
-$btn-primary-bg : #769FED;
-$btn-primary-border : #769FED;
-
-//NavBar
-$navbar-inverse-bg : #769FED;
-$navbar-inverse-border : #769FED;
-$navbar-inverse-link-color : white;
-$navbar-inverse-link-active-bg : #769FED;
-$nav-link-padding : 30px 15px;
-$navbar-inverse-toggle-hover-bg : white;
-$dropdown-bg : #769FED;
-$dropdown-border : #769FED;
-$dropdown-link-color : white;
-$dropdown-link-active-color : #769FED;
-$dropdown-link-hover-color : #769FED;
-
-//Login and Register
-$panel-default-border : white;
-$panel-inner-border : white;
-$panel-default-heading-bg : white;
-$panel-default-text : black;
-$input-bg : rgba(196, 196, 196, 0.5);
-$input-bg-disabled : rgba(196, 196, 196, 0.5);
-$input-border : white;
-// $input-color : white;
-
-
-
-
-// Core variables and mixins
-@import "bootstrap/variables";
-@import "bootstrap/mixins";
-
-// Reset and dependencies
-@import "bootstrap/normalize";
-@import "bootstrap/print";
-@import "bootstrap/glyphicons";
-
-// Core CSS
-@import "bootstrap/scaffolding";
-@import "bootstrap/type";
-@import "bootstrap/code";
-@import "bootstrap/grid";
-@import "bootstrap/tables";
-@import "bootstrap/forms";
-@import "bootstrap/buttons";
-
-// Components
-@import "bootstrap/component-animations";
-@import "bootstrap/dropdowns";
-@import "bootstrap/button-groups";
-@import "bootstrap/input-groups";
-@import "bootstrap/navs";
-@import "bootstrap/navbar";
-@import "bootstrap/breadcrumbs";
-@import "bootstrap/pagination";
-@import "bootstrap/pager";
-@import "bootstrap/labels";
-@import "bootstrap/badges";
-@import "bootstrap/jumbotron";
-@import "bootstrap/thumbnails";
-@import "bootstrap/alerts";
-@import "bootstrap/progress-bars";
-@import "bootstrap/media";
-@import "bootstrap/list-group";
-@import "bootstrap/panels";
-@import "bootstrap/responsive-embed";
-@import "bootstrap/wells";
-@import "bootstrap/close";
-
-// Components w/ JavaScript
-@import "bootstrap/modals";
-@import "bootstrap/tooltip";
-@import "bootstrap/popovers";
-@import "bootstrap/carousel";
-
-// Utility classes
-@import "bootstrap/utilities";
-@import "bootstrap/responsive-utilities";