Browse Source

ajout logo svg et optimisation du thème

master
Samuel VERMEULEN 3 years ago
parent
commit
55bfefa6b2
  1. 10
      custom_overlay.css
  2. 4
      custom_portal.css
  3. 2045
      img/weblibre-ynh.svg

10
custom_overlay.css

@ -15,12 +15,12 @@
#ynh-overlay-switch {
/* FIXME : idk if this is an issue or not to have /yunohost/sso hard-coded here */
background-image: url("/yunohost/sso/assets/img/logo-ynh.svg");
border-color: #eee;
background-color: #eee;
background-image: url("/yunohost/sso/assets/themes/weblibre/img/weblibre-ynh.svg");
border-color: #ddd;
background-color: #ddd;
}
#ynh-overlay-switch:hover {
border-color: #ccc;
background-color: #ccc;
border-color: #ddd;
background-color: #ddd;
}

4
custom_portal.css

@ -6,11 +6,11 @@
*/
body {
background: #fff;
background: #ddd;
}
#ynh-logo {
background-image: url("../../img/logo-ynh.svg");
background-image: url("img/weblibre-ynh.svg");
}
.login-form .form-group {

2045
img/weblibre-ynh.svg
File diff suppressed because it is too large
View File

Loading…
Cancel
Save