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

Fixed card height. Attempt at vertical alignment of icons and text

This commit is contained in:
2016-07-23 21:08:44 +02:00
parent 706a583896
commit 07d6c54c7e
2 changed files with 12 additions and 13 deletions

View File

@@ -1,12 +1,4 @@
.tag
{
color: #1b5e20; /* green darken-4 */
background-color: #c8e6c9; /* green lighten-3 */
padding: 2px;
border-radius: 5px;
}
/* label color */
.input-field label {
color: #000;
@@ -48,3 +40,8 @@
{
color: #1b5e20; /* green darken-4 */
}
.card.tiny
{
height: 160px;
}