Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Sith
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
42
Issues
42
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
e44c8bf8
Commit
e44c8bf8
authored
Oct 10, 2018
by
Soldat
🤦🏻
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'il-faut-sauver-le-css' into 'master'
Change design See merge request
!163
parents
f7be284b
87b70d45
Pipeline
#1556
passed with stage
in 7 minutes and 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
core/static/core/style.scss
core/static/core/style.scss
+18
-10
No files found.
core/static/core/style.scss
View file @
e44c8bf8
...
...
@@ -6,7 +6,7 @@ $primary-color-text: hsl(0, 0%, 100%);
$secondary-color-text
:
hsla
(
0
,
0%
,
0%
,
0
.87
);
$primary-light-color
:
hsl
(
219
.8
,
46
.4%
,
64
.9%
);
$primary-dark-color
:
hsl
(
203
,
7
0%
,
52
%
);
$primary-dark-color
:
hsl
(
203
,
7
5%
,
40
%
);
$secondary-light-color
:
hsl
(
40
,
68%
,
65%
);
$secondary-dark-color
:
hsl
(
40
,
68%
,
35%
);
...
...
@@ -21,7 +21,7 @@ $secondary-neutral-light-color: hsl(0, 0%, 91%);
$secondary-neutral-dark-color
:
hsl
(
40
,
57
.6%
,
17%
);
$white-color
:
hsl
(
219
.6
,
20
.8%
,
98%
);
$black-color
:
hsl
(
40
.
0
,
0%
,
17%
);
$black-color
:
hsl
(
0
,
0%
,
17%
);
$faceblue
:
hsl
(
221
,
44%
,
41%
);
$twitblue
:
hsl
(
206
,
82%
,
63%
);
...
...
@@ -333,7 +333,7 @@ header {
flex-wrap
:
wrap
;
background-color
:
$primary-dark-color
;
color
:
$white-color
;
border-radius
:
10px
10
px
0px
0px
;
border-radius
:
6px
6
px
0px
0px
;
box-shadow
:
$shadow-color
0px
0px
15px
;
a
{
...
...
@@ -344,9 +344,16 @@ header {
font-style
:
normal
;
font-weight
:
bolder
;
text-decoration
:
none
;
&
:hover
{
background
:
$secondary-neutral-color
;
color
:
$white-color
;
&
:first-of-type
{
border-radius
:
6px
0px
0px
0px
;
}
&
:last-of-type
{
border-radius
:
0px
6px
0px
0px
;
}
}
}
}
...
...
@@ -365,7 +372,7 @@ header {
#content
{
padding
:
1em
1%
;
box-shadow
:
$shadow-color
0px
0px
15
px
;
box-shadow
:
$shadow-color
0px
5px
10
px
;
background
:
$white-color
;
overflow
:
auto
;
}
...
...
@@ -379,25 +386,26 @@ header {
float
:
right
;
background
:
$primary-neutral-light-color
;
padding
:
5px
;
border-radius
:
10
px
;
border-radius
:
6
px
;
text-align
:
center
;
a
{
padding
:
10
px
;
padding
:
7
px
;
display
:
inline-block
;
color
:
$black-color
;
font-weight
:
bold
;
margin
:
2px
;
flex
:
1
;
flex-wrap
:
nowrap
;
white-space
:
nowrap
;
&
.selected_tab
{
background
:
$primary-color
;
color
:
$white-color
;
border-radius
:
10
px
;
border-radius
:
6
px
;
}
&
:hover
{
background
:
$primary-color
;
color
:
$white-color
;
border-radius
:
10
px
;
border-radius
:
6
px
;
}
}
}
...
...
@@ -441,7 +449,7 @@ header {
margin-bottom
:
1em
;
#agenda_title
,
#birthdays_title
{
margin
:
0em
;
border-radius
:
10px
10
px
0px
0px
;
border-radius
:
5px
5
px
0px
0px
;
box-shadow
:
$shadow-color
1px
1px
1px
;
padding
:
0
.5em
;
font-weight
:
bold
;
...
...
@@ -510,7 +518,7 @@ header {
font-weight
:
bold
;
font-family
:
monospace
;
font-size
:
1
.4em
;
border-radius
:
10px
0px
0px
10
px
;
border-radius
:
7px
0px
0px
7
px
;
div
{
margin
:
0px
auto
;
...
...
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