Update app.scss

pull/3890/head
Julio Montoya 5 years ago
parent 4eb0d8adf6
commit 1cd3cc5553
  1. 11
      assets/css/app.scss

@ -46,7 +46,8 @@
@apply bg-white rounded shadow-lg;
}
// Buttons
// Buttons.
.btn {
//@apply inline-block text-black px-4 py-2 text-xs font-medium leading-6 text-center bg-gray-100 uppercase transition rounded shadow hover:shadow-lg focus:outline-none;
//disabled:cursor-not-allowed
@ -74,7 +75,7 @@
@apply -ml-1 mr-1 h-4 w-5 fill-current ;
}
// Forms
// Forms.
.help-block {
@apply mt-2 text-xs text-gray-500;
@ -135,7 +136,7 @@
@apply flex flex-row justify-start gap-2 border rounded-sm px-3 py-3;
}
// Alert
// Alerts
.alert {
@apply px-6 py-4 border-0 rounded relative mb-4;
@ -179,6 +180,10 @@
@apply text-gray-500 text-2xl flex flex-row gap-2;
}
#no-data-view {
@apply flex flex-col items-center justify-center p-4 space-y-4 antialiased text-gray-900;
}
@import "scss/index.scss";
}

Loading…
Cancel
Save