GaiaXiOS/GaiaXiOSTests/GaiaXiOSTests.bundle/template_merge_empty_nodes/index.css (41 lines of code) (raw):
#template_merge_empty_nodes {
width: 100%;
height: 100px;
background-color: primaryBackground;
}
#image1 {
width: 100px;
height: 100px;
border-radius: 7px;
background-color: primaryFillColor;
}
#container1 {
height: 100%;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
}
#container2 {
height: 100%;
flex-direction: column;
width: 100%;
}
#container3 {
height: 100%;
flex-direction: column;
width: 100%;
}
#text1 {
width: 100%;
text-overflow: ellipsis;
height: 20px;
color: #000000;
font-size: 15px;
}
#text2 {
width: 100%;
text-overflow: ellipsis;
height: 20px;
color: #000000;
font-size: 15px;
}