22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
#app {
|
|
button:focus,
|
|
button:focus-visible {
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
[class*=" icon-"],
|
|
[class^="icon-"] {
|
|
display: inline-block;
|
|
vertical-align: -2px;
|
|
}
|
|
|
|
.table .arco-form-item-layout-inline {
|
|
margin-right: 8px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
div.toolbar .arco-form-item-layout-inline {
|
|
margin-bottom: 0;
|
|
}
|