mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
styling updates
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user