mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
18 lines
172 B
CSS
18 lines
172 B
CSS
input#domain {
|
|
padding: 10px 20px;
|
|
margin-bottom: 16px;
|
|
width: 100%;
|
|
}
|
|
|
|
.result-title {
|
|
display: none;
|
|
}
|
|
|
|
span.red {
|
|
color: red;
|
|
}
|
|
|
|
span.green {
|
|
color: green;
|
|
}
|