Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
140
Issues
140
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
4ccd62ec
Commit
4ccd62ec
authored
Apr 25, 2022
by
Karen Konou
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 328-dev-plane-navigation
parents
1bf4a953
b0005607
Pipeline
#2753
failed with stage
in 0 seconds
Changes
68
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
2586 additions
and
1720 deletions
+2586
-1720
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+127
-7
bootstrap-default.css
dist/styles/bootstrap-default.css
+127
-7
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+127
-7
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+127
-7
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+127
-7
package.json
package.json
+1
-1
Data.purs
src/Gargantext/Components/App/Data.purs
+0
-4
Ripple.purs
src/Gargantext/Components/Bootstrap/Abstract/Ripple.purs
+68
-0
Bootstrap.purs
src/Gargantext/Components/Bootstrap/Bootstrap.purs
+1
-0
BaseModal.purs
src/Gargantext/Components/Bootstrap/Floaty/BaseModal.purs
+4
-3
DocsTable.purs
src/Gargantext/Components/DocsTable.purs
+9
-6
ErrorsView.purs
src/Gargantext/Components/ErrorsView.purs
+3
-3
FacetsTable.purs
src/Gargantext/Components/FacetsTable.purs
+2
-2
Node.purs
src/Gargantext/Components/Forest/Tree/Node.purs
+7
-1
Upload.purs
...Gargantext/Components/Forest/Tree/Node/Action/Upload.purs
+17
-11
Graph.purs
src/Gargantext/Components/Graph.purs
+0
-381
API.purs
src/Gargantext/Components/GraphExplorer/API.purs
+12
-1
Controls.purs
src/Gargantext/Components/GraphExplorer/Controls.purs
+0
-375
ControlsToggleButton.purs
...antext/Components/GraphExplorer/ControlsToggleButton.purs
+0
-31
DocFocus.purs
src/Gargantext/Components/GraphExplorer/Frame/DocFocus.purs
+52
-0
Layout.purs
src/Gargantext/Components/GraphExplorer/Layout.purs
+143
-148
Resources.purs
src/Gargantext/Components/GraphExplorer/Resources.purs
+79
-77
DocList.purs
src/Gargantext/Components/GraphExplorer/Sidebar/DocList.purs
+245
-0
Legend.purs
src/Gargantext/Components/GraphExplorer/Sidebar/Legend.purs
+2
-2
Sidebar.purs
src/Gargantext/Components/GraphExplorer/Sidebar/Sidebar.purs
+242
-211
Types.purs
src/Gargantext/Components/GraphExplorer/Sidebar/Types.purs
+0
-74
Store.purs
src/Gargantext/Components/GraphExplorer/Store.purs
+122
-0
ToggleButton.purs
src/Gargantext/Components/GraphExplorer/ToggleButton.purs
+0
-68
Buttons.purs
src/Gargantext/Components/GraphExplorer/Toolbar/Buttons.purs
+3
-23
Controls.purs
...Gargantext/Components/GraphExplorer/Toolbar/Controls.purs
+294
-0
RangeControl.purs
...antext/Components/GraphExplorer/Toolbar/RangeControl.purs
+2
-2
SlideButton.purs
...gantext/Components/GraphExplorer/Toolbar/SlideButton.purs
+2
-2
Search.purs
src/Gargantext/Components/GraphExplorer/Topbar/Search.purs
+4
-4
TopBar.purs
src/Gargantext/Components/GraphExplorer/Topbar/TopBar.purs
+17
-23
Types.purs
src/Gargantext/Components/GraphExplorer/Types.purs
+17
-5
InputWithEnter.purs
src/Gargantext/Components/InputWithEnter.purs
+5
-9
ListSelection.purs
src/Gargantext/Components/ListSelection.purs
+2
-2
Login.purs
src/Gargantext/Components/Login.purs
+1
-1
Components.purs
src/Gargantext/Components/NgramsTable/Components.purs
+7
-7
User.purs
src/Gargantext/Components/Nodes/Annuaire/User.purs
+2
-7
Contact.purs
src/Gargantext/Components/Nodes/Annuaire/User/Contact.purs
+14
-10
Corpus.purs
src/Gargantext/Components/Nodes/Corpus.purs
+3
-3
Common.purs
src/Gargantext/Components/Nodes/Corpus/Chart/Common.purs
+1
-1
Code.purs
src/Gargantext/Components/Nodes/Corpus/Code.purs
+1
-1
Dashboard.purs
src/Gargantext/Components/Nodes/Corpus/Dashboard.purs
+1
-1
Tabs.purs
src/Gargantext/Components/Nodes/Corpus/Graph/Tabs.purs
+0
-48
Graph.purs
src/Gargantext/Components/Nodes/Graph.purs
+71
-48
Lists.purs
src/Gargantext/Components/Nodes/Lists.purs
+2
-6
Tabs.purs
src/Gargantext/Components/Nodes/Lists/Tabs.purs
+2
-4
Router.purs
src/Gargantext/Components/Router.purs
+17
-13
Score.purs
src/Gargantext/Components/Score.purs
+4
-5
Table.purs
src/Gargantext/Components/Table.purs
+13
-14
REST.purs
src/Gargantext/Config/REST.purs
+3
-3
Utils.purs
src/Gargantext/Config/Utils.purs
+1
-1
Resize.js
src/Gargantext/Hooks/Resize.js
+2
-2
Sigmax.purs
src/Gargantext/Hooks/Sigmax.purs
+24
-21
Sigma.js
src/Gargantext/Hooks/Sigmax/Sigma.js
+1
-1
Console.js
src/Gargantext/Utils/Console.js
+8
-0
Console.purs
src/Gargantext/Utils/Console.purs
+146
-0
JitsiMeet.js
src/Gargantext/Utils/JitsiMeet.js
+1
-1
Reactix.purs
src/Gargantext/Utils/Reactix.purs
+22
-7
Stores.purs
src/Gargantext/Utils/Stores.purs
+56
-0
_graph.sass
src/sass/_legacy/_graph.sass
+71
-9
_members.scss
src/sass/abstract/_members.scss
+70
-0
_variables.scss
src/sass/abstract/_variables.scss
+3
-2
_range_slider.sass
src/sass/base/_range_slider.sass
+1
-0
_grouped.scss
src/sass/components/_grouped.scss
+47
-0
darkster.scss
src/sass/themes/darkster.scss
+1
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
4ccd62ec
...
...
@@ -6154,6 +6154,59 @@ h3 {
margin-right
:
16px
;
}
.b-ripple
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
overflow
:
hidden
;
}
.b-ripple
:after
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
position
:
absolute
;
pointer-events
:
none
;
background-image
:
radial-gradient
(
circle
,
#000
10%
,
transparent
10%
);
background-repeat
:
no-repeat
;
background-position
:
50%
;
opacity
:
0
;
transition
:
transform
0.6s
,
opacity
0.6s
;
transform
:
scale
(
10
);
}
.b-ripple
:active:after
{
transform
:
scale
(
0
);
opacity
:
0.2
;
transition
:
transform
0s
,
opacity
0s
;
}
.b-ripple--primary
:after
{
background-image
:
radial-gradient
(
circle
,
#FF550B
10%
,
transparent
10%
);
}
.b-ripple--secondary
:after
{
background-image
:
radial-gradient
(
circle
,
#303030
10%
,
transparent
10%
);
}
.b-ripple--success
:after
{
background-image
:
radial-gradient
(
circle
,
#015668
10%
,
transparent
10%
);
}
.b-ripple--info
:after
{
background-image
:
radial-gradient
(
circle
,
#0F81C7
10%
,
transparent
10%
);
}
.b-ripple--warning
:after
{
background-image
:
radial-gradient
(
circle
,
#0DE2EA
10%
,
transparent
10%
);
}
.b-ripple--danger
:after
{
background-image
:
radial-gradient
(
circle
,
#FF304F
10%
,
transparent
10%
);
}
.b-ripple--light
:after
{
background-image
:
radial-gradient
(
circle
,
#e8e8e8
10%
,
transparent
10%
);
}
.b-ripple--dark
:after
{
background-image
:
radial-gradient
(
circle
,
#000000
10%
,
transparent
10%
);
}
html
{
box-sizing
:
border-box
;
height
:
100%
;
...
...
@@ -7054,6 +7107,7 @@ a:focus {
width
:
inherit
;
height
:
inherit
;
border-radius
:
3px
;
border
:
1px
solid
#6C757D
;
}
.range-slider__knob
{
user-select
:
none
;
...
...
@@ -7316,22 +7370,59 @@ input[type=range]:-moz-focusring {
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
}
.graph-layout__frame
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
display
:
flex
;
z-index
:
2
;
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
justify-content
:
flex-end
;
pointer-events
:
none
;
}
.right-handed
.graph-layout__frame
{
flex-direction
:
row
;
}
.left-handed
.graph-layout__frame
{
flex-direction
:
row-reverse
;
}
.graph-layout__sidebar
{
position
:
fixed
;
width
:
480px
;
height
:
calc
(
100vh
-
56px
);
z-index
:
2
;
height
:
inherit
;
flex-grow
:
0
;
pointer-events
:
all
;
}
.right-handed
.graph-layout__sidebar
{
right
:
0
;
.graph-layout__sidebar__inner
{
position
:
fixed
;
height
:
inherit
;
width
:
inherit
;
}
.right-handed
.graph-layout__sidebar__inner
{
border-left
:
1px
solid
#dee2e6
;
}
.left-handed
.graph-layout__sidebar
{
left
:
0
;
.left-handed
.graph-layout__sidebar__inner
{
border-right
:
1px
solid
#dee2e6
;
}
.graph-layout__focus
{
flex-grow
:
1
;
pointer-events
:
all
;
position
:
relative
;
}
.graph-layout__focus__inner
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
background-color
:
#000000
;
}
.graph-layout__toolbar
{
position
:
absolute
;
z-index
:
1
;
...
...
@@ -7487,6 +7578,35 @@ input[type=range]:-moz-focusring {
margin-top
:
16px
;
}
.graph-doc-list__item
{
cursor
:
pointer
;
display
:
flex
;
align-items
:
flex-start
;
transition
:
all
0.2s
ease-in-out
;
}
.graph-doc-list__item
:focus
{
outline
:
0
;
}
.graph-doc-list__item
:hover
{
background-color
:
#121212
;
}
.graph-doc-list__item__main
{
flex-grow
:
1
;
padding-right
:
1.25rem
;
}
.graph-doc-list__item__title
,
.graph-doc-list__item__source
,
.graph-doc-list__item__date
{
line-height
:
1.3
;
margin-bottom
:
4px
;
}
.graph-doc-list__item__source
{
font-size
:
15px
;
color
:
#DEE2E6
;
}
.graph-doc-list__item__date
{
font-size
:
14px
;
color
:
#CED4DA
;
}
.graph-toolbar
{
display
:
flex
;
padding
:
8px
;
...
...
dist/styles/bootstrap-default.css
View file @
4ccd62ec
...
...
@@ -6107,6 +6107,59 @@ h3 {
margin-right
:
16px
;
}
.b-ripple
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
overflow
:
hidden
;
}
.b-ripple
:after
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
position
:
absolute
;
pointer-events
:
none
;
background-image
:
radial-gradient
(
circle
,
#000
10%
,
transparent
10%
);
background-repeat
:
no-repeat
;
background-position
:
50%
;
opacity
:
0
;
transition
:
transform
0.6s
,
opacity
0.6s
;
transform
:
scale
(
10
);
}
.b-ripple
:active:after
{
transform
:
scale
(
0
);
opacity
:
0.2
;
transition
:
transform
0s
,
opacity
0s
;
}
.b-ripple--primary
:after
{
background-image
:
radial-gradient
(
circle
,
#005a9a
10%
,
transparent
10%
);
}
.b-ripple--secondary
:after
{
background-image
:
radial-gradient
(
circle
,
#007bff
10%
,
transparent
10%
);
}
.b-ripple--success
:after
{
background-image
:
radial-gradient
(
circle
,
#28a745
10%
,
transparent
10%
);
}
.b-ripple--info
:after
{
background-image
:
radial-gradient
(
circle
,
#17a2b8
10%
,
transparent
10%
);
}
.b-ripple--warning
:after
{
background-image
:
radial-gradient
(
circle
,
#ffc107
10%
,
transparent
10%
);
}
.b-ripple--danger
:after
{
background-image
:
radial-gradient
(
circle
,
#dc3545
10%
,
transparent
10%
);
}
.b-ripple--light
:after
{
background-image
:
radial-gradient
(
circle
,
#f8f9fa
10%
,
transparent
10%
);
}
.b-ripple--dark
:after
{
background-image
:
radial-gradient
(
circle
,
#343a40
10%
,
transparent
10%
);
}
html
{
box-sizing
:
border-box
;
height
:
100%
;
...
...
@@ -7007,6 +7060,7 @@ a:focus {
width
:
inherit
;
height
:
inherit
;
border-radius
:
3px
;
border
:
1px
solid
#CED4DA
;
}
.range-slider__knob
{
user-select
:
none
;
...
...
@@ -7269,22 +7323,59 @@ input[type=range]:-moz-focusring {
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
}
.graph-layout__frame
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
display
:
flex
;
z-index
:
2
;
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
justify-content
:
flex-end
;
pointer-events
:
none
;
}
.right-handed
.graph-layout__frame
{
flex-direction
:
row
;
}
.left-handed
.graph-layout__frame
{
flex-direction
:
row-reverse
;
}
.graph-layout__sidebar
{
position
:
fixed
;
width
:
480px
;
height
:
calc
(
100vh
-
56px
);
z-index
:
2
;
height
:
inherit
;
flex-grow
:
0
;
pointer-events
:
all
;
}
.right-handed
.graph-layout__sidebar
{
right
:
0
;
.graph-layout__sidebar__inner
{
position
:
fixed
;
height
:
inherit
;
width
:
inherit
;
}
.right-handed
.graph-layout__sidebar__inner
{
border-left
:
1px
solid
#dee2e6
;
}
.left-handed
.graph-layout__sidebar
{
left
:
0
;
.left-handed
.graph-layout__sidebar__inner
{
border-right
:
1px
solid
#dee2e6
;
}
.graph-layout__focus
{
flex-grow
:
1
;
pointer-events
:
all
;
position
:
relative
;
}
.graph-layout__focus__inner
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
background-color
:
#fff
;
}
.graph-layout__toolbar
{
position
:
absolute
;
z-index
:
1
;
...
...
@@ -7440,6 +7531,35 @@ input[type=range]:-moz-focusring {
margin-top
:
16px
;
}
.graph-doc-list__item
{
cursor
:
pointer
;
display
:
flex
;
align-items
:
flex-start
;
transition
:
all
0.2s
ease-in-out
;
}
.graph-doc-list__item
:focus
{
outline
:
0
;
}
.graph-doc-list__item
:hover
{
background-color
:
#FCFCFC
;
}
.graph-doc-list__item__main
{
flex-grow
:
1
;
padding-right
:
1.25rem
;
}
.graph-doc-list__item__title
,
.graph-doc-list__item__source
,
.graph-doc-list__item__date
{
line-height
:
1.3
;
margin-bottom
:
4px
;
}
.graph-doc-list__item__source
{
font-size
:
15px
;
color
:
#495057
;
}
.graph-doc-list__item__date
{
font-size
:
14px
;
color
:
#6C757D
;
}
.graph-toolbar
{
display
:
flex
;
padding
:
8px
;
...
...
dist/styles/bootstrap-greyson.css
View file @
4ccd62ec
...
...
@@ -5863,6 +5863,59 @@ h3 {
margin-right
:
16px
;
}
.b-ripple
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
overflow
:
hidden
;
}
.b-ripple
:after
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
position
:
absolute
;
pointer-events
:
none
;
background-image
:
radial-gradient
(
circle
,
#000
10%
,
transparent
10%
);
background-repeat
:
no-repeat
;
background-position
:
50%
;
opacity
:
0
;
transition
:
transform
0.6s
,
opacity
0.6s
;
transform
:
scale
(
10
);
}
.b-ripple
:active:after
{
transform
:
scale
(
0
);
opacity
:
0.2
;
transition
:
transform
0s
,
opacity
0s
;
}
.b-ripple--primary
:after
{
background-image
:
radial-gradient
(
circle
,
#2f3c48
10%
,
transparent
10%
);
}
.b-ripple--secondary
:after
{
background-image
:
radial-gradient
(
circle
,
#6f7f8c
10%
,
transparent
10%
);
}
.b-ripple--success
:after
{
background-image
:
radial-gradient
(
circle
,
#3e4d59
10%
,
transparent
10%
);
}
.b-ripple--info
:after
{
background-image
:
radial-gradient
(
circle
,
#5c8f94
10%
,
transparent
10%
);
}
.b-ripple--warning
:after
{
background-image
:
radial-gradient
(
circle
,
#6e9fa5
10%
,
transparent
10%
);
}
.b-ripple--danger
:after
{
background-image
:
radial-gradient
(
circle
,
#cc330d
10%
,
transparent
10%
);
}
.b-ripple--light
:after
{
background-image
:
radial-gradient
(
circle
,
#eceeec
10%
,
transparent
10%
);
}
.b-ripple--dark
:after
{
background-image
:
radial-gradient
(
circle
,
#1e2b37
10%
,
transparent
10%
);
}
html
{
box-sizing
:
border-box
;
height
:
100%
;
...
...
@@ -6763,6 +6816,7 @@ a:focus {
width
:
inherit
;
height
:
inherit
;
border-radius
:
3px
;
border
:
1px
solid
#CED4DA
;
}
.range-slider__knob
{
user-select
:
none
;
...
...
@@ -7025,22 +7079,59 @@ input[type=range]:-moz-focusring {
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
}
.graph-layout__frame
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
display
:
flex
;
z-index
:
2
;
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
justify-content
:
flex-end
;
pointer-events
:
none
;
}
.right-handed
.graph-layout__frame
{
flex-direction
:
row
;
}
.left-handed
.graph-layout__frame
{
flex-direction
:
row-reverse
;
}
.graph-layout__sidebar
{
position
:
fixed
;
width
:
480px
;
height
:
calc
(
100vh
-
56px
);
z-index
:
2
;
height
:
inherit
;
flex-grow
:
0
;
pointer-events
:
all
;
}
.right-handed
.graph-layout__sidebar
{
right
:
0
;
.graph-layout__sidebar__inner
{
position
:
fixed
;
height
:
inherit
;
width
:
inherit
;
}
.right-handed
.graph-layout__sidebar__inner
{
border-left
:
1px
solid
#dee2e6
;
}
.left-handed
.graph-layout__sidebar
{
left
:
0
;
.left-handed
.graph-layout__sidebar__inner
{
border-right
:
1px
solid
#dee2e6
;
}
.graph-layout__focus
{
flex-grow
:
1
;
pointer-events
:
all
;
position
:
relative
;
}
.graph-layout__focus__inner
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
background-color
:
#fff
;
}
.graph-layout__toolbar
{
position
:
absolute
;
z-index
:
1
;
...
...
@@ -7196,6 +7287,35 @@ input[type=range]:-moz-focusring {
margin-top
:
16px
;
}
.graph-doc-list__item
{
cursor
:
pointer
;
display
:
flex
;
align-items
:
flex-start
;
transition
:
all
0.2s
ease-in-out
;
}
.graph-doc-list__item
:focus
{
outline
:
0
;
}
.graph-doc-list__item
:hover
{
background-color
:
#FCFCFC
;
}
.graph-doc-list__item__main
{
flex-grow
:
1
;
padding-right
:
1.25rem
;
}
.graph-doc-list__item__title
,
.graph-doc-list__item__source
,
.graph-doc-list__item__date
{
line-height
:
1.3
;
margin-bottom
:
4px
;
}
.graph-doc-list__item__source
{
font-size
:
15px
;
color
:
#495057
;
}
.graph-doc-list__item__date
{
font-size
:
14px
;
color
:
#6C757D
;
}
.graph-toolbar
{
display
:
flex
;
padding
:
8px
;
...
...
dist/styles/bootstrap-herbie.css
View file @
4ccd62ec
...
...
@@ -6111,6 +6111,59 @@ h3 {
margin-right
:
16px
;
}
.b-ripple
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
overflow
:
hidden
;
}
.b-ripple
:after
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
position
:
absolute
;
pointer-events
:
none
;
background-image
:
radial-gradient
(
circle
,
#000
10%
,
transparent
10%
);
background-repeat
:
no-repeat
;
background-position
:
50%
;
opacity
:
0
;
transition
:
transform
0.6s
,
opacity
0.6s
;
transform
:
scale
(
10
);
}
.b-ripple
:active:after
{
transform
:
scale
(
0
);
opacity
:
0.2
;
transition
:
transform
0s
,
opacity
0s
;
}
.b-ripple--primary
:after
{
background-image
:
radial-gradient
(
circle
,
#083358
10%
,
transparent
10%
);
}
.b-ripple--secondary
:after
{
background-image
:
radial-gradient
(
circle
,
#F67280
10%
,
transparent
10%
);
}
.b-ripple--success
:after
{
background-image
:
radial-gradient
(
circle
,
#0074E4
10%
,
transparent
10%
);
}
.b-ripple--info
:after
{
background-image
:
radial-gradient
(
circle
,
#74DBEF
10%
,
transparent
10%
);
}
.b-ripple--warning
:after
{
background-image
:
radial-gradient
(
circle
,
#FC3C3C
10%
,
transparent
10%
);
}
.b-ripple--danger
:after
{
background-image
:
radial-gradient
(
circle
,
#FF4057
10%
,
transparent
10%
);
}
.b-ripple--light
:after
{
background-image
:
radial-gradient
(
circle
,
#F2F2F0
10%
,
transparent
10%
);
}
.b-ripple--dark
:after
{
background-image
:
radial-gradient
(
circle
,
#072247
10%
,
transparent
10%
);
}
html
{
box-sizing
:
border-box
;
height
:
100%
;
...
...
@@ -7011,6 +7064,7 @@ a:focus {
width
:
inherit
;
height
:
inherit
;
border-radius
:
3px
;
border
:
1px
solid
#CED4DA
;
}
.range-slider__knob
{
user-select
:
none
;
...
...
@@ -7273,22 +7327,59 @@ input[type=range]:-moz-focusring {
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
}
.graph-layout__frame
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
display
:
flex
;
z-index
:
2
;
width
:
100%
;
height
:
calc
(
100vh
-
56px
);
justify-content
:
flex-end
;
pointer-events
:
none
;
}
.right-handed
.graph-layout__frame
{
flex-direction
:
row
;
}
.left-handed
.graph-layout__frame
{
flex-direction
:
row-reverse
;
}
.graph-layout__sidebar
{
position
:
fixed
;
width
:
480px
;
height
:
calc
(
100vh
-
56px
);
z-index
:
2
;
height
:
inherit
;
flex-grow
:
0
;
pointer-events
:
all
;
}
.right-handed
.graph-layout__sidebar
{
right
:
0
;
.graph-layout__sidebar__inner
{
position
:
fixed
;
height
:
inherit
;
width
:
inherit
;
}
.right-handed
.graph-layout__sidebar__inner
{
border-left
:
1px
solid
#dee2e6
;
}
.left-handed
.graph-layout__sidebar
{
left
:
0
;
.left-handed
.graph-layout__sidebar__inner
{
border-right
:
1px
solid
#dee2e6
;
}
.graph-layout__focus
{
flex-grow
:
1
;
pointer-events
:
all
;
position
:
relative
;
}
.graph-layout__focus__inner
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
background-color
:
#fff
;
}
.graph-layout__toolbar
{
position
:
absolute
;
z-index
:
1
;
...
...
@@ -7444,6 +7535,35 @@ input[type=range]:-moz-focusring {
margin-top
:
16px
;
}
.graph-doc-list__item
{
cursor
:
pointer
;
display
:
flex
;
align-items
:
flex-start
;
transition
:
all
0.2s
ease-in-out
;
}
.graph-doc-list__item
:focus
{
outline
:
0
;
}
.graph-doc-list__item
:hover
{
background-color
:
#FCFCFC
;
}
.graph-doc-list__item__main
{
flex-grow
:
1
;
padding-right
:
1.25rem
;
}
.graph-doc-list__item__title
,
.graph-doc-list__item__source
,
.graph-doc-list__item__date
{
line-height
:
1.3
;
margin-bottom
:
4px
;
}
.graph-doc-list__item__source
{
font-size
:
15px
;
color
:
#495057
;
}
.graph-doc-list__item__date
{
font-size
:
14px
;
color
:
#6C757D
;
}
.graph-toolbar
{
display
:
flex
;
padding
:
8px
;
...
...
dist/styles/bootstrap-monotony.css
View file @
4ccd62ec
...
...
@@ -6112,6 +6112,59 @@ h3 {
margin-right
:
16px
;
}
.b-ripple
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
position
:
absolute
;
overflow
:
hidden
;
}
.b-ripple
:after
{
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
content
:
""
;
position
:
absolute
;