39 lines
591 B
CSS
39 lines
591 B
CSS
|
|
||
|
.bluesky-post-status {
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
.bluesky-status-success {
|
||
|
color: #46b450;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.bluesky-status-error {
|
||
|
color: #dc3232;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.bluesky-status-pending {
|
||
|
color: #ffb900;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.bluesky-error-message {
|
||
|
color: #dc3232;
|
||
|
margin: 10px 0;
|
||
|
padding: 5px;
|
||
|
background: #fff8f8;
|
||
|
border-left: 4px solid #dc3232;
|
||
|
}
|
||
|
|
||
|
.bluesky-actions {
|
||
|
margin-top: 10px;
|
||
|
padding-top: 10px;
|
||
|
border-top: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
.bluesky-retry-post,
|
||
|
.bluesky-share-post {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
}
|