Update tunit editor
Now with fancy new radio-buttons.
This commit is contained in:
@ -3,4 +3,5 @@
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
/* This file is for your main application CSS */
|
||||
@import "./article.css"
|
||||
@import "./article.css";
|
||||
@import "./tunit-editor.css";
|
||||
|
||||
3
assets/css/tunit-editor.css
Normal file
3
assets/css/tunit-editor.css
Normal file
@ -0,0 +1,3 @@
|
||||
.tunit-status input[type="radio"]:checked+label {
|
||||
@apply opacity-100 text-gray-100
|
||||
}
|
||||
Reference in New Issue
Block a user