improve(pdf): assets uploader of related page

This commit is contained in:
charlie
2021-07-19 21:59:58 +08:00
parent 51003adfd6
commit fb2881b504
3 changed files with 113 additions and 0 deletions

View File

@@ -13,6 +13,37 @@
}
.extensions__pdf {
&-assets-uploader {
margin-top: -15px;
padding-bottom: 15px;
.ui__button {
font-size: 12px;
margin-right: 5px;
padding: 2px 8px;
&.is-link {
background-color: transparent;
padding: 2px 8px;
position: relative;
top: 2px;
color: var(--ls-primary-text-color);
&:hover {
svg {
opacity: 1;
}
}
}
svg {
transform: scale(.75);
opacity: .7;
}
}
}
&-loader {
position: relative;
}