blob: c45f37107517213cec45a244967b0ec397c37a9d [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "theme";
nz-card {
font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
::ng-deep .ant-card-body {
padding: 0 24px 8px;
}
::ng-deep .ant-card-head-title {
font-size: 14px;
}
}
.total {
color: @success-color;
font-size: 36px;
line-height: 38px;
}
.footer {
padding-top: 9px;
margin-top: 16px;
border-top: 1px solid @border-color-split;
.field {
display: inline-block;
font-size: 12px;
line-height: 22px;
span {
line-height: 22px;
&:last-child {
margin-left: 4px;
font-weight: 600;
color: @heading-color;
}
}
}
}
.col {
margin-bottom: 24px;
}