snowflake/proxy/webext/popup.css
2019-06-24 13:25:51 -04:00

21 lines
351 B
CSS

body {
margin: 1em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#active {
padding: 2em;
text-align: center;
min-width: 128px;
}
.learn {
padding-top: 1em;
border-top: 1px solid grey;
}
.learn a {
display: block;
color: grey;
text-decoration: none;
}