contributors, Interface administrators, uploadaccess
875
edits
mNo edit summary |
mNo edit summary |
||
Line 274: | Line 274: | ||
/* Style the aptitude | /* Style the aptitude table */ | ||
.aptitude- | .aptitude-table { | ||
display: flex; | display: flex; | ||
flex-direction: column; | |||
} | } | ||
/* Style the aptitude | /* Style the aptitude header */ | ||
.aptitude- | .aptitude-header { | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | |||
} | } | ||
/* Style the aptitude | /* Style the aptitude values container */ | ||
.aptitude- | .aptitude-values { | ||
display: flex; | display: flex; | ||
flex-direction: row; | |||
align-items: center; | align-items: center; | ||
} | } | ||
/* Style the aptitude | /* Style the aptitude value */ | ||
.aptitude- | .aptitude-value { | ||
text-align: center; | text-align: center; | ||
margin: 10px; | |||
} | |||
/* Style the aptitude icons container */ | |||
.aptitude-icons { | |||
display: flex; | |||
flex-direction: row; | |||
justify-content: center; | |||
} | } | ||
/* Style the | /* Style the aptitude icons */ | ||
.aptitude-icons img { | .aptitude-icons img { | ||
width: 50px; | width: 50px; | ||
height: 50px; | height: 50px; | ||
margin: 0 10px; | |||
border: 2px solid #007BFF; | border: 2px solid #007BFF; | ||
border-radius: 50%; | border-radius: 50%; |