Files
Nuvolar/Nuvolar.Scanner.Android.Mobile/layouts/Empty/EmptyLayout.css
T
ivanszabo e986f8cc23 Átállás
JUSTWEB létrehozása
2017-08-24 10:42:06 +02:00

20 lines
316 B
CSS

.empty-layout {
width: 100%;
height: 100%;
position: relative;
}
/* Prevent margin collapse */
.empty-layout::before {
content: "\00a0";
display: block;
overflow: hidden;
height: 0;
}
.empty-layout > div.content,
.empty-layout > div.content > div {
width: 100%;
height: 100%;
}