mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 16:50:13 +00:00
fix: remove unused styles
This commit is contained in:
parent
d38706f250
commit
0c35b18a13
2 changed files with 1 additions and 6 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
div,
|
div,
|
||||||
input {
|
select {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
|
|
|
||||||
|
|
@ -213,9 +213,4 @@
|
||||||
.body .controls {
|
.body .controls {
|
||||||
@apply flex flex-row items-center justify-between;
|
@apply flex flex-row items-center justify-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.candidatePreview {
|
|
||||||
@apply mt-5 h-20 w-full rounded-xl bg-gray-200;
|
|
||||||
@apply hover:cursor-pointer;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue