This commit is contained in:
JonatanRek 2019-10-10 13:03:21 +02:00
parent 92f1ccf9bd
commit 2b84afcba2
1 changed files with 1933 additions and 1938 deletions

View File

@ -2954,18 +2954,13 @@ h6 {
opacity: .4;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
.button-text {
line-height: 1.2;
}
@media screen and (max-width: 600px){
.button-text {
font-size: 4vw;
}
}
/*# sourceMappingURL=main.css.map */