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
Corentin Mors
avis-de-template-server
Commits
aa938cbe
Commit
aa938cbe
authored
Dec 07, 2018
by
Soulet Corentin
Browse files
Le retour de style-index
parent
d64a0533
Changes
1
Show whitespace changes
Inline
Side-by-side
public/assets/css/style-index.css
0 → 100644
View file @
aa938cbe
/** LIST CSS */
.list-group-item-flex
{
display
:
flex
;
}
.list-group-item-tools
{
display
:
block
;
width
:
30px
;
}
.list-group-item-image
{
margin-right
:
10px
;
}
.list-group-item-content
{
flex
:
1
0
;
}
/** EDIT CSS */
.box
{
margin-bottom
:
20px
;
border
:
2px
solid
black
;
border-radius
:
6px
;
line-height
:
40px
;
text-align
:
center
;
padding-top
:
10px
;
background-color
:
#c3cee4
;
}
.content-input
{
height
:
500px
;
}
.article
{
padding-left
:
1rem
;
padding-bottom
:
1rem
}
[
class
*=
"col-xs"
]
{
width
:
auto
;
}
.container
{
padding-right
:
15px
;
padding-left
:
15px
;
margin-right
:
auto
;
margin-left
:
auto
;
align-items
:
center
;
}
@media
(
min-width
:
768px
)
{
.container
{
width
:
1170px
;
}
}
@media
(
min-width
:
992px
)
{
.container
{
width
:
970px
;
}
}
@media
(
min-width
:
1200px
)
{
.container
{
width
:
1170px
;
}
}
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