Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
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
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
osuny
Admin
Commits
04c7f3c6
Commit
04c7f3c6
authored
2 years ago
by
Olivia206
Browse files
Options
Downloads
Patches
Plain Diff
added style to rancoper header
parent
a7a4833d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/assets/stylesheets/extranet.sass
+1
-0
1 addition, 0 deletions
app/assets/stylesheets/extranet.sass
app/assets/stylesheets/extranet/sites/rancoper.sass
+76
-0
76 additions, 0 deletions
app/assets/stylesheets/extranet/sites/rancoper.sass
with
77 additions
and
0 deletions
app/assets/stylesheets/extranet.sass
+
1
−
0
View file @
04c7f3c6
...
...
@@ -15,3 +15,4 @@
// Default
@import
'extranet/layout/*'
@import
'extranet/pages/*'
@import
'extranet/sites/*'
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/extranet/sites/rancoper.sass
0 → 100644
+
76
−
0
View file @
04c7f3c6
// FONTS
@font-face
font-display
:
swap
font-family
:
Aestetico
font-style
:
normal
font-weight
:
400
src
:
url(https://ran-coper.fr/assets/fonts/Aestetico-Light/font.woff2)
format
(
"woff2"
)
,
url(https://ran-coper.fr/assets/fonts/Aestetico-Light/font.woff)
format
(
"woff"
)
@font-face
font-display
:
swap
font-family
:
Aestetico
font-style
:
italic
font-weight
:
400
src
:
url(https://ran-coper.fr/assets/fonts/Aestetico-LightIt/font.woff2)
format
(
"woff2"
)
,
url(https://ran-coper.fr/assets/fonts/Aestetico-LightIt/font.woff)
format
(
"woff"
)
@font-face
font-display
:
swap
font-family
:
Aestetico
font-style
:
normal
font-weight
:
700
src
:
url(https://ran-coper.fr/assets/fonts/Aestetico-Regular/font.woff2)
format
(
"woff2"
)
,
url(https://ran-coper.fr/assets/fonts/Aestetico-Regular/font.woff)
format
(
"woff"
)
@font-face
font-display
:
swap
font-family
:
Aestetico
font-style
:
italic
font-weight
:
700
src
:
url(https://ran-coper.fr/assets/fonts/Aestetico-RegularIt/font.woff2)
format
(
"woff2"
)
,
url(https://ran-coper.fr/assets/fonts/Aestetico-RegularIt/font.woff)
format
(
"woff"
)
// VARIABLES
$color-accent
:
#134b3e
$color-text
:
#000000
$color-text-alt
:
#454545
$color-border
:
rgba
(
19
,
75
,
62
,
0
.2
)
$color-background-alt
:
#E7EDEC
$color-background
:
white
// TYPOGRAPHY
body
font-family
:
"Aestetico"
,
sans-serif
!
important
font-weight
:
300
h1
,
.h1
font-weight
:
400
@include
media-breakpoint-up
(
md
)
font-size
:
px2rem
(
60
)
line-height
:
px2rem
(
80px
)
a
color
:
$color-accent
// Header
header
,
.header
background-color
:
$color-background-alt
.header__additional_data
transform
:
translateY
(
-60%
)
// Navbar
nav
.navbar
>
.container
align-items
:
flex-start
.navbar-brand
img
max-width
:
191px
width
:
100%
.navbar-nav
a
font-size
:
px2rem
(
18
)
font-weight
:
300
&
::after
margin-left
:
$spacer
&
.dropdown-toggle
i
margin-right
:
$spacer
&
.dropdown-item
:active
background-color
:
transparentize
(
$color-accent
,
.5
)
.active
.nav-link
color
:
$color-accent
text-decoration
:
underline
text-decoration-color
:
$color-accent
text-underline-offset
:
2px
\ No newline at end of file
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