Skip to content

Commit

Permalink
#36: Css dans le fichier css.css et non dans une balise style
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-its committed Mar 1, 2021
1 parent da435a0 commit 2ba5c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
9 changes: 7 additions & 2 deletions public/assets/css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ h1, h2, h3, h4, h5 {
.toggle-tarif-mensuel:hover {
background: rgb(140,140,140);
/* background: rgb(124, 222, 132); */
color: rgba(240,240,240);
color: rgb(240,240,240);
}

.monthly-price {
Expand All @@ -120,8 +120,13 @@ h1, h2, h3, h4, h5 {
cursor:pointer;
}

.jumbotron {
padding: 20px;
}

.home-image {
width: 25%;
border: 2px solid #0d6efd;
width: 40%;
height: auto;
object-fit: cover;
margin-right: 1em;
Expand Down
16 changes: 0 additions & 16 deletions templates/security/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@

{% block title %}Connexion Espace Flex{% endblock %}

{% block stylesheets %}
<style>
.jumbotron {
padding: 20px;
}
.home-image {
border: 2px solid #0d6efd;
width: 40%;
height: auto;
object-fit: cover;
margin-right: 1em;
}
</style>
{% endblock %}

{% block body %}

{% if error %}
Expand Down

0 comments on commit 2ba5c61

Please sign in to comment.