Update styles.

This commit is contained in:
Lars Jung 2016-06-19 16:50:23 +02:00
parent 8ef9575e51
commit 8656bdd74e
9 changed files with 236 additions and 461 deletions

View file

@ -1,3 +1,20 @@
.hidden {
display: none !important;
}
.invisible {
visibility: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.card {
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}