1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

Fix for misalignment of hamburger icon

This commit is contained in:
2017-02-04 09:20:42 +01:00
parent 1beadb676c
commit 30e4f74ed9

View File

@@ -1,4 +1,9 @@
nav .button-collapse
{
margin: 0;
}
/* label color */ /* label color */
.input-field label { .input-field label {
color: #000; color: #000;
@@ -60,24 +65,6 @@
/*display: block;*/ /*display: block;*/
} }
/*
.digimark-card-header-tags
{
overflow-x: scroll;
overflow-y: hidden;
height: 50px;
white-space: nowrap;
}
*/
/*
.digimark-card-header-tags
{
overflow-x: hidden;
overflow-y: scroll;
height: 60px;
}
*/
.card .digimark-card-content .card .digimark-card-content
{ {
padding-top: 10px; padding-top: 10px;