style: use blue gradient for section titles (#28609)

This commit is contained in:
Frédéric Péters 2018-12-05 07:39:56 +01:00
parent bf9719ecab
commit 42d3ef6603
2 changed files with 5 additions and 4 deletions

View File

@ -20,7 +20,7 @@ div#portal-agent-content {
background: transparent;
}
&.highlight {
background: linear-gradient(to right, $primary-color 0%, $secondary-color 130vh);
background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
color: white;
h2 {
color: white;

View File

@ -1080,12 +1080,13 @@ div.section {
> h2, > h3 {
font-weight: normal;
font-size: 120%;
color: #444;
background: white;
border-bottom: 1px solid transparent;
padding: 1rem 1rem 0rem 1rem;
padding: 1rem 1rem 1rem 1rem;
margin-top: 0;
margin-bottom: 0;
background: $primary-color;
background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
color: white;
}
> div, > dl {
padding: 1rem;