mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
46 lines
622 B
SCSS
46 lines
622 B
SCSS
.group {
|
|
margin-top: 1.4rem;
|
|
}
|
|
|
|
.groupTitle {
|
|
margin-bottom: 1.2rem;
|
|
color: #738091;
|
|
font-weight: 700;
|
|
padding: 0 11px;
|
|
}
|
|
|
|
.table {
|
|
width: 100%;
|
|
|
|
th.label,
|
|
td.label{
|
|
width: 32% !important;
|
|
}
|
|
|
|
thead{
|
|
th{
|
|
border-top: 1px solid #d9d9da;
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
color: #738091;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
tbody{
|
|
tr td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
tr td{
|
|
:global(.bp4-popover-target .bp4-button),
|
|
:global(.bp4-popover-wrapper){
|
|
max-width: 250px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.requiredSign{
|
|
color: rgb(250, 82, 82);
|
|
} |