quimper: work around ineffective cell-border-radius condition

This commit is contained in:
Frédéric Péters 2020-02-14 13:23:10 +01:00
parent 64466d9a63
commit e95ffa34bc
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ $remote-font-path: 'https://perso.entrouvert.org/~fred/quimper/';
url('#{$remote-font-path}/geometric_231_heavy_bt-webfont.ttf') format('truetype');
}
div.a2-continue,
div#services > ul > li,
div.a2-block,
.gru-content div.cell,
div.block {
overflow: visible;
}
button::-moz-focus-inner {
border: 0;
}