Files
Kiwi 2c9d30bfd2 Small modification
Removed obsolete line and add todo
2018-05-21 17:09:36 -03:00

16 lines
233 B
CSS

.button {
margin: 0;
&:disabled {
/* TODO: better optimize for mobile so this styling is not necessary */
height: auto;
}
i {
font-size: inherit;
vertical-align: sub;
}
}
.most_recent {
color: #808080;
}