26 lines
No EOL
448 B
CSS
26 lines
No EOL
448 B
CSS
.org-view .organization-name {
|
|
vertical-align: middle;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.org-view h3 {
|
|
margin-bottom: 20px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.org-view .section-description-header {
|
|
padding-left: 40px;
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
min-height: 50px;
|
|
}
|
|
|
|
.org-view .section-description-header:before {
|
|
font-family: FontAwesome;
|
|
content: "\f05a";
|
|
position: absolute;
|
|
top: -4px;
|
|
left: 6px;
|
|
font-size: 27px;
|
|
color: #888;
|
|
} |