mirror of
https://github.com/mozilla/send.git
synced 2026-02-06 02:45:06 -05:00
12 lines
129 B
CSS
12 lines
129 B
CSS
.background {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
z-index: -1;
|
|
}
|
|
|
|
.background > img {
|
|
height: 100%;
|
|
}
|