1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

styling updates

This commit is contained in:
Kyle Spearrin
2018-04-09 22:25:03 -04:00
parent 42f34e4185
commit b1ac825eba
6 changed files with 86 additions and 68 deletions

View File

@@ -20,15 +20,20 @@ body {
height: 600px !important;
overflow: hidden;
&.sm {
&.body-sm {
width: 375px !important;
height: 500px !important;
}
&.xs {
&.body-xs {
width: 375px !important;
height: 300px !important;
}
&.body-full {
width: 100% !important;
height: 100% !important;
}
}
h1, h2, h3, h4, h5, h6 {
@@ -254,7 +259,8 @@ content {
bottom: 0;
left: 0;
right: 0;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
background-color: $background-color;
&.no-header {