mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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">
|
||||
div,
|
||||
input {
|
||||
select {
|
||||
@apply w-full;
|
||||
}
|
||||
div {
|
||||
|
|
|
|||
|
|
@ -213,9 +213,4 @@
|
|||
.body .controls {
|
||||
@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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue