1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

styling updates

This commit is contained in:
Kyle Spearrin
2018-01-31 16:51:59 -05:00
parent ae955e6650
commit 44bfeffcdd
4 changed files with 17 additions and 13 deletions

View File

@@ -2,35 +2,29 @@
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: $background-color-alt2;
overflow: hidden;
font-family: $font-family-sans-serif;
font-size: $font-size-base;
color: $text-color;
line-height: 1.42857143;
line-height: $line-height-base;
}
h1, h2, h3, h4, h5, h6 {
font-family: $font-family-sans-serif;
color: $text-color;
margin: 0;
padding: 0;
}
p {
margin: 0 0 10px 0;
padding: 0;
margin-bottom: 10px;
}
img {
margin: 0;
padding: 0;
border: none;
}
@@ -45,7 +39,6 @@ input, select, textarea, button {
}
button {
padding: 0;
white-space: nowrap;
}