mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
17 lines
182 B
CSS
17 lines
182 B
CSS
|
|
#outer-wrapper {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
input {
|
|
width: 100%;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
resize: none;
|
|
border: 1px solid #e4e4e4;
|
|
margin-bottom: 1em;
|
|
}
|