mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
bells and whistles for Send
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
.box-header {
|
||||
margin: 0 10px 5px 10px;
|
||||
text-transform: uppercase;
|
||||
display: flex;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('headingColor');
|
||||
@@ -21,6 +22,15 @@
|
||||
color: themed('headingColor');
|
||||
}
|
||||
}
|
||||
|
||||
.toggle {
|
||||
background-color: transparent;
|
||||
margin-left: 4px;
|
||||
font-size: $font-size-small;
|
||||
@include themify($themes) {
|
||||
color: themed('headingColor');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-content {
|
||||
|
||||
Reference in New Issue
Block a user