mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 11:31:55 +02:00
CMS BS5 Migration - Migrating about.less to about.scss (#20783)
* copying the styling from about.less into about.scss * adding closest spacing available in BS5 GitOrigin-RevId: c4470ab1972762a025a42d581a6dee3c28ba7e2d
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
/*
|
||||
v2
|
||||
About Page
|
||||
*/
|
||||
.team {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
.team-member {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-bottom: var(--spacing-09);
|
||||
width: 100%;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.team-pic {
|
||||
float: left;
|
||||
margin-right: var(--spacing-04);
|
||||
}
|
||||
|
||||
.team-info {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.team-connect {
|
||||
list-style: none;
|
||||
margin-top: var(--spacing-04);
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin: 0 var(--spacing-07) 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user