code-export-syntax/chromium/assets/css/popup.css
2025-10-18 19:24:46 +00:00

64 lines
No EOL
646 B
CSS

body {
min-width: 350px;
}
/* Overrides */
p,
h1,
button {
margin-bottom: 0 !important;
}
h1 {
font-size: 1.5em;
}
/* Layout */
main {
button {
span {
font-style: italic;
}
}
}
/* Components */
header {
border-bottom: solid 1px aliceblue;
}
.status {
&.update .update,
&.success .success,
&.no-target .no-target {
display: block;
}
article {
border: solid 1px var(--pico-primary-border);
display: none;
&.error {
border: solid 1px salmon;
p {
color: crimson;
}
}
p {
color: var(--pico-primary-background);
& + p {
margin-top: 5px;
}
}
}
button {
display: none;
}
}