Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
f0e2f2cf
Commit
f0e2f2cf
authored
Apr 04, 2017
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CSS] Adapting to IMT Graphic Chart.
parent
4e57b077
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
117 additions
and
119 deletions
+117
-119
bootstrap.css
static/lib/bootstrap/3.0.2/bootstrap.css
+109
-111
variables.scss
static/lib/bootstrap/3.0.2/variables.scss
+8
-8
No files found.
static/lib/bootstrap/3.0.2/bootstrap.css
View file @
f0e2f2cf
This diff is collapsed.
Click to expand it.
static/lib/bootstrap/3.0.2/variables.scss
View file @
f0e2f2cf
...
...
@@ -10,12 +10,12 @@ $bootstrap-sass-asset-helper: false !default;
$gray-base
:
#000
!
default
;
$gray-darker
:
lighten
(
$gray-base
,
13
.5%
)
!
default
;
// #222
$gray-dark
:
#
055B9A
;
// #333
$gray
:
#
5F97C0
;
// #555
$gray-light
:
#
94B8D1
;
// #777
$gray-lighter
:
#
A8C6D
C
;
// #eee
$gray-dark
:
#
113345
;
// #333
$gray
:
#
00B8DE
;
// #555
$gray-light
:
#
13C4E8
;
// #777
$gray-lighter
:
#
8EDEE
C
;
// #eee
$brand-primary
:
#
E6A811
;
// #337ab7
$brand-primary
:
#
0B6D88
;
// #337ab7
$brand-success
:
#5cb85c
!
default
;
$brand-info
:
#5bc0de
!
default
;
$brand-warning
:
#f0ad4e
!
default
;
...
...
@@ -27,7 +27,7 @@ $brand-danger: #d9534f !default;
//## Settings for some of the most global styles.
//** Background color for `<body>`.
$body-bg
:
#F
EFEFE
;
$body-bg
:
#F
9FAFB
;
//** Global text color on `<body>`.
$text-color
:
$gray-dark
!
default
;
...
...
@@ -140,7 +140,7 @@ $table-bg-hover: #f5f5f5 !default;
$table-bg-active
:
$table-bg-hover
!
default
;
//** Border color for table and cell borders.
$table-border-color
:
#
055B9A
;
$table-border-color
:
#
113345
;
//== Buttons
...
...
@@ -391,7 +391,7 @@ $navbar-default-toggle-border-color: #ddd !default;
// Inverted navbar
// Reset inverted navbar basics
$navbar-inverse-color
:
lighten
(
$gray-light
,
15%
)
!
default
;
$navbar-inverse-bg
:
#0
03C88
;
$navbar-inverse-bg
:
#0
B2E41
;
$navbar-inverse-border
:
darken
(
$navbar-inverse-bg
,
10%
)
!
default
;
// Inverted navbar links
...
...
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