Skip to content

Commit

Permalink
Modification du design de la couleur bleu vers le dégradé utilisé par…
Browse files Browse the repository at this point in the history
… facebook
  • Loading branch information
AxelE committed Jan 27, 2018
1 parent 3885d7e commit 8e6a175
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
5 changes: 2 additions & 3 deletions src/AppBundle/Resources/views/Default/index.html.twig
Expand Up @@ -71,9 +71,8 @@
</p>
<p>
Votre site est disponible à cette adresse :
</p>
<p>
{{ app.user.getSlugifiedName }}
{% set my_site_link = path('site_home', {'project_name': app.user.getSlugifiedName }) %}
<a href="{{ my_site_link }}">Votre site internet !</a>
</p>
</div>
<!-- /.box-body -->
Expand Down
24 changes: 12 additions & 12 deletions web/assets/css/_all-skins.css
Expand Up @@ -3,7 +3,7 @@
* ----------
*/
.skin-blue .main-header .navbar {
background-color: #3c8dbc;
background-color: #4267b2;
}
.skin-blue .main-header .navbar .nav > li > a {
color: #ffffff;
Expand All @@ -29,7 +29,7 @@
color: #fff;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
background-color: #367fa9;
background-color: #4267b2;
}
@media (max-width: 767px) {
.skin-blue .main-header .navbar .dropdown-menu li.divider {
Expand All @@ -39,19 +39,19 @@
color: #fff;
}
.skin-blue .main-header .navbar .dropdown-menu li a:hover {
background: #367fa9;
background: #4267b2;
}
}
.skin-blue .main-header .logo {
background-color: #367fa9;
background-color: #4267b2;
color: #ffffff;
border-bottom: 0 solid transparent;
}
.skin-blue .main-header .logo:hover {
background-color: #357ca5;
}
.skin-blue .main-header li.user-header {
background-color: #3c8dbc;
background-color: #4267b2;
}
.skin-blue .content-header {
background: transparent;
Expand Down Expand Up @@ -79,7 +79,7 @@
background: #1e282c;
}
.skin-blue .sidebar-menu > li.active > a {
border-left-color: #3c8dbc;
border-left-color: #4267b2;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
margin: 0 1px;
Expand Down Expand Up @@ -133,7 +133,7 @@
border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
background-color: #3c8dbc;
background-color: #4267b2;
color: #ffffff;
border-bottom: 0 solid transparent;
}
Expand All @@ -145,7 +145,7 @@
* ----------
*/
.skin-blue-light .main-header .navbar {
background-color: #3c8dbc;
background-color: #4267b2;
}
.skin-blue-light .main-header .navbar .nav > li > a {
color: #ffffff;
Expand Down Expand Up @@ -185,15 +185,15 @@
}
}
.skin-blue-light .main-header .logo {
background-color: #3c8dbc;
background-color: #4267b2;
color: #ffffff;
border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .logo:hover {
background-color: #3b8ab8;
}
.skin-blue-light .main-header li.user-header {
background-color: #3c8dbc;
background-color: #4267b2;
}
.skin-blue-light .content-header {
background: transparent;
Expand Down Expand Up @@ -229,7 +229,7 @@
background: #f4f4f5;
}
.skin-blue-light .sidebar-menu > li.active {
border-left-color: #3c8dbc;
border-left-color: #4267b2;
}
.skin-blue-light .sidebar-menu > li.active > a {
font-weight: 600;
Expand Down Expand Up @@ -296,7 +296,7 @@
border-top-color: #d2d6de;
}
.skin-blue.layout-top-nav .main-header > .logo {
background-color: #3c8dbc;
background-color: #4267b2;
color: #ffffff;
border-bottom: 0 solid transparent;
}
Expand Down

0 comments on commit 8e6a175

Please sign in to comment.