mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
13 lines
278 B
CSS
13 lines
278 B
CSS
.portfolio-manager {
|
|
margin: 2em 0;
|
|
}
|
|
|
|
.portfolio-manager .section-title .title-box {
|
|
color: #FFFFFF;
|
|
background-color: #287DCE;
|
|
box-shadow: .35em .35em rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.portfolio-manager .section-title .title-tail {
|
|
border-top: 1.5em solid #15569C;
|
|
} |