mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
update bootstrap&bootswatch 5.0.2 -> 5.2.2. Seperate bootswatch overrides for future update easiness
This commit is contained in:
parent
1348679997
commit
e3fb820b50
175 changed files with 3120 additions and 1823 deletions
22
dev/scss/wvc-themes/bootstrap-orj/_bootswatch.scss
Executable file
22
dev/scss/wvc-themes/bootstrap-orj/_bootswatch.scss
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
// Bootstrap original
|
||||
|
||||
|
||||
|
||||
// Navbar ======================================================================
|
||||
|
||||
|
||||
// Buttons =====================================================================
|
||||
|
||||
// Typography ==================================================================
|
||||
|
||||
// Tables ======================================================================
|
||||
|
||||
// Forms =======================================================================
|
||||
|
||||
// Navs ========================================================================
|
||||
|
||||
// Indicators ==================================================================
|
||||
|
||||
// Progress bars ===============================================================
|
||||
|
||||
// Containers ==================================================================
|
||||
1
dev/scss/wvc-themes/bootstrap-orj/_variables.scss
Executable file
1
dev/scss/wvc-themes/bootstrap-orj/_variables.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
// Bootstrap original
|
||||
8
dev/scss/wvc-themes/cerulean/_bootswatch.scss
Executable file
8
dev/scss/wvc-themes/cerulean/_bootswatch.scss
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
@import "dev/scss/bootswatch/cerulean/bootswatch";
|
||||
|
||||
|
||||
.breadcrumb {
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
8
dev/scss/wvc-themes/cerulean/_variables.scss
Executable file
8
dev/scss/wvc-themes/cerulean/_variables.scss
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
@import "dev/scss/bootswatch/cerulean/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-secondary: $gray-300;
|
||||
1
dev/scss/wvc-themes/cosmo/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/cosmo/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/cosmo/bootswatch";
|
||||
8
dev/scss/wvc-themes/cosmo/_variables.scss
Executable file
8
dev/scss/wvc-themes/cosmo/_variables.scss
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
@import "dev/scss/bootswatch/cosmo/variables";
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
1
dev/scss/wvc-themes/cyborg/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/cyborg/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/cyborg/bootswatch";
|
||||
3
dev/scss/wvc-themes/cyborg/_variables.scss
Executable file
3
dev/scss/wvc-themes/cyborg/_variables.scss
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
@import "dev/scss/bootswatch/cyborg/variables";
|
||||
|
||||
$link-decoration: none !default;
|
||||
1
dev/scss/wvc-themes/darkly/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/darkly/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/darkly/bootswatch";
|
||||
3
dev/scss/wvc-themes/darkly/_variables.scss
Executable file
3
dev/scss/wvc-themes/darkly/_variables.scss
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
@import "dev/scss/bootswatch/darkly/variables";
|
||||
|
||||
$link-decoration: none !default;
|
||||
1
dev/scss/wvc-themes/flatly/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/flatly/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/flatly/bootswatch";
|
||||
7
dev/scss/wvc-themes/flatly/_variables.scss
Executable file
7
dev/scss/wvc-themes/flatly/_variables.scss
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
@import "dev/scss/bootswatch/flatly/variables";
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/journal/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/journal/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/journal/bootswatch";
|
||||
12
dev/scss/wvc-themes/journal/_variables.scss
Executable file
12
dev/scss/wvc-themes/journal/_variables.scss
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
@import "dev/scss/bootswatch/journal/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/litera/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/litera/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/litera/bootswatch";
|
||||
12
dev/scss/wvc-themes/litera/_variables.scss
Executable file
12
dev/scss/wvc-themes/litera/_variables.scss
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
@import "dev/scss/bootswatch/litera/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/lumen/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/lumen/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/lumen/bootswatch";
|
||||
12
dev/scss/wvc-themes/lumen/_variables.scss
Executable file
12
dev/scss/wvc-themes/lumen/_variables.scss
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
@import "dev/scss/bootswatch/lumen/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
5
dev/scss/wvc-themes/lux/_bootswatch.scss
Executable file
5
dev/scss/wvc-themes/lux/_bootswatch.scss
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
@import "dev/scss/bootswatch/lux/bootswatch";
|
||||
|
||||
.nav-item {
|
||||
margin-right: 1.5rem;
|
||||
}
|
||||
32
dev/scss/wvc-themes/lux/_variables.scss
Executable file
32
dev/scss/wvc-themes/lux/_variables.scss
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
@import "dev/scss/bootswatch/lux/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Buttons
|
||||
|
||||
$btn-line-height: 1rem;
|
||||
$btn-padding-y: .7rem;
|
||||
$input-btn-padding-y: .5rem;
|
||||
$input-btn-padding-x: 1rem ;
|
||||
$input-btn-padding-y-sm: .25rem;
|
||||
$input-btn-padding-x-sm: .75rem ;
|
||||
$input-btn-padding-y-lg: 1rem;
|
||||
$input-btn-padding-x-lg: 1rem;
|
||||
|
||||
|
||||
// Forms
|
||||
|
||||
$input-line-height: 1;
|
||||
|
||||
// Navbar
|
||||
|
||||
$nav-link-padding-x: .5rem;
|
||||
$navbar-padding-y: .75rem;
|
||||
|
||||
// Color
|
||||
$secondary: $gray-400;
|
||||
1
dev/scss/wvc-themes/materia/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/materia/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/materia/bootswatch";
|
||||
23
dev/scss/wvc-themes/materia/_variables.scss
Executable file
23
dev/scss/wvc-themes/materia/_variables.scss
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
@import "dev/scss/bootswatch/materia/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .5rem;
|
||||
|
||||
// Buttons
|
||||
|
||||
$input-btn-padding-y: .5rem;
|
||||
|
||||
// Forms
|
||||
|
||||
$input-padding-y: .5rem;
|
||||
|
||||
|
||||
$secondary: $gray-400;
|
||||
1
dev/scss/wvc-themes/minty/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/minty/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/minty/bootswatch";
|
||||
13
dev/scss/wvc-themes/minty/_variables.scss
Executable file
13
dev/scss/wvc-themes/minty/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/minty/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/morph/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/morph/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/morph/bootswatch";
|
||||
22
dev/scss/wvc-themes/morph/_variables.scss
Executable file
22
dev/scss/wvc-themes/morph/_variables.scss
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
@import "dev/scss/bootswatch/morph/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
|
||||
|
||||
// Buttons + Forms
|
||||
|
||||
$input-btn-padding-y: .5rem;
|
||||
$input-btn-padding-x: 1rem;
|
||||
|
||||
|
||||
$secondary: $gray-700;
|
||||
1
dev/scss/wvc-themes/pulse/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/pulse/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/pulse/bootswatch";
|
||||
13
dev/scss/wvc-themes/pulse/_variables.scss
Executable file
13
dev/scss/wvc-themes/pulse/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/pulse/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/quartz/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/quartz/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/quartz/bootswatch";
|
||||
25
dev/scss/wvc-themes/quartz/_variables.scss
Executable file
25
dev/scss/wvc-themes/quartz/_variables.scss
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
@import "dev/scss/bootswatch/quartz/variables";
|
||||
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
|
||||
|
||||
// Buttons + Forms
|
||||
|
||||
$input-btn-padding-y: .5rem;
|
||||
$input-btn-padding-x: 1rem;
|
||||
|
||||
|
||||
$popover-body-padding-y: $spacer / 2;
|
||||
|
||||
$nav-pills-border-radius: 1rem;
|
||||
1
dev/scss/wvc-themes/sandstone/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/sandstone/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/sandstone/bootswatch";
|
||||
13
dev/scss/wvc-themes/sandstone/_variables.scss
Executable file
13
dev/scss/wvc-themes/sandstone/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/sandstone/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/simplex/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/simplex/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/simplex/bootswatch";
|
||||
15
dev/scss/wvc-themes/simplex/_variables.scss
Executable file
15
dev/scss/wvc-themes/simplex/_variables.scss
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
@import "dev/scss/bootswatch/simplex/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
|
||||
$secondary: $gray-400;
|
||||
1
dev/scss/wvc-themes/sketchy/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/sketchy/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/sketchy/bootswatch";
|
||||
13
dev/scss/wvc-themes/sketchy/_variables.scss
Executable file
13
dev/scss/wvc-themes/sketchy/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/sketchy/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/slate/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/slate/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/slate/bootswatch";
|
||||
22
dev/scss/wvc-themes/slate/_variables.scss
Executable file
22
dev/scss/wvc-themes/slate/_variables.scss
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
@import "dev/scss/bootswatch/slate/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
|
||||
|
||||
// Buttons
|
||||
|
||||
$input-btn-padding-y: .5rem;
|
||||
|
||||
|
||||
$primary: $gray-700;
|
||||
$min-contrast-ratio: 2;
|
||||
1
dev/scss/wvc-themes/solar/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/solar/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/solar/bootswatch";
|
||||
14
dev/scss/wvc-themes/solar/_variables.scss
Executable file
14
dev/scss/wvc-themes/solar/_variables.scss
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
@import "dev/scss/bootswatch/solar/variables";
|
||||
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/spacelab/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/spacelab/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/spacelab/bootswatch";
|
||||
14
dev/scss/wvc-themes/spacelab/_variables.scss
Executable file
14
dev/scss/wvc-themes/spacelab/_variables.scss
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
@import "dev/scss/bootswatch/spacelab/variables";
|
||||
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/superhero/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/superhero/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/superhero/bootswatch";
|
||||
14
dev/scss/wvc-themes/superhero/_variables.scss
Executable file
14
dev/scss/wvc-themes/superhero/_variables.scss
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
@import "dev/scss/bootswatch/superhero/variables";
|
||||
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/united/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/united/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/united/bootswatch";
|
||||
13
dev/scss/wvc-themes/united/_variables.scss
Executable file
13
dev/scss/wvc-themes/united/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/united/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/vapor/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/vapor/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/vapor/bootswatch";
|
||||
13
dev/scss/wvc-themes/vapor/_variables.scss
Executable file
13
dev/scss/wvc-themes/vapor/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/vapor/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/yeti/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/yeti/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/yeti/bootswatch";
|
||||
13
dev/scss/wvc-themes/yeti/_variables.scss
Executable file
13
dev/scss/wvc-themes/yeti/_variables.scss
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@import "dev/scss/bootswatch/yeti/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
1
dev/scss/wvc-themes/zephyr/_bootswatch.scss
Executable file
1
dev/scss/wvc-themes/zephyr/_bootswatch.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "dev/scss/bootswatch/zephyr/bootswatch";
|
||||
32
dev/scss/wvc-themes/zephyr/_variables.scss
Executable file
32
dev/scss/wvc-themes/zephyr/_variables.scss
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
@import "dev/scss/bootswatch/zephyr/variables";
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .375rem !default;
|
||||
$breadcrumb-padding-x: .75rem !default;
|
||||
|
||||
$link-decoration: none !default;
|
||||
|
||||
// Navbar
|
||||
$nav-link-padding-x: 1.5rem;
|
||||
|
||||
$navbar-padding-y: .7rem;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-divider: quote("|");
|
||||
|
||||
|
||||
// List group
|
||||
|
||||
$list-group-item-padding-y: .75rem;
|
||||
$list-group-item-padding-x: 1rem;
|
||||
|
||||
|
||||
// Cards
|
||||
$card-spacer-x: 1rem;
|
||||
$card-cap-padding-y: .75rem;
|
||||
$card-cap-padding-x: 1rem;
|
||||
|
||||
|
||||
$secondary: $gray-400;
|
||||
Loading…
Add table
Add a link
Reference in a new issue