mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
Convert inline style css to classes.
This commit is contained in:
11
src/App.vue
11
src/App.vue
@@ -134,7 +134,16 @@ b {
|
||||
.input,
|
||||
.select,
|
||||
.btn {
|
||||
@apply w-auto h-8 text-gray-600 bg-gray-300;
|
||||
@apply w-auto text-gray-600 bg-gray-300;
|
||||
}
|
||||
|
||||
.input,
|
||||
.select {
|
||||
@apply h-8;
|
||||
}
|
||||
|
||||
.btn {
|
||||
@apply h-full;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
|
||||
Reference in New Issue
Block a user