Make recipe card buttons a little bigger

This commit is contained in:
Bernd Bestel 2022-02-15 18:39:38 +01:00
parent 8338421912
commit e9a7b10730
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -40,15 +40,16 @@ a.discrete-link:focus {
}
.grocy-card .card-icons a {
font-size: 18px;
font-size: 22px;
color: #495157;
padding: 2px 4px;
text-decoration: none;
text-align: center;
margin-left: 2px;
}
.grocy-card .card-icons i {
width: 18px;
width: 22px;
}
.content-text .invalid-feedback {