Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
03a7b61c
Commit
03a7b61c
authored
Jan 19, 2021
by
Gaëtan Ark
Browse files
Changement de police
parent
364c2655
Changes
3
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
03a7b61c
...
...
@@ -3550,6 +3550,16 @@
"integrity": "sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==",
"dev": true
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"dev": true,
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"blob": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz",
...
...
@@ -7380,6 +7390,13 @@
}
}
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"dev": true,
"optional": true
},
"filelist": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.1.tgz",
...
...
@@ -13546,6 +13563,13 @@
"thenify-all": "^1.0.0"
}
},
"nan": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
"dev": true,
"optional": true
},
"nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
...
...
@@ -19637,7 +19661,11 @@
"resolved": "https://nexus.nantes.kosmos.fr/nexus/repository/public.npm/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"dev": true,
"optional": true
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"glob-parent": {
"version": "3.1.0",
...
...
@@ -20502,7 +20530,11 @@
"resolved": "https://nexus.nantes.kosmos.fr/nexus/repository/public.npm/fsevents/-/fsevents-1.2.13.tgz",
"integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"dev": true,
"optional": true
"optional": true,
"requires": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
}
},
"glob-parent": {
"version": "3.1.0",
...
...
src/main/webapp/content/css/_corps.css
View file @
03a7b61c
...
...
@@ -466,7 +466,7 @@ input[type='checkbox']:disabled + .form__label {
.app-spinner
{
width
:
10rem
;
height
:
10rem
;
border
:
.2rem
solid
transparent
;
border
:
0
.2rem
solid
transparent
;
border-top-color
:
var
(
--primary
);
border-bottom-color
:
var
(
--primary
);
border-radius
:
50%
;
...
...
src/main/webapp/content/css/_theme.css
View file @
03a7b61c
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/Bold/EuclidFlex-Bold-WebXL.woff')
format
(
'woff'
);
font-weight
:
700
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/BoldItalic/EuclidFlex-BoldItalic-WebXL.woff')
format
(
'woff'
);
font-weight
:
700
;
font-style
:
italic
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/Medium/EuclidFlex-Medium-WebXL.woff')
format
(
'woff'
);
font-weight
:
600
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/MediumItalic/EuclidFlex-MediumItalic-WebXL.woff')
format
(
'woff'
);
font-weight
:
600
;
font-style
:
italic
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/Regular/EuclidFlex-Regular-WebXL.woff')
format
(
'woff'
);
font-weight
:
400
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/RegularItalic/EuclidFlex-RegularItalic-WebXL.woff')
format
(
'woff'
);
font-weight
:
400
;
font-style
:
italic
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/Light/EuclidFlex-Light-WebXL.woff')
format
(
'woff'
);
font-weight
:
300
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/LightItalic/EuclidFlex-LightItalic-WebXL.woff')
format
(
'woff'
);
font-weight
:
300
;
font-style
:
italic
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/Ultralight/EuclidFlex-Ultralight-WebXL.woff')
format
(
'woff'
);
font-weight
:
200
;
font-style
:
normal
;
}
@font-face
{
font-family
:
'euclid_flex'
;
src
:
url('../fonts/EuclidFlex/UltralightItalic/EuclidFlex-UltralightItalic-WebXL.woff')
format
(
'woff'
);
font-weight
:
200
;
font-style
:
italic
;
}
@import
url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap')
;
:root
{
--title-color
:
#002e5d
;
--main-font-family
:
'
euclid_flex
'
,
Arial
,
sans-serif
;
--main-font-family
:
'
Raleway
'
,
Arial
,
sans-serif
;
--main-color
:
#515961
;
}
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