forked from ScoDoc/ScoDoc
changement logo rectangle sco_page mobile nav
This commit is contained in:
parent
514e9e4c83
commit
11c9ab332f
@ -243,9 +243,10 @@ print {
|
||||
/*Mobile Navbar*/
|
||||
|
||||
#logo-scodoc {
|
||||
--size: 48px;
|
||||
/* base image : logo_rectangle.png 527x192 */
|
||||
--size: 64px;
|
||||
height: calc(var(--size) / 2.744);
|
||||
width: var(--size);
|
||||
height: var(--size);
|
||||
margin: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -260,7 +261,7 @@ print {
|
||||
|
||||
/* From https://css.glass */
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border-radius: 16px;
|
||||
border-radius: 0 0 16px 16px;
|
||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(5px);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
|
BIN
app/static/icons/logo_rectangle.png
Normal file
BIN
app/static/icons/logo_rectangle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -21,7 +21,7 @@
|
||||
<!-- sco_page revamp -->
|
||||
<div id="mobileNav" mobile="true">
|
||||
<!-- Logo ScoDoc -->
|
||||
<img src="{{url_for('static', filename='icons/logo.png')}}" alt="Logo ScoDoc" id="logo-scodoc">
|
||||
<img src="{{url_for('static', filename='icons/logo_rectangle.png')}}" alt="Logo ScoDoc" id="logo-scodoc">
|
||||
{% block mobileSemestre %}
|
||||
<!-- Titre Semestre -->
|
||||
<!-- Icone Menu Semestre -->
|
||||
|
Loading…
Reference in New Issue
Block a user