mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Added support for viewing Sends'
This commit is contained in:
@@ -102,6 +102,9 @@
|
||||
&:hover, &:focus, &.active {
|
||||
@include themify($themes) {
|
||||
background-color: themed('boxBackgroundHoverColor');
|
||||
> * {
|
||||
background-color: themed('boxBackgroundHoverColor');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,14 @@ small {
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
|
||||
.subtext {
|
||||
font-size: $font-size-small;
|
||||
@include themify($themes) {
|
||||
color: themed('subtextColor') !important;
|
||||
}
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
@include themify($themes) {
|
||||
background-color: themed('primaryColor') !important;
|
||||
|
||||
@@ -88,6 +88,7 @@ $themes: (
|
||||
passwordSpecialColor: #c40800,
|
||||
calloutBorderColor: $border-color-dark,
|
||||
calloutBackgroundColor: $background-color,
|
||||
subtextColor: #6c757d,
|
||||
),
|
||||
dark: (
|
||||
textColor: #ffffff,
|
||||
@@ -138,6 +139,7 @@ $themes: (
|
||||
passwordSpecialColor: #ff7c70,
|
||||
calloutBorderColor: #2f2f2f,
|
||||
calloutBackgroundColor: #363636,
|
||||
subtextColor: #938a82,
|
||||
),
|
||||
nord: (
|
||||
textColor: $nord5,
|
||||
@@ -188,6 +190,7 @@ $themes: (
|
||||
passwordSpecialColor: $nord12,
|
||||
calloutBorderColor: $nord1,
|
||||
calloutBackgroundColor: $nord2,
|
||||
subtextColor: $nord4,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user