Skip to content
Snippets Groups Projects
Commit 1425d8f8 authored by Julian's avatar Julian Committed by root
Browse files

Merge pull request #316 from Katharineum/bugfix/show-logged-in-notice-again

Bugfix/show logged in notice again
parents 71a2753c 0f2de7fa
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -66,8 +66,11 @@ header a.sidenav-trigger {
z-index: 2;
}
header div.nav-wrapper{
z-index: -5;
@media only screen and (max-width: 993px) {
header div.nav-wrapper {
z-index: -5;
}
}
header, main, footer {
......@@ -81,20 +84,22 @@ header, main, footer {
}
@media only screen and (min-width: 1384px) {
.footer-row-large {
display: flex;
align-items: center;
}
.footer-row-small {
display: none;
}
}
@media only screen and (max-width: 1383px) {
.footer-row-large {
display: none;
}
display: none;
}
.footer-row-small {
display: block;
}
......@@ -526,8 +531,9 @@ i.collapsible-trigger {
.sidenav a:not(.collapsible-header) {
padding: 0 16px;
}
ul.sidenav li.logo > a:hover{
background: None!important;
ul.sidenav li.logo > a:hover {
background: None !important;
}
.waves-effect.waves-primary .waves-ripple {
......@@ -561,7 +567,7 @@ ul.sidenav li.logo > a:hover{
+HOLIDAYS+
++++++++++ */
.holiday-badge{
.holiday-badge {
float: left !important;
position: relative;
margin-left: 0% !important;
......
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