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

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

parent c0abb25e
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 {
margin: 0 1px;
}
mark[title="abbréviation"], mark[title="piedMouche"]{
background-color: transparent;
}
/************************/
@media (max-width: 576px) {
.img-thumbnails {
......@@ -317,6 +321,23 @@ mark {
padding: 1px 4px;
margin-right: 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 */
......
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