mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 11:16:27 -07:00
Visual edits. Add triangular shape to headers on all pages
This commit is contained in:
parent
bede13b983
commit
b62e3eb0ca
7 changed files with 68 additions and 114 deletions
|
|
@ -6,3 +6,27 @@
|
|||
.grid-item {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.custom-shape-divider-bottom-triangle {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.custom-shape-divider-bottom-triangle svg {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: calc(100% + 1.3px);
|
||||
height: 72px;
|
||||
}
|
||||
|
||||
.custom-shape-divider-bottom-triangle .shape-fill {
|
||||
fill: #FFFFFF;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue