Fix buttons styles

This commit is contained in:
Joachim
2021-04-21 22:32:14 +02:00
parent b1fea98458
commit 0b0a283e64
5 changed files with 41 additions and 17 deletions

View File

@ -30,6 +30,30 @@ body {
min-width: 75% !important;
}
/** Utils
******************************************************************************/
@media only screen and (max-width: 768px) {
.is-sr-only-mobile {
border: none !important;
clip: rect(0,0,0,0) !important;
height: .01em !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
white-space: nowrap !important;
width: .01em !important;
}
.m-0-mobile {
margin: 0 !important;
}
}
.button.is-transparent {
background-color: transparent;
}
/** Shelving
******************************************************************************/