Added images for buttons.
This commit is contained in:
parent
968ca06db7
commit
771468900b
3 changed files with 21 additions and 7 deletions
|
@ -2684,12 +2684,6 @@ button.collapsible.active {
|
||||||
.parentRubric >li {
|
.parentRubric >li {
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
#wrapper-content >div.label {
|
|
||||||
font-family: "IPH Astra Serif";
|
|
||||||
font-size: 1.2rem;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
color: #8B4513;
|
|
||||||
}
|
|
||||||
.childRubric {
|
.childRubric {
|
||||||
font-family: "IPH Astra Serif";
|
font-family: "IPH Astra Serif";
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
@ -2724,7 +2718,7 @@ button.collapsible.active {
|
||||||
}
|
}
|
||||||
#individual-intro.person #individual-info {
|
#individual-intro.person #individual-info {
|
||||||
width:87%;
|
width:87%;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
#share-contact {
|
#share-contact {
|
||||||
width: 11%;
|
width: 11%;
|
||||||
|
@ -2871,6 +2865,20 @@ span.iconControlsNotEditable {
|
||||||
font-size: 1.15em!important;
|
font-size: 1.15em!important;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
}
|
}
|
||||||
|
.collapsibleLink {
|
||||||
|
font-family: "IPH Astra Serif";
|
||||||
|
font-size: 1.3rem;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.collapsibleLink:hover {
|
||||||
|
color: #8B4513;
|
||||||
|
}
|
||||||
|
.label.collapsible {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
border-bottom: 1px dashed #9C9C9C;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* FONTS --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M1.09926 1L6.5 7.23624L11.9007 1H1.09926Z" stroke="#8B4513"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 172 B |
|
@ -0,0 +1,3 @@
|
||||||
|
<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M1.09926 7L6.5 0.763763L11.9007 7H1.09926Z" stroke="#8B4513"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 173 B |
Loading…
Add table
Reference in a new issue