mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-10 12:15:34 +00: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;
|
|
}
|