Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Salomon
wotwizard-ui
Commits
aba000ea
Commit
aba000ea
authored
3 years ago
by
Pierre-Jean CHANCELLIER
Browse files
Options
Downloads
Patches
Plain Diff
améliorations css
parent
33d20a19
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
assets/css/style.scss
+13
-3
13 additions, 3 deletions
assets/css/style.scss
components/navigation/Bar.vue
+2
-0
2 additions, 0 deletions
components/navigation/Bar.vue
layouts/default.vue
+3
-1
3 additions, 1 deletion
layouts/default.vue
pages/membres.vue
+1
-1
1 addition, 1 deletion
pages/membres.vue
with
19 additions
and
5 deletions
assets/css/style.scss
+
13
−
3
View file @
aba000ea
// Bootstrap variables customisation
// Bootstrap variables customisation
// Fonts & Typo
// Fonts & Typo
$link-hover-decoration
:
none
;
$link-hover-decoration
:
none
;
$text-muted
:
#a6a4b0
;
$text-muted
:
var
(
--
text-secondary-color
)
;
$enable-responsive-font-sizes
:
true
;
$enable-responsive-font-sizes
:
true
;
$font-family-base
:
Montserrat
,
Helvetica
,
Arial
,
serif
;
$font-family-base
:
Montserrat
,
Helvetica
,
Arial
,
serif
;
$small-font-size
:
70%
;
// Body
// Body
$body-bg
:
var
(
--
background-color-primary
);
$body-bg
:
var
(
--
background-color-primary
);
...
@@ -20,9 +21,18 @@ $breadcrumb-active-color: var(--text-primary-color);
...
@@ -20,9 +21,18 @@ $breadcrumb-active-color: var(--text-primary-color);
$breadcrumb-divider-color
:
var
(
--
text-primary-color
);
$breadcrumb-divider-color
:
var
(
--
text-primary-color
);
// List-groups
// List-groups
$list-group-bg
:
var
(
--
background-color-primary
);
$list-group-action-hover-color
:
var
(
--
text-secondary-color
);
$list-group-bg
:
var
(
--
background-color-secondary
);
$list-group-action-active-bg
:
transparent
;
$list-group-action-active-bg
:
transparent
;
$list-group-action-color
:
var
(
--
text-primary-color
);
$list-group-action-color
:
var
(
--
text-primary-color
);
// Cards
$card-bg
:
var
(
--
background-color-secondary
);
@import
'font'
;
@import
'font'
;
@import
'bootstrap'
;
@import
'bootstrap'
;
\ No newline at end of file
.card-subtitle
{
font-style
:
italic
;
font-size
:
90%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
components/navigation/Bar.vue
+
2
−
0
View file @
aba000ea
...
@@ -104,6 +104,8 @@ nav.breadcrumb {
...
@@ -104,6 +104,8 @@ nav.breadcrumb {
h1
{
color
:
var
(
--
text-primary-color
);}
h1
{
color
:
var
(
--
text-primary-color
);}
.list-group-item
{
.list-group-item
{
background
:
var
(
--
background-color-primary
);
&
-action
:not
(
.active
)
:hover
{
background
:
transparent
;}
&
-action
:not
(
.active
)
:hover
{
background
:
transparent
;}
div
{
div
{
...
...
This diff is collapsed.
Click to expand it.
layouts/default.vue
+
3
−
1
View file @
aba000ea
...
@@ -16,7 +16,7 @@ export default {
...
@@ -16,7 +16,7 @@ export default {
items
:
[
items
:
[
{
path
:
'
/appolo
'
,
title
:
'
Appolo
'
},
{
path
:
'
/appolo
'
,
title
:
'
Appolo
'
},
{
path
:
'
/chartjs
'
,
title
:
'
ChartJS
'
},
{
path
:
'
/chartjs
'
,
title
:
'
ChartJS
'
},
{
path
:
'
/membres
'
,
title
:
'
Prendre soin de ses contact
s
'
}
{
path
:
'
/membres
'
,
title
:
'
Membre
s
'
}
]},
]},
{
{
title
:
'
Un menu
'
,
title
:
'
Un menu
'
,
...
@@ -39,6 +39,7 @@ export default {
...
@@ -39,6 +39,7 @@ export default {
/* Define styles for the default root window element */
/* Define styles for the default root window element */
:root
{
:root
{
--text-primary-color
:
var
(
--
dark
);
--text-primary-color
:
var
(
--
dark
);
--text-secondary-color
:
var
(
--
secondary
);
--background-color-primary
:
var
(
--
white
);
--background-color-primary
:
var
(
--
white
);
--background-color-secondary
:
#e9ecef
;
--background-color-secondary
:
#e9ecef
;
--element-size
:
4rem
;
--element-size
:
4rem
;
...
@@ -48,6 +49,7 @@ export default {
...
@@ -48,6 +49,7 @@ export default {
/* Define styles for the root window with dark - mode preference */
/* Define styles for the root window with dark - mode preference */
:root
.dark-theme
{
:root
.dark-theme
{
--text-primary-color
:
var
(
--
white
);
--text-primary-color
:
var
(
--
white
);
--text-secondary-color
:
var
(
--
secondary
);
--background-color-primary
:
var
(
--
dark
);
--background-color-primary
:
var
(
--
dark
);
--background-color-secondary
:
hsl
(
210
,
16%
,
60%
);
--background-color-secondary
:
hsl
(
210
,
16%
,
60%
);
}
}
...
...
This diff is collapsed.
Click to expand it.
pages/membres.vue
+
1
−
1
View file @
aba000ea
...
@@ -55,7 +55,7 @@ export default {
...
@@ -55,7 +55,7 @@ export default {
to
:
'
/
'
to
:
'
/
'
},
},
{
{
text
:
'
Prendre soin de ses contact
s
'
,
text
:
'
Membre
s
'
,
active
:
true
active
:
true
}
}
],
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment