Skip to content

Commit

Permalink
Update _common.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Mar 14, 2024
1 parent 31d43fa commit 86c3660
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ body {
justify-content: center;
}

.no-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}

ol,
ul {
list-style-type: none;
Expand Down

0 comments on commit 86c3660

Please sign in to comment.