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
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
8f4c57e2
Commit
8f4c57e2
authored
Mar 24, 2023
by
Fabien Manière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm unused file
parent
0113b3f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
73 deletions
+0
-73
default-dark.scss
src/sass/themes/default-dark.scss
+0
-73
No files found.
src/sass/themes/default-dark.scss
deleted
100644 → 0
View file @
0113b3f6
/*! Bootstrap `Default` https://getbootstrap.com/docs/4.6 */
@use
'sass:map'
;
///==========================================
/// Theme variable overrides
///==========================================
@import
"./abstract"
;
// Colors
$primary
:
#005a9a
;
$secondary
:
$blue
;
// Palettes
$theme-colors
:
map
.
merge
(
$theme-colors
,
(
"primary"
:
$primary
,
"secondary"
:
$secondary
,
)
);
$palette-semantic
:
$theme-colors
;
$palette-gray
:
(
'0'
:
$white
,
'50'
:
$gray-50
,
'100'
:
$gray-100
,
'150'
:
$gray-150
,
'175'
:
$gray-175
,
'200'
:
$gray-200
,
'300'
:
$gray-300
,
'400'
:
$gray-400
,
'500'
:
$gray-500
,
'600'
:
$gray-600
,
'700'
:
$gray-700
,
'800'
:
$gray-800
,
'900'
:
$gray-900
,
'1000'
:
$black
);
$palette-pastel
:
(
'green'
:
$pastel-green
,
'blue'
:
$pastel-blue
,
'yellow'
:
$pastel-yellow
,
'red'
:
$pastel-red
,
'orange'
:
$pastel-orange
,
'purple'
:
$pastel-purple
);
///==========================================
/// Custom styles specific to the theme
///==========================================
@import
'./_base'
;
// Rectify "secondary" button tonal contrast
.btn-secondary
,
.btn-secondary
:hover
,
.btn-outline-secondary
:not
(
:disabled
)
:not
(
.disabled
)
:hover
,
.btn-outline-secondary
:not
(
:disabled
)
:not
(
.disabled
)
:active
,
.btn-outline-secondary
:not
(
:disabled
)
:not
(
.disabled
)
.active
,
.show
>
.btn-outline-secondary.dropdown-toggle
{
color
:
$white
;
}
// Alter <b-alert> light variant for better contrast
.alert.alert-light
{
border-color
:
$gray-150
;
color
:
$gray-600
;
}
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