TakeCareApp/app/www/profile.css
2020-12-20 15:46:02 +01:00

18 lines
213 B
CSS

#profileData{
display:flex;
justify-content:center;
}
#profileData > .row,#profileData > .row > .well{
width:100%;
}
#profileData > .row .well{
#display:flex;
color:white;
background-color:#00A896;
}