1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): add styles for parsleyjs #211

This commit is contained in:
Awilum
2020-01-30 00:20:06 +03:00
parent 721eeda48b
commit b6d505ac07
2 changed files with 10 additions and 2 deletions

View File

@@ -10,8 +10,10 @@
@import 'base/content';
@import 'base/icons';
/* Vendor */
@import 'vendor/codemirror';
/* Vendor modules */
@import 'modules/codemirror';
@import 'modules/presley';
/* Components */
@import 'components/tables';

View File

@@ -0,0 +1,6 @@
/* purgecss start ignore */
.parsley-errors-list
{
@apply opacity-75 mt-2 mb-1 text-xs text-red;
}
/* purgecss end ignore */