mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: (financial sheet): style financial sheet.
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
padding: 20px 32px;
|
padding: 20px 32px;
|
||||||
|
|
||||||
.section-title {
|
.section-title {
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
margin-bottom: 1.4rem;
|
margin-bottom: 1.4rem;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
color: rgb(31, 50, 85);
|
color: rgb(31, 50, 85);
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
@@ -15,7 +15,8 @@
|
|||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
}
|
}
|
||||||
&__item {
|
&__item {
|
||||||
width: 260px;
|
width: 250px;
|
||||||
|
min-height: 140px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
border: 1px solid #d1dee2;
|
border: 1px solid #d1dee2;
|
||||||
|
|||||||
Reference in New Issue
Block a user