Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bootstrap_beagle
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
bootstrap_beagle
Commits
8d5243bd
Commit
8d5243bd
authored
Oct 11, 2021
by
xuchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated: $left-sidebar-width: 160px
parent
ce6b5c6d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
+1
-0
app/assets/javascripts/app.js
+1
-1
app/assets/stylesheets/config/_beagle-variables.scss
+2
-2
No files found.
.gitignore
View file @
8d5243bd
...
...
@@ -6,3 +6,4 @@
/pkg/
/spec/reports/
/tmp/
*.DS_Store
app/assets/javascripts/app.js
View file @
8d5243bd
...
...
@@ -713,7 +713,7 @@ var App = (function () {
asideDiv
=
$
(
".be-scroller-aside"
,
wrapper
);
toggleLeftSidebarButton
=
$
(
'.be-toggle-left-sidebar'
,
topNavbar
);
notificationsDiv
=
$
(
".be-scroller-notifications"
,
topNavbar
);
openSidebar
=
fals
e
;
openSidebar
=
tru
e
;
//Extends basic config with options
$
.
extend
(
config
,
options
);
...
...
app/assets/stylesheets/config/_beagle-variables.scss
View file @
8d5243bd
...
...
@@ -503,7 +503,7 @@ $navbar-default-brand-color: $navbar-default-link-color !default;
// Left Sidebar
$left-sidebar-bg
:
is-custom-color
(
$left-sidebar-colors
,
"left-sidebar-bg"
)
!
default
;
$left-sidebar-width
:
23
0px
!
default
;
$left-sidebar-width
:
16
0px
!
default
;
$left-sidebar-text-color
:
is-custom-color
(
$vartype
:
$left-sidebar-colors
,
$list-name
:
"left-sidebar-text-color"
,
$function-name
:
"shade-correction"
,
$param1
:
$left-sidebar-bg
,
$param3
:
true
)
!
default
;
$left-sidebar-text-active-color
:
is-custom-color
(
$left-sidebar-colors
,
"left-sidebar-text-active-color"
,
"primary-contrast-correction"
,
theme-color
(
"primary"
)
,
$left-sidebar-bg
)
!
default
;
$left-sidebar-divider-color
:
is-custom-color
(
$left-sidebar-colors
,
"left-sidebar-divider-color"
,
"shade-contrast-correction"
,
theme-color
(
"primary"
)
,
$left-sidebar-bg
)
!
default
;
...
...
@@ -525,7 +525,7 @@ $left-sidebar-sub-level-padding: 8px 15px 8px 49px !default;
$left-sidebar-multilevel-sub-level-padding
:
49px
!
default
;
$left-sidebar-collapsible-submenu-padding
:
25px
!
default
;
$left-sidebar-collapsed-width
:
60px
!
default
;
$left-sidebar-collapsed-submenu-width
:
232
px
!
default
;
$left-sidebar-collapsed-submenu-width
:
160
px
!
default
;
// Right Sidebar
$right-sidebar-width
:
290px
!
default
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment