22 lines
428 B
CSS
22 lines
428 B
CSS
.robotstxt-smtp-tools .card {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.robotstxt-smtp-tools .robotstxt-smtp-tool-empty {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.robotstxt-smtp-tools .robotstxt-smtp-tool-meta {
|
|
margin: 1em 0;
|
|
font-style: italic;
|
|
}
|
|
|
|
.robotstxt-smtp-tools .robotstxt-smtp-tool-actions {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.robotstxt-smtp-tools .robotstxt-smtp-tool-result {
|
|
margin-top: 1.5em;
|
|
}
|