refactor: remove borders

This commit is contained in:
Shivam Mishra 2020-03-16 12:08:10 +05:30
parent cd0f97b134
commit 383f4a6849

View file

@ -212,31 +212,10 @@
.report-summary {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
padding: 15px 20px;
border-top: 1px solid @border-color;
border-bottom: 1px solid @border-color;
margin: 0px -15px;
margin-top: 15px;
.summary-label {
font-weight: normal !important;
}
border: none;
.summary-value {
font-size: 20px;
margin-top: 8px;
margin-bottom: 5px;
overflow: hidden !important;
text-overflow: ellipsis;
white-space: nowrap;
font-feature-settings: "tnum";
div {
text-align: left !important;
overflow: hidden !important;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}