use simpler striped pattern for section highlight
This commit is contained in:
parent
8552c6f62b
commit
2b6ae420f6
1 changed files with 7 additions and 9 deletions
|
@ -22,15 +22,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.section_highlight{
|
div.section_highlight{
|
||||||
margin: 0;
|
background: repeating-linear-gradient(
|
||||||
padding: 0 0 1rem 0;
|
-45deg,
|
||||||
border: 1px solid #abced4;
|
@ini_background_neu,
|
||||||
background-color: #fff;
|
@ini_background_neu 10px,
|
||||||
background-image:
|
@ini_background 10px,
|
||||||
linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
|
@ini_background 20px,
|
||||||
linear-gradient(#eee .1em, transparent .1em);
|
);
|
||||||
background-size: 100% 1.2em;
|
|
||||||
opacity: .7;
|
|
||||||
}
|
}
|
||||||
.secedit {
|
.secedit {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue