// Prefix all styles with "vis" to avoid conflicts. // Examples // visChart // visChart__legend // visChart__legend--small // visChart__legend-isLoading .visAppWrapper { display: flex; flex-direction: column; flex-grow: 1; } .visAppLoadingWrapper { align-items: center; justify-content: center; display: flex; flex-grow: 1; }