2019-03-19 11:37:15 +00:00
|
|
|
/*
|
2019-03-22 22:17:33 +00:00
|
|
|
Theme Name: Twenty Nineteen - Tailwind CSS
|
2019-03-22 23:04:27 +00:00
|
|
|
Template: twentynineteen
|
2019-03-19 11:37:15 +00:00
|
|
|
*/
|
|
|
|
|
2019-03-17 22:50:21 +00:00
|
|
|
@tailwind base;
|
|
|
|
|
|
|
|
a {
|
2019-03-18 18:37:21 +00:00
|
|
|
@apply text-gray-600 no-underline
|
2019-03-17 22:50:21 +00:00
|
|
|
}
|
2019-03-17 22:52:22 +00:00
|
|
|
|
2019-03-17 22:50:21 +00:00
|
|
|
a:hover,
|
|
|
|
a:focus {
|
2019-04-16 19:43:59 +00:00
|
|
|
@apply text-blue-800;
|
2019-03-17 22:50:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@tailwind components;
|
|
|
|
|
2019-03-28 08:44:24 +00:00
|
|
|
h2:before {
|
|
|
|
content: '';
|
2019-04-16 19:43:59 +00:00
|
|
|
@apply w-10 block border-t-2 border-gray-600 mb-4;
|
2019-03-22 23:49:42 +00:00
|
|
|
}
|
|
|
|
|
2019-03-22 23:51:14 +00:00
|
|
|
.screen-reader-text {
|
2019-04-16 19:43:59 +00:00
|
|
|
@apply absolute opacity-0 pointer-events-none;
|
2019-03-22 23:51:14 +00:00
|
|
|
}
|
|
|
|
|
2019-04-16 22:18:02 +00:00
|
|
|
@import 'components/avatars.css';
|
|
|
|
@import 'components/comment-list.css';
|
2019-03-23 07:32:01 +00:00
|
|
|
@import 'components/content.css';
|
2019-04-16 22:18:02 +00:00
|
|
|
@import 'components/discussion-avatar-list.css';
|
2019-03-28 09:35:58 +00:00
|
|
|
@import 'components/forms.css';
|
2019-03-23 07:18:14 +00:00
|
|
|
@import 'components/post.css';
|
2019-03-28 08:45:56 +00:00
|
|
|
@import 'components/widgets.css';
|
2019-03-23 07:18:14 +00:00
|
|
|
|
2019-03-17 22:50:21 +00:00
|
|
|
@tailwind utilities;
|