TakeCareApp/app/www/profile.css

23 lines
324 B
CSS
Raw Normal View History

2020-12-20 15:46:02 +01:00
#profileData{
display:flex;
justify-content:center;
2021-01-19 17:56:28 +01:00
max-width:700px;
align-self:center;
2020-12-20 15:46:02 +01:00
}
#profileData > .row,#profileData > .row > .well{
width:100%;
2021-01-19 17:56:28 +01:00
#background-color:#00A896;
2020-12-20 15:46:02 +01:00
}
#profileData > .row .well{
2021-01-19 17:56:28 +01:00
display:flex;
justify-content:center;
flex-direction:column;
2020-12-20 15:46:02 +01:00
color:white;
2021-01-19 17:56:28 +01:00
background-color:#00A896;
2020-12-20 15:46:02 +01:00
}