Added images for buttons.

This commit is contained in:
Svetlana Rastegina 2021-03-11 14:16:47 +01:00 committed by Georgy Litvinov
parent 968ca06db7
commit 771468900b
3 changed files with 21 additions and 7 deletions

View file

@ -2684,12 +2684,6 @@ button.collapsible.active {
.parentRubric >li {
margin-bottom: 8px;
}
#wrapper-content >div.label {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
margin-bottom: 4px;
color: #8B4513;
}
.childRubric {
font-family: "IPH Astra Serif";
font-size: 1.2rem;
@ -2724,7 +2718,7 @@ button.collapsible.active {
}
#individual-intro.person #individual-info {
width:87%;
margin-bottom: 0px;
margin-bottom: 10px;
}
#share-contact {
width: 11%;
@ -2871,6 +2865,20 @@ span.iconControlsNotEditable {
font-size: 1.15em!important;
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 --------------------------------> */
/* -------------------------------------------------> */

View file

@ -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

View file

@ -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