ttk-app-core
Version:
enterprise develop framework
95 lines (94 loc) • 2.23 kB
text/less
.ttk-scm-app-import{
padding: 0 20px;
font-size: 12px;
&-alert {
margin-bottom: 10px;
.ant-alert {
font-size: 12px;
border: 0;
background-color: transparent;
.ant-alert-icon {
font-size: 30px;
top: 10px;
left: 0px;
//padding-left: 30px;
color: #FA954C;
}
}
}
&-other {
border-bottom: 1px dashed #a6a6a6;
margin-bottom: 12px;
padding-bottom: 12px;
}
h3 {
margin-bottom: 5px;
font-size: 12px;
}
.import-word {
margin-bottom: 12px;
}
.mk-select {
width: 262px;
font-size: 12px;
}
.statementUpload {
color: @primary-color;
border-color: @primary-color;
}
.statementUpload:hover {
color: #fff;
background-color: @primary-color;
}
p{
margin-bottom: 0px;
}
.importBth:hover {
text-decoration: underline;
}
.file-name {
margin-left: 8px;
color: @primary-color;
cursor: default;
display: inline-block;
max-width: 400px;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: bottom;
overflow: hidden;
line-height: 30px;
}
.ant-btn-primary {
height: 30px;
padding: 0 8px;
color: #fff;
background-color: @primary-color;
font-size: 12px;
line-height: 28px;
display: inline-block;
font-weight: 400;
text-align: center;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid @primary-color;
white-space: nowrap;
border-radius: 4px;
user-select: none;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
margin-left: 16px;
margin-bottom: 0;
}
}
.import-tip {
.anticon-question-circle {
padding-top: 3px;
}
.ant-confirm-body .ant-confirm-content p {
margin-bottom: 8px;
}
.ant-confirm-btns .ant-btn:first-child {
display: none;
}
}