This commit is contained in:
Danny Coates
2018-10-16 16:53:33 -07:00
parent 2b81ff1fb3
commit cc85486414
28 changed files with 207 additions and 97 deletions
+10
View File
@@ -0,0 +1,10 @@
.archiveTile {
border: 1px solid #d7d7db;
border-radius: 4px;
width: 100%;
height: 100%;
}
.archiveTile:hover {
border: 1px solid lightblue;
}