Skip to content
Snippets Groups Projects
Commit dbfe459f authored by Rachel Gaubil's avatar Rachel Gaubil
Browse files

Merge branch 'collations' into 'main'

[edit] linear version : suppr highlights on abbr + adapt buttons size

Closes #68

See merge request litt-arts-num/crenum-v2!51
parents c0abb25e 41c662a6
No related branches found
No related tags found
1 merge request!51[edit] linear version : suppr highlights on abbr + adapt buttons size
...@@ -129,6 +129,10 @@ mark { ...@@ -129,6 +129,10 @@ mark {
margin: 0 1px; margin: 0 1px;
} }
mark[title="abbréviation"], mark[title="piedMouche"]{
background-color: transparent;
}
/************************/ /************************/
@media (max-width: 576px) { @media (max-width: 576px) {
.img-thumbnails { .img-thumbnails {
...@@ -317,6 +321,23 @@ mark { ...@@ -317,6 +321,23 @@ mark {
padding: 1px 4px; padding: 1px 4px;
margin-right: 5px; margin-right: 5px;
margin-bottom: 5px; margin-bottom: 5px;
/* font-size: 0.8rem; */
}
/* TEST à mixer avec ceux du bas pour les margin bottom et top et ceux du haut pour le tab-pane*/
@media (max-width: 1050px) {
.btn.toggle-mark {
font-size: 0.6rem;
}
}
@media (min-width: 1050px) and (max-width: 1250px) {
.btn.toggle-mark {
font-size: 0.7rem;
}
}
@media (min-width: 1250px) {
.btn.toggle-mark {
font-size: 0.8rem;
}
} }
/* change btn layout */ /* change btn layout */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment