Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
0bf83fbe
Commit
0bf83fbe
authored
Dec 09, 2017
by
yPhil
Browse files
Merge branch 'layout' into dev
parents
68bc80f6
7c2b4133
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/mob-ui.css
View file @
0bf83fbe
:root
{
--main-bg-color
:
red
;
--ui-bg-color
:
red
;
--ui-bg-color-pri
:
#2B374B
;
--ui-bg-color-sec
:
red
;
--ui-color-pri
:
#eeeeee
;
--ui-color-sec
:
red
;
--ui-color-danger
:
#660000
;
}
h1
,
h2
{
color
:
var
(
--ui-color-pri
)
!important
;
}
...
...
@@ -521,10 +511,9 @@ button > i {
cursor
:
pointer
;
flex
:
0
0
auto
;
display
:
flex
;
text-align
:
right
;
background-color
:
red
!important
;
background-color
:
var
(
--ui-bg-color-sec
)
!important
;
/* padding:.2rem; */
/* min-width:80px; */
...
...
@@ -532,19 +521,17 @@ button > i {
/* align-content:flex-start; */
/* justify-content: flex-end; */
/* padding:0; */
transition
:
all
8
00ms
ease
0s
;
transition
:
left
2
00ms
ease
0
m
s
;
}
.openControls
{
background-color
:
blue
!important
;
left
:
0
!important
;
}
.mobHeader
.feedControls
.controlsToggle
{
position
:
relative
;
display
:
inline-block
;
width
:
2
6
px
;
width
:
2
4
px
;
height
:
26px
;
margin
:
0
;
}
...
...
@@ -552,10 +539,11 @@ button > i {
.mobHeader
.feedControls
.controlsToggle
:before
{
content
:
''
;
position
:
absolute
;
top
:
0
;
left
:
0
;
border-bottom
:
26px
solid
#E9E9E9
;
border-right
:
18px
solid
red
;
width
:
0
;
top
:
0
;
left
:
0
;
border-bottom
:
26px
solid
var
(
--ui-bg-color-pri
);
border-right
:
18px
solid
var
(
--ui-bg-color-sec
);
}
.mobHeader
.feedControls
div
{
...
...
public/css/themes/night.css
View file @
0bf83fbe
:root
{
--main-bg-color
:
red
;
--ui-bg-color
:
red
;
--ui-bg-color-pri
:
#383C4A
;
--ui-bg-color-sec
:
#4B5162
;
--ui-color-pri
:
#eeeeee
;
--ui-color-sec
:
red
;
--ui-color-danger
:
#660000
;
}
body
{
background-color
:
#7C818C
!important
;
}
...
...
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