mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05: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:
parent
a753d3c1d9
commit
75aa3764ea
1 changed files with 39 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue