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
138
Issues
138
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
0a8ac5fe
Commit
0a8ac5fe
authored
Apr 09, 2022
by
arturo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
>>> continue
parent
6b0c1896
Pipeline
#2686
failed with stage
in 0 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
2374 additions
and
8695 deletions
+2374
-8695
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+400
-1707
bootstrap-default.css
dist/styles/bootstrap-default.css
+400
-1707
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+400
-1707
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+400
-1707
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+400
-1707
Bootstrap.purs
src/Gargantext/Components/Bootstrap/Bootstrap.purs
+1
-1
Wad.purs
src/Gargantext/Components/Bootstrap/Inline/Wad.purs
+47
-0
Forest.purs
src/Gargantext/Components/Forest.purs
+1
-1
Controls.purs
src/Gargantext/Components/GraphExplorer/Controls.purs
+16
-10
Layout.purs
src/Gargantext/Components/GraphExplorer/Layout.purs
+6
-10
Sidebar.purs
src/Gargantext/Components/GraphExplorer/Sidebar.purs
+2
-2
Types.purs
src/Gargantext/Components/GraphExplorer/Sidebar/Types.purs
+13
-6
TopBar.purs
src/Gargantext/Components/GraphExplorer/TopBar.purs
+6
-7
Graph.purs
src/Gargantext/Components/Nodes/Graph.purs
+3
-2
_utilities.scss
src/sass/base/_utilities.scss
+266
-109
_base.scss
src/sass/themes/_base.scss
+13
-12
No files found.
dist/styles/bootstrap-darkster.css
View file @
0a8ac5fe
...
...
@@ -5831,1254 +5831,47 @@ h3 {
border-color
:
#dee2e6
;
}
}
.align-baseline
{
vertical-align
:
baseline
!important
;
}
.align-top
{
vertical-align
:
top
!important
;
}
.align-middle
{
vertical-align
:
middle
!important
;
}
.align-bottom
{
vertical-align
:
bottom
!important
;
}
.align-text-bottom
{
vertical-align
:
text-bottom
!important
;
}
.align-text-top
{
vertical-align
:
text-top
!important
;
}
.bg-primary
{
background-color
:
#FF550B
!important
;
}
a
.bg-primary
:hover
,
a
.bg-primary
:focus
,
button
.bg-primary
:hover
,
button
.bg-primary
:focus
{
background-color
:
#d74100
!important
;
}
.bg-secondary
{
background-color
:
#303030
!important
;
}
a
.bg-secondary
:hover
,
a
.bg-secondary
:focus
,
button
.bg-secondary
:hover
,
button
.bg-secondary
:focus
{
background-color
:
#171717
!important
;
}
.bg-success
{
background-color
:
#015668
!important
;
}
a
.bg-success
:hover
,
a
.bg-success
:focus
,
button
.bg-success
:hover
,
button
.bg-success
:focus
{
background-color
:
#012c35
!important
;
}
.bg-info
{
background-color
:
#0F81C7
!important
;
}
a
.bg-info
:hover
,
a
.bg-info
:focus
,
button
.bg-info
:hover
,
button
.bg-info
:focus
{
background-color
:
#0b6298
!important
;
}
.bg-warning
{
background-color
:
#0DE2EA
!important
;
}
a
.bg-warning
:hover
,
a
.bg-warning
:focus
,
button
.bg-warning
:hover
,
button
.bg-warning
:focus
{
background-color
:
#0ab3ba
!important
;
}
.bg-danger
{
background-color
:
#FF304F
!important
;
}
a
.bg-danger
:hover
,
a
.bg-danger
:focus
,
button
.bg-danger
:hover
,
button
.bg-danger
:focus
{
background-color
:
#fc0026
!important
;
}
.bg-light
{
background-color
:
#e8e8e8
!important
;
}
a
.bg-light
:hover
,
a
.bg-light
:focus
,
button
.bg-light
:hover
,
button
.bg-light
:focus
{
background-color
:
#cfcfcf
!important
;
}
.bg-dark
{
background-color
:
#000000
!important
;
}
a
.bg-dark
:hover
,
a
.bg-dark
:focus
,
button
.bg-dark
:hover
,
button
.bg-dark
:focus
{
background-color
:
black
!important
;
}
.bg-white
{
background-color
:
#FFFFFF
!important
;
}
.bg-transparent
{
background-color
:
transparent
!important
;
}
.border
{
border
:
1px
solid
#dee2e6
!important
;
}
.border-top
{
border-top
:
1px
solid
#dee2e6
!important
;
}
.border-right
{
border-right
:
1px
solid
#dee2e6
!important
;
}
.border-bottom
{
border-bottom
:
1px
solid
#dee2e6
!important
;
}
.border-left
{
border-left
:
1px
solid
#dee2e6
!important
;
}
.border-0
{
border
:
0
!important
;
}
.border-top-0
{
border-top
:
0
!important
;
}
.border-right-0
{
border-right
:
0
!important
;
}
.border-bottom-0
{
border-bottom
:
0
!important
;
}
.border-left-0
{
border-left
:
0
!important
;
}
.border-primary
{
border-color
:
#FF550B
!important
;
}
.border-secondary
{
border-color
:
#303030
!important
;
}
.border-success
{
border-color
:
#015668
!important
;
}
.border-info
{
border-color
:
#0F81C7
!important
;
}
.border-warning
{
border-color
:
#0DE2EA
!important
;
}
.border-danger
{
border-color
:
#FF304F
!important
;
}
.border-light
{
border-color
:
#e8e8e8
!important
;
}
.border-dark
{
border-color
:
#000000
!important
;
}
.border-white
{
border-color
:
#FFFFFF
!important
;
}
.rounded-sm
{
border-radius
:
0.2rem
!important
;
}
.rounded
{
border-radius
:
0.25rem
!important
;
}
.rounded-top
{
border-top-left-radius
:
0.25rem
!important
;
border-top-right-radius
:
0.25rem
!important
;
}
.rounded-right
{
border-top-right-radius
:
0.25rem
!important
;
border-bottom-right-radius
:
0.25rem
!important
;
}
.rounded-bottom
{
border-bottom-right-radius
:
0.25rem
!important
;
border-bottom-left-radius
:
0.25rem
!important
;
}
.rounded-left
{
border-top-left-radius
:
0.25rem
!important
;
border-bottom-left-radius
:
0.25rem
!important
;
}
.rounded-lg
{
border-radius
:
0.3rem
!important
;
}
.rounded-circle
{
border-radius
:
50%
!important
;
}
.rounded-pill
{
border-radius
:
50rem
!important
;
}
.rounded-0
{
border-radius
:
0
!important
;
}
.clearfix
::after
{
display
:
block
;
content
:
""
;
clear
:
both
;
}
.d-none
{
display
:
none
!important
;
}
.d-inline
{
display
:
inline
!important
;
}
.d-inline-block
{
display
:
inline-block
!important
;
}
.d-block
{
display
:
block
!important
;
}
.d-table
{
display
:
table
!important
;
}
.d-table-row
{
display
:
table-row
!important
;
}
.d-table-cell
{
display
:
table-cell
!important
;
}
.d-flex
{
display
:
flex
!important
;
}
.d-inline-flex
{
display
:
inline-flex
!important
;
}
@media
(
min-width
:
576px
)
{
.d-sm-none
{
display
:
none
!important
;
}
.d-sm-inline
{
display
:
inline
!important
;
}
.d-sm-inline-block
{
display
:
inline-block
!important
;
}
.d-sm-block
{
display
:
block
!important
;
}
.d-sm-table
{
display
:
table
!important
;
}
.d-sm-table-row
{
display
:
table-row
!important
;
}
.d-sm-table-cell
{
display
:
table-cell
!important
;
}
.d-sm-flex
{
display
:
flex
!important
;
}
.d-sm-inline-flex
{
display
:
inline-flex
!important
;
}
}
@media
(
min-width
:
768px
)
{
.d-md-none
{
display
:
none
!important
;
}
.d-md-inline
{
display
:
inline
!important
;
}
.d-md-inline-block
{
display
:
inline-block
!important
;
}
.d-md-block
{
display
:
block
!important
;
}
.d-md-table
{
display
:
table
!important
;
}
.d-md-table-row
{
display
:
table-row
!important
;
}
.d-md-table-cell
{
display
:
table-cell
!important
;
}
.d-md-flex
{
display
:
flex
!important
;
}
.d-md-inline-flex
{
display
:
inline-flex
!important
;
}
}
@media
(
min-width
:
992px
)
{
.d-lg-none
{
display
:
none
!important
;
}
.d-lg-inline
{
display
:
inline
!important
;
}
.d-lg-inline-block
{
display
:
inline-block
!important
;
}
.d-lg-block
{
display
:
block
!important
;
}
.d-lg-table
{
display
:
table
!important
;
}
.d-lg-table-row
{
display
:
table-row
!important
;
}
.d-lg-table-cell
{
display
:
table-cell
!important
;
}
.d-lg-flex
{
display
:
flex
!important
;
}
.d-lg-inline-flex
{
display
:
inline-flex
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.d-xl-none
{
display
:
none
!important
;
}
.d-xl-inline
{
display
:
inline
!important
;
}
.d-xl-inline-block
{
display
:
inline-block
!important
;
}
.d-xl-block
{
display
:
block
!important
;
}
.d-xl-table
{
display
:
table
!important
;
}
.d-xl-table-row
{
display
:
table-row
!important
;
}
.d-xl-table-cell
{
display
:
table-cell
!important
;
}
.d-xl-flex
{
display
:
flex
!important
;
}
.d-xl-inline-flex
{
display
:
inline-flex
!important
;
}
}
@media
print
{
.d-print-none
{
display
:
none
!important
;
}
.d-print-inline
{
display
:
inline
!important
;
}
.d-print-inline-block
{
display
:
inline-block
!important
;
}
.d-print-block
{
display
:
block
!important
;
}
.d-print-table
{
display
:
table
!important
;
}
.d-print-table-row
{
display
:
table-row
!important
;
}
.d-print-table-cell
{
display
:
table-cell
!important
;
}
.d-print-flex
{
display
:
flex
!important
;
}
.d-print-inline-flex
{
display
:
inline-flex
!important
;
}
}
.embed-responsive
{
position
:
relative
;
display
:
block
;
width
:
100%
;
padding
:
0
;
overflow
:
hidden
;
}
.embed-responsive
::before
{
display
:
block
;
content
:
""
;
}
.embed-responsive
.embed-responsive-item
,
.embed-responsive
iframe
,
.embed-responsive
embed
,
.embed-responsive
object
,
.embed-responsive
video
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
border
:
0
;
}
.embed-responsive-21by9
::before
{
padding-top
:
42.8571428571%
;
}
.embed-responsive-16by9
::before
{
padding-top
:
56.25%
;
}
.embed-responsive-4by3
::before
{
padding-top
:
75%
;
}
.embed-responsive-1by1
::before
{
padding-top
:
100%
;
}
.flex-row
{
flex-direction
:
row
!important
;
}
.flex-column
{
flex-direction
:
column
!important
;
}
.flex-row-reverse
{
flex-direction
:
row-reverse
!important
;
}
.flex-column-reverse
{
flex-direction
:
column-reverse
!important
;
}
.flex-wrap
{
flex-wrap
:
wrap
!important
;
}
.flex-nowrap
{
flex-wrap
:
nowrap
!important
;
}
.flex-wrap-reverse
{
flex-wrap
:
wrap-reverse
!important
;
}
.flex-fill
{
flex
:
1
1
auto
!important
;
}
.flex-grow-0
{
flex-grow
:
0
!important
;
}
.flex-grow-1
{
flex-grow
:
1
!important
;
}
.flex-shrink-0
{
flex-shrink
:
0
!important
;
}
.flex-shrink-1
{
flex-shrink
:
1
!important
;
}
.justify-content-start
{
justify-content
:
flex-start
!important
;
}
.justify-content-end
{
justify-content
:
flex-end
!important
;
}
.justify-content-center
{
justify-content
:
center
!important
;
}
.justify-content-between
{
justify-content
:
space-between
!important
;
}
.justify-content-around
{
justify-content
:
space-around
!important
;
}
.align-items-start
{
align-items
:
flex-start
!important
;
}
.align-items-end
{
align-items
:
flex-end
!important
;
}
.align-items-center
{
align-items
:
center
!important
;
}
.align-items-baseline
{
align-items
:
baseline
!important
;
}
.align-items-stretch
{
align-items
:
stretch
!important
;
}
.align-content-start
{
align-content
:
flex-start
!important
;
}
.align-content-end
{
align-content
:
flex-end
!important
;
}
.align-content-center
{
align-content
:
center
!important
;
}
.align-content-between
{
align-content
:
space-between
!important
;
}
.align-content-around
{
align-content
:
space-around
!important
;
}
.align-content-stretch
{
align-content
:
stretch
!important
;
}
.align-self-auto
{
align-self
:
auto
!important
;
}
.align-self-start
{
align-self
:
flex-start
!important
;
}
.align-self-end
{
align-self
:
flex-end
!important
;
}
.align-self-center
{
align-self
:
center
!important
;
}
.align-self-baseline
{
align-self
:
baseline
!important
;
}
.align-self-stretch
{
align-self
:
stretch
!important
;
}
@media
(
min-width
:
576px
)
{
.flex-sm-row
{
flex-direction
:
row
!important
;
}
.flex-sm-column
{
flex-direction
:
column
!important
;
}
.flex-sm-row-reverse
{
flex-direction
:
row-reverse
!important
;
}
.flex-sm-column-reverse
{
flex-direction
:
column-reverse
!important
;
}
.flex-sm-wrap
{
flex-wrap
:
wrap
!important
;
}
.flex-sm-nowrap
{
flex-wrap
:
nowrap
!important
;
}
.flex-sm-wrap-reverse
{
flex-wrap
:
wrap-reverse
!important
;
}
.flex-sm-fill
{
flex
:
1
1
auto
!important
;
}
.flex-sm-grow-0
{
flex-grow
:
0
!important
;
}
.flex-sm-grow-1
{
flex-grow
:
1
!important
;
}
.flex-sm-shrink-0
{
flex-shrink
:
0
!important
;
}
.flex-sm-shrink-1
{
flex-shrink
:
1
!important
;
}
.justify-content-sm-start
{
justify-content
:
flex-start
!important
;
}
.justify-content-sm-end
{
justify-content
:
flex-end
!important
;
}
.justify-content-sm-center
{
justify-content
:
center
!important
;
}
.justify-content-sm-between
{
justify-content
:
space-between
!important
;
}
.justify-content-sm-around
{
justify-content
:
space-around
!important
;
}
.align-items-sm-start
{
align-items
:
flex-start
!important
;
}
.align-items-sm-end
{
align-items
:
flex-end
!important
;
}
.align-items-sm-center
{
align-items
:
center
!important
;
}
.align-items-sm-baseline
{
align-items
:
baseline
!important
;
}
.align-items-sm-stretch
{
align-items
:
stretch
!important
;
}
.align-content-sm-start
{
align-content
:
flex-start
!important
;
}
.align-content-sm-end
{
align-content
:
flex-end
!important
;
}