mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
45 lines
528 B
CSS
45 lines
528 B
CSS
.setting {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.setting button {
|
|
cursor: pointer;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.cryptoAddressInput input[type="text"] {
|
|
padding: 2px 0;
|
|
margin-bottom: 5px;
|
|
outline: none;
|
|
border: 1px solid #aaa;
|
|
padding: 2px 4px 3px;
|
|
}
|
|
|
|
.infoButton {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.cryptoAddressInfo {
|
|
word-break: break-word;
|
|
}
|
|
|
|
.cryptoAddressInfo ol {
|
|
padding-bottom: 10px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.saveButton {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
} |