mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
groupings and content
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
html, body {
|
||||
background-color: $background-color-alt2;
|
||||
background-color: $background-color;
|
||||
font-family: $font-family-sans-serif;
|
||||
font-size: $font-size-base;
|
||||
color: $text-color;
|
||||
@@ -71,16 +71,16 @@ textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
div::-webkit-scrollbar {
|
||||
content::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
div::-webkit-scrollbar-track {
|
||||
content::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
div::-webkit-scrollbar-thumb {
|
||||
content::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(100,100,100,.2);
|
||||
border-radius: 10px;
|
||||
margin-right: 1px;
|
||||
@@ -196,3 +196,29 @@ header {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
app-root {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 980;
|
||||
}
|
||||
|
||||
content {
|
||||
position: absolute;
|
||||
top: 44px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow: auto;
|
||||
|
||||
&.no-header {
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-page {
|
||||
content {
|
||||
bottom: 55px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user