1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Fixed some minor style issues

This commit is contained in:
Giulio Cesare Solaroli
2015-04-20 18:45:48 +02:00
parent 5b2e5b95d1
commit 87bde47a17
3 changed files with 10 additions and 4 deletions

View File

@@ -242,6 +242,7 @@ input {
}
.cardToolbarFrame {
width: 100%;
height: 100%;
@include flexbox;
@@ -362,6 +363,7 @@ div.cardContent {
div.cardList {
@include overflow-auto;
width: 100%;
}
$addButtonSize: 60px;