mirror of
https://github.com/grocy/grocy.git
synced 2026-04-10 06:26:16 +02: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;
|
background-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-header:first-child {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user