mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Fixed card height. Attempt at vertical alignment of icons and text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user