CSS
This commit is contained in:
parent
92f1ccf9bd
commit
2b84afcba2
@ -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 */
|
Loading…
Reference in New Issue
Block a user