mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 06:48:37 +02:00
Used the browser style property to make it possible to use the firefox style guide. more info on the guide, see the link: https://firefoxux.github.io/StyleGuide/#/controls
17 lines
133 B
CSS
17 lines
133 B
CSS
html, body {
|
|
width: 350px;
|
|
}
|
|
|
|
a {
|
|
margin: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
button {
|
|
margin:10px;
|
|
}
|
|
|
|
.panel {
|
|
margin: 5px;
|
|
}
|