Skip to content
Snippets Groups Projects

ISTWCMS-5618: New OFIS ohana template/profile.

Merged Igor Biki requested to merge feature/ISTWCMS-5618-ibiki-ofis-updates into 1.0.x
5 files
+ 236
0
Compare changes
  • Side-by-side
  • Inline
Files
5
@use '../../01-core' as *;
.ofis-profile-jobtitle {
font-size: 1.4rem;
}
.ofis-profile-header {
display: flex;
flex-direction: column;
gap: 1rem;
padding-top: 1rem;
.ofis-profile-picture {
display: block;
width: 188px;
height: auto;
margin: 0 auto;
flex-shrink: 0;
}
@media(min-width: $screen-xs) {
flex-direction: row;
.ofis-profile-picture {
margin: 0;
}
}
}
Loading