Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
ADIM
Commits
0f7e59d6
Commit
0f7e59d6
authored
Apr 20, 2015
by
Julien Furrer
Browse files
Removed dev styles
parent
edfc490c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
adim_app/static/_src/less/adim.css
View file @
0f7e59d6
...
...
@@ -197,11 +197,6 @@ body {
#page-loader
div
:first-child
{
padding-top
:
33%
;
}
body
,
#page-loader
,
#home-container
{
background
:
repeating-linear-gradient
(
-45deg
,
#424242
,
#424242
19px
,
#5c5c5c
20px
,
#4a4a4a
21px
,
#4a4a4a
20px
,
#4a4a4a
36px
,
#353535
38px
,
#4a4a4a
40px
)
!important
;
}
.theme-light
#page-loader
{
background-color
:
#f2f2f2
;
}
...
...
adim_app/static/_src/less/adim.less
View file @
0f7e59d6
...
...
@@ -94,19 +94,19 @@ html, body {
// ============================================================================
// ============================================================================
// DEV DEV DEV
body, #page-loader, #home-container {
background: repeating-linear-gradient(
-45deg,
@x-bodyBg,
@x-bodyBg 19px,
lighten(@x-bodyBg, 10%) 20px,
lighten(@x-bodyBg, 3%) 21px,
lighten(@x-bodyBg, 3%) 20px,
lighten(@x-bodyBg, 3%) 36px,
darken(@x-bodyBg, 5%) 38px,
lighten(@x-bodyBg, 3%) 40px
) !important;
}
//
body, #page-loader, #home-container {
//
background: repeating-linear-gradient(
//
-45deg,
//
@x-bodyBg,
//
@x-bodyBg 19px,
//
lighten(@x-bodyBg, 10%) 20px,
//
lighten(@x-bodyBg, 3%) 21px,
//
lighten(@x-bodyBg, 3%) 20px,
//
lighten(@x-bodyBg, 3%) 36px,
//
darken(@x-bodyBg, 5%) 38px,
//
lighten(@x-bodyBg, 3%) 40px
//
) !important;
//
}
// ============================================================================
// ============================================================================
...
...
adim_app/static/css/adim.css
View file @
0f7e59d6
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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