Skip to content
Snippets Groups Projects
Commit 7ef17b5f authored by Gaelle Morin's avatar Gaelle Morin
Browse files

delete old code

parent d2b2bb53
No related branches found
No related tags found
No related merge requests found
...@@ -68,77 +68,6 @@ h4 { ...@@ -68,77 +68,6 @@ h4 {
@extend %frame; @extend %frame;
padding: 1em; padding: 1em;
} }
/*
#header {
background-color: $color-white;
color: $color-black;
//position: relative;
//@include border-shadow(bottom);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
border: solid $color-white;
border-width: 1px 0;
display: flex;
//flex-grow: 0;
//flex-basis : 150px;
flex-shrink: 0;
align-items: center;
padding: 1em 0;
> * {
padding: 0 1rem;
}
}
#button-toggle {
@include icon('menu');
display: none;
color: $color-black;
font-size: 2em;
padding: 0.72em;
cursor: pointer;
}
#logo {
flex: 1 1 0;
}
#notifications-button {
@include icon(bell);
font-size: 2em;
cursor: pointer;
list-style-type: none;
}
#notifications {
position: absolute;
right: 0;
bottom: 0;
height: 0;
left: 0;
z-index: 1;
> div {
position: absolute;
top: 0;
right: 0;
}
}
#profile {
> * {
vertical-align: middle;
}
img {
margin-right: 0.5em;
width: 48px;
height: 48px;
object-fit: cover;
object-position: center;
border-radius: 100%;
}
}
*/
.menu-notification { .menu-notification {
//flex-basis: 3em; //flex-basis: 3em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment