1
0
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:
addison
2021-02-18 13:03:20 -05:00
parent 4a8cf62495
commit ac807b6d54
7 changed files with 170 additions and 78 deletions

View File

@@ -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 {