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
143
Issues
143
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
6b0c1896
Commit
6b0c1896
authored
Apr 08, 2022
by
arturo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
>>> continue
parent
5f116919
Pipeline
#2683
failed with stage
in 0 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
32 additions
and
25 deletions
+32
-25
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+5
-4
bootstrap-default.css
dist/styles/bootstrap-default.css
+5
-4
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+5
-4
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+5
-4
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+5
-4
_base.sass
src/sass/_base.sass
+1
-0
_bootstrap.scss
src/sass/base/_bootstrap.scss
+6
-0
_typography.scss
src/sass/base/_typography.scss
+0
-5
No files found.
dist/styles/bootstrap-darkster.css
View file @
6b0c1896
...
...
@@ -7790,10 +7790,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
a
:hover
{
color
:
inherit
;
}
body
{
margin
:
0
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
"Liberation Sans"
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
,
"Noto Color Emoji"
;
...
...
@@ -7922,6 +7918,11 @@ a:focus {
transform
:
scale
(
1.1
);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table
{
border-collapse
:
collapse
;
}
.maintree--blank
::after
{
top
:
0
;
right
:
0
;
...
...
dist/styles/bootstrap-default.css
View file @
6b0c1896
...
...
@@ -7743,10 +7743,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
a
:hover
{
color
:
inherit
;
}
body
{
margin
:
0
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
"Noto Sans"
,
"Liberation Sans"
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
,
"Noto Color Emoji"
;
...
...
@@ -7875,6 +7871,11 @@ a:focus {
transform
:
scale
(
1.1
);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table
{
border-collapse
:
collapse
;
}
.maintree--blank
::after
{
top
:
0
;
right
:
0
;
...
...
dist/styles/bootstrap-greyson.css
View file @
6b0c1896
...
...
@@ -7499,10 +7499,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
a
:hover
{
color
:
inherit
;
}
body
{
margin
:
0
;
font-family
:
"Muli"
;
...
...
@@ -7631,6 +7627,11 @@ a:focus {
transform
:
scale
(
1.1
);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table
{
border-collapse
:
collapse
;
}
.maintree--blank
::after
{
top
:
0
;
right
:
0
;
...
...
dist/styles/bootstrap-herbie.css
View file @
6b0c1896
...
...
@@ -7747,10 +7747,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
a
:hover
{
color
:
inherit
;
}
body
{
margin
:
0
;
font-family
:
"Nunito"
;
...
...
@@ -7879,6 +7875,11 @@ a:focus {
transform
:
scale
(
1.1
);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table
{
border-collapse
:
collapse
;
}
.maintree--blank
::after
{
top
:
0
;
right
:
0
;
...
...
dist/styles/bootstrap-monotony.css
View file @
6b0c1896
...
...
@@ -7748,10 +7748,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
a
:hover
{
color
:
inherit
;
}
body
{
margin
:
0
;
font-family
:
"Montserrat"
;
...
...
@@ -7880,6 +7876,11 @@ a:focus {
transform
:
scale
(
1.1
);
}
}
/* Bootstrap 4.x Generic Custom Styles */
.table
{
border-collapse
:
collapse
;
}
.maintree--blank
::after
{
top
:
0
;
right
:
0
;
...
...
src/sass/_base.sass
View file @
6b0c1896
...
...
@@ -5,6 +5,7 @@
@import
"./base/_nav.scss"
@import
"./base/_typography.scss"
@import
"./base/_animations.scss"
@import
"./base/_bootstrap.scss"
@import
"./base/_placeholder.scss"
@import
"./base/_utilities.scss"
@import
"./base/_range_slider.sass"
src/sass/base/_bootstrap.scss
0 → 100644
View file @
6b0c1896
/* Bootstrap 4.x Generic Custom Styles */
// originally added to "table" tag on "_reboot.scss"
.table
{
border-collapse
:
collapse
;
}
src/sass/base/_typography.scss
View file @
6b0c1896
...
...
@@ -3,11 +3,6 @@ h4, h5, h6 {
font-weight
:
bold
;
}
/// #"_hover.scss"
a
:hover
{
color
:
inherit
;
}
/// from "_reboot.scss"
body
{
margin
:
0
;
...
...
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