Nyoom, bye bye Vue

This commit is contained in:
Dane Everitt
2019-06-28 22:52:57 -07:00
parent 109bed4f7d
commit e69d55ec6f
80 changed files with 2 additions and 5097 deletions

View File

@@ -0,0 +1,9 @@
.login-box {
@apply .bg-white .shadow-lg .rounded-lg .p-6;
@screen xsx {
@apply .rounded-none;
margin-top: 25%;
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2), 0 -15px 30px 0 rgba(0, 0, 0, .2);
}
}