1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

combine edit into add/edit component

This commit is contained in:
Kyle Spearrin
2018-01-26 14:56:54 -05:00
parent 298b12bf0d
commit eee5f6ff32
11 changed files with 94 additions and 110 deletions

View File

@@ -47,7 +47,7 @@
border-radius: $border-radius;
}
&:last-child {
&:last-child:not(.box-content-row-cf) {
&:before {
border: none;
height: 0;

View File

@@ -73,6 +73,7 @@ a {
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;
}
textarea {