mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
8 lines
147 B
SCSS
8 lines
147 B
SCSS
form {
|
|
input {
|
|
background: rgba(184, 189, 199, 0.1);
|
|
border: 1px solid #B8BDC7;
|
|
box-sizing: border-box;
|
|
border-radius: 2px;
|
|
}
|
|
} |