Modified save button style.
This commit is contained in:
parent
a89315c6ae
commit
0663d5bc02
1 changed files with 16 additions and 1 deletions
|
@ -2576,13 +2576,28 @@ button.collapsible.metadataRubrics.active {
|
||||||
}
|
}
|
||||||
.virtualArticleSwitch {
|
.virtualArticleSwitch {
|
||||||
border-top: 1px solid #8B4513;
|
border-top: 1px solid #8B4513;
|
||||||
|
border-bottom: 1px solid #dde4e3;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: baseline;
|
||||||
|
background-color: #F6F6F6;
|
||||||
}
|
}
|
||||||
.virtualArticleSwitch >label.switch {
|
.virtualArticleSwitch >label.switch {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
border-bottom: 1px solid #dde4e3;
|
padding-top: 9px;
|
||||||
|
}
|
||||||
|
.virtualArticleSwitch >button {
|
||||||
|
all: unset;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: "IPH Astra Serif";
|
||||||
|
font-size: 1.3rem;
|
||||||
|
padding: 15px;
|
||||||
|
background-color: #f8eccc;
|
||||||
}
|
}
|
||||||
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
.virtualArticleBiblio >div.virtualBibliography >div.bibliography {
|
||||||
background-image: url(../images/bullet_icon.png);
|
background-image: url(../images/bullet_icon.png);
|
||||||
|
|
Loading…
Add table
Reference in a new issue