/* ********************************************************* */
/* Temporary CSS for Developers                              */
/* Put all your css here and i will convert it to SCSS later */
/* DO NOT PUT RULES IN APP.CSS - THEY WILL BE OVERRIDEN !!!  */
/* WINDOWS STORE APP ONLY                                    */
/* ********************************************************* */

/* TEMP !!!!!! */
/*.verification-center .method-list .method[data-status="verified"] .actions button { display: block !important; }
@media only screen and (min-width: 50.063em) { .verification-center .method-list .method[data-status="verified"] .actions button { display: inline-block  !important; visibility: visible !important; } }*/

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

[v-cloak] {
    display: none;
}