0
1
Fork 0
hedera-web-mindshore/js/htk/image-editor/style.scss

34 lines
453 B
SCSS
Raw Permalink Normal View History

2022-06-06 08:53:59 +00:00
.htk-image-editor {
width: 18em;
margin: 0 auto;
padding: 1.5em;
h2 {
color: white;
background-color: #009688;
text-align: left;
2022-11-11 15:17:20 +00:00
font-size: 1.3rem;
2022-06-06 08:53:59 +00:00
line-height: 1.7em;
font-weight: normal;
padding: 0.6em 0.8em;
margin: 0;
}
iframe {
display: none;
}
.footer {
margin-top: 2em;
& > .htk-spinner {
padding-right: 1.2em;
height: 1.3em;
width: 1.3em;
}
& > .htk-spinner,
& > input {
float: right;
}
}
}