refactor: remove borders
This commit is contained in:
parent
cd0f97b134
commit
383f4a6849
1 changed files with 1 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue