Allow setting a monitoring flag. Confirmation mail missing.
This commit is contained in:
parent
2fb4e9a227
commit
1b173b79d4
8 changed files with 254 additions and 19 deletions
11
app/styles/_mixins.scss
Normal file
11
app/styles/_mixins.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@mixin not-selectable {
|
||||
user-select: none;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
%not-selectable {
|
||||
@include not-selectable;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue