1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-12-19 21:07:03 +01:00

Updated SCSS

This commit is contained in:
Giulio Cesare Solaroli
2015-01-21 18:29:30 +01:00
parent 43b0239ab8
commit afaa767238
4 changed files with 216 additions and 13 deletions

View File

@@ -86,6 +86,16 @@ div.cardList.narrow {
}
}
}
&.EXPIRED {
ul {
li {
&:after {
content: "";
}
}
}
}
}
$cardViewBasePadding: 10px;