mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
52 lines
729 B
CSS
52 lines
729 B
CSS
.setting {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.setting button {
|
|
cursor: pointer;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.cryptoAddressInput input[type="text"] {
|
|
padding: 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.infoButton {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.cryptoAddressInfo {
|
|
word-break: break-word;
|
|
}
|
|
|
|
.cryptoAddressInfo ol {
|
|
padding-bottom: 10px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.cryptoAddressInfo a {
|
|
color: var(--post-link-text-color);
|
|
text-decoration: var(--post-content-link-text-decoration);
|
|
}
|
|
|
|
.cryptoAddressInfo a:hover {
|
|
color: var(--post-link-text-color-hover);
|
|
text-decoration: var(--post-content-link-text-decoration-hover);
|
|
}
|
|
|
|
.saveButton {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
} |