mirror of
https://github.com/mozilla/send.git
synced 2026-02-19 09:14:26 -05:00
11 lines
154 B
CSS
11 lines
154 B
CSS
.archiveTile {
|
|
border: 1px solid #d7d7db;
|
|
border-radius: 4px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.archiveTile:hover {
|
|
border: 1px solid lightblue;
|
|
}
|