client/src/sass/_bootstrap-custom.scss
author salimr <riwad.salim@yahoo.fr>
Tue, 14 Aug 2018 20:39:55 +0200
changeset 144 8b950885ddae
parent 69 2f42063b0869
permissions -rw-r--r--
Add local font and assets. Override Bootstrap css varriables. Add specific css files

/*!
 * 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";