mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
We don't need rounded borders on card headers
This commit is contained in:
parent
35eb976706
commit
35388b798c
|
|
@ -41,6 +41,10 @@ a.discrete-link:focus {
|
|||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
.card-header:first-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user