15 lines
No EOL
256 B
Stylus
15 lines
No EOL
256 B
Stylus
jl-pwgen {
|
|
input[type="text"] {
|
|
background-color: #1a2332;
|
|
color: #b3b3b3;
|
|
border: solid #111721;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
width: 100%
|
|
}
|
|
|
|
input, button {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
} |