mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +00:00
fix: select padding
This commit is contained in:
parent
29878e19aa
commit
9919b22c35
1 changed files with 2 additions and 2 deletions
|
|
@ -90,9 +90,9 @@
|
|||
|
||||
<style lang="postcss">
|
||||
select {
|
||||
@apply border-1 h-full w-2/5 rounded pl-3 pr-3;
|
||||
@apply border-1 h-full w-2/5 rounded;
|
||||
@apply hover:border-sspsBlue rounded-lg border border-2 bg-[#f8fafb] p-3 text-xl shadow-lg outline-none transition-colors duration-300;
|
||||
|
||||
@apply pb-[0.9rem];
|
||||
-webkit-appearance: none !important;
|
||||
-moz-appearance: none !important;
|
||||
appearance: none !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue