You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
382 B
CSS
26 lines
382 B
CSS
body.iframe-body
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.import-box {
|
|
margin: 0;
|
|
padding: 1px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.import-box h2 {
|
|
text-align: left;
|
|
align-self: center;
|
|
}
|
|
|
|
.import-box a {
|
|
margin: 0 20px;
|
|
padding: 5px 5px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
} |