mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
add custom scss for bootstrap
This commit is contained in:
@@ -1,57 +1,12 @@
|
||||
$primary: #359499;
|
||||
$secondary: #98ddde;
|
||||
$success: #81894e;
|
||||
$info: #185190;
|
||||
$warning: #ffdb3b;
|
||||
$danger: #f36e60;
|
||||
$light: #f5fbfb;
|
||||
$dark: #040b0c;
|
||||
$theme-colors: (
|
||||
'primary': #145bea,
|
||||
'secondary': #833bec,
|
||||
'success': #1ce1ac,
|
||||
'info': #ff7d50,
|
||||
'warning': #ffbe0b,
|
||||
'danger': #ff007f,
|
||||
'light': #c0ccda,
|
||||
'dark': #001738,
|
||||
);
|
||||
|
||||
$link-hover-decoration: none;
|
||||
$border-radius: 0;
|
||||
$font-family-sans-serif: "Fira Sans", sans-serif;
|
||||
$font-family-monospace: "Fira Mono", monospace;
|
||||
$font-weight-bold: 600;
|
||||
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
@import "~bootstrap/scss/mixins";
|
||||
@import "~bootstrap/scss/root";
|
||||
@import "~bootstrap/scss/reboot";
|
||||
@import "~bootstrap/scss/type";
|
||||
@import "~bootstrap/scss/images";
|
||||
// @import "~bootstrap/scss/code";
|
||||
@import "~bootstrap/scss/grid";
|
||||
@import "~bootstrap/scss/tables";
|
||||
@import "~bootstrap/scss/forms";
|
||||
@import "~bootstrap/scss/buttons";
|
||||
@import "~bootstrap/scss/transitions";
|
||||
@import "~bootstrap/scss/dropdown";
|
||||
@import "~bootstrap/scss/button-group";
|
||||
// @import "~bootstrap/scss/input-group";
|
||||
@import "~bootstrap/scss/custom-forms";
|
||||
@import "~bootstrap/scss/nav";
|
||||
@import "~bootstrap/scss/navbar";
|
||||
@import "~bootstrap/scss/card";
|
||||
@import "~bootstrap/scss/breadcrumb";
|
||||
// @import "~bootstrap/scss/pagination";
|
||||
// @import "~bootstrap/scss/badge";
|
||||
@import "~bootstrap/scss/jumbotron";
|
||||
// @import "~bootstrap/scss/alert";
|
||||
// @import "~bootstrap/scss/progress";
|
||||
// @import "~bootstrap/scss/media";
|
||||
@import "~bootstrap/scss/list-group";
|
||||
// @import "~bootstrap/scss/close";
|
||||
// @import "~bootstrap/scss/toasts";
|
||||
// @import "~bootstrap/scss/modal";
|
||||
// @import "~bootstrap/scss/tooltip";
|
||||
// @import "~bootstrap/scss/popover";
|
||||
// @import "~bootstrap/scss/carousel";
|
||||
// @import "~bootstrap/scss/spinners";
|
||||
@import "~bootstrap/scss/utilities";
|
||||
// @import "~bootstrap/scss/print";
|
||||
|
||||
::selection {
|
||||
background-color: $primary;
|
||||
color: #fff;
|
||||
}
|
||||
@import '~/node_modules/bootstrap/scss/bootstrap.scss';
|
||||
Reference in New Issue
Block a user