1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

style tweaks to send add/edit page (#767)

* style tweaks to send add/edit page

* remove redundant conditional
This commit is contained in:
Kyle Spearrin
2021-03-12 14:37:52 -05:00
committed by GitHub
parent 368ac0ba93
commit 0e1dab40cc
3 changed files with 51 additions and 58 deletions

View File

@@ -4,14 +4,6 @@ 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;