pauloamgomes / contentful-better-slugs

The Better Slugs is a simple UI extension for Contentful CMS that provides a more enhanced way to deal with slug fields.
MIT License
30 stars 16 forks source link

fix/update-input-design #17

Closed FreeCoder22 closed 3 years ago

FreeCoder22 commented 3 years ago

Many thanks for the extension. I updated the design of the input to match the current design of Contenful. If you want I can submit my pull request to you.

css replace


.iframe {
  height: 50px,
}
.container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 3px;
}
.container input {
  -webkit-appearance: textfield;
  background-color: #fff;
  border: 1px solid #cfd9e0;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 0 #e1e4e833;
  box-shadow: inset 0 2px 0 #e1e4e833;
  color: #414d63;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 0.875rem;
  margin: 0;
  max-height: 2.5rem;
  outline: none;
  padding: 0.65625rem;
  width: 100%;
}
.container input:focus {
  border: 1px solid #036fe3;
  -webkit-box-shadow: 0 0 0 3px #98cbff;
  box-shadow: 0 0 0 3px #98cbff;
  outline: none;
}
pauloamgomes commented 3 years ago

Hi @max8392 , thanks for that, yeah, please go ahead and create a PR.

FreeCoder22 commented 3 years ago

Hi @max8392 , thanks for that, yeah, please go ahead and create a PR.

Hello, Perfect, could you give me push rights to my branch? Please

pauloamgomes commented 3 years ago

Think you can just fork and then do the PR, that is not working?

FreeCoder22 commented 3 years ago

Think you can just fork and then do the PR, that is not working?

Sorry, this is my first time doing this sort of thing here. Here is my PR is available. Thanks very much

pauloamgomes commented 3 years ago

closed by #18