Files
5chan/src/components/settings-modal/crypto-address-setting/crypto-address-setting.module.css
T

52 lines
731 B
CSS
Raw Normal View History

2024-05-15 21:20:14 +02:00
.setting {
margin-left: 10px;
}
.setting button {
cursor: pointer;
text-transform: capitalize;
}
.cryptoAddressInput input[type="text"] {
padding: 2px 0;
margin-bottom: 5px;
}
.infoButton {
padding: 0 5px;
}
2024-05-15 22:22:09 +02:00
.cryptoAddressInfo {
2024-05-15 21:20:14 +02:00
word-break: break-word;
}
.cryptoAddressInfo ol {
padding-bottom: 10px;
padding-left: 15px;
}
2024-05-15 22:22:09 +02:00
.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);
}
2024-05-15 21:20:14 +02:00
.saveButton {
margin: 0 5px;
}
.red {
color: red;
}
.yellow {
color: yellow;
}
.green {
color: green;
}