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
LQDN Adminsys
generateur-slogans
Commits
9b32faf6
Verified
Commit
9b32faf6
authored
Nov 21, 2017
by
Thibaut Broggi
Browse files
Improve CSS code
parent
168608cd
Pipeline
#1690
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
static/style.css
View file @
9b32faf6
...
...
@@ -18,7 +18,6 @@ body, form {
h2
{
color
:
#2f5188
;
font-size
:
1.3em
;
}
nav
{
...
...
@@ -29,29 +28,11 @@ nav {
top
:
0
;
left
:
0
;
height
:
16.66vw
;
z-index
:
2
;
font-size
:
8vw
;
display
:
flex
;
flex-direction
:
row
;
}
nav
>
*
{
display
:
inline-block
;
width
:
16.66vw
;
height
:
16.66vw
;
cursor
:
pointer
;
color
:
white
;
}
nav
>
*
:not
(
:nth-child
(
1
))
{
border-left
:
1px
solid
#3b68b0
;
padding-top
:
4vw
;
}
nav
>
:nth-child
(
1
)
>
img
{
margin
:
1vw
;
}
#langPicker
{
display
:
block
;
text-align
:
right
;
...
...
@@ -270,7 +251,6 @@ textarea, input[type="text"] {
@media
(
min-width
:
992px
)
{
nav
{
flex-direction
:
column
;
width
:
7vw
;
min-height
:
100vh
;
font-size
:
3vw
;
}
...
...
@@ -347,6 +327,20 @@ textarea, input[type="text"] {
margin
:
auto
;
}
nav
>
*
{
width
:
16.66vw
;
height
:
16.66vw
;
}
nav
>
*
:not
(
:nth-child
(
1
))
{
border-left
:
1px
solid
#3b68b0
;
padding-top
:
4vw
;
}
nav
>
:nth-child
(
1
)
>
img
{
margin
:
1vw
;
}
div
#step3
>
.fontpicker
{
max-height
:
150px
;
overflow-x
:
auto
;
...
...
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