diff --git a/src/App.css b/src/App.css index d241c0d..d6ee471 100644 --- a/src/App.css +++ b/src/App.css @@ -32,4 +32,19 @@ input::-webkit-inner-spin-button { /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #b30000; +} +select { + -webkit-appearance: none; + -moz-appearance: none; + background: transparent; + background-image: url("data:image/svg+xml;utf8,"); + background-repeat: no-repeat; + background-position-x: 1%; + background-position-y: 50%; + border: 1px solid #dfdfdf; + border-radius: 2px; + /* margin-right: 2rem; */ + padding: 1rem; + padding-right: 2rem; + cursor: pointer; } \ No newline at end of file diff --git a/src/view/services/index.js b/src/view/services/index.js index 64193ed..8c9f3b1 100644 --- a/src/view/services/index.js +++ b/src/view/services/index.js @@ -220,9 +220,9 @@ const Services = ({ -
+