Merge branch 'ui' into 'main'

Ui

See merge request opensource/answer!116
This commit is contained in:
Li Shuailing 2022-10-27 07:51:34 +00:00
commit a23ea77827
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
`Answer` is a modern Q&A community application ✨
To learn more about the philosophy and goals of the project, visit [Answer](https://answer.dev.segmentfault.com).
To learn more about the philosophy and goals of the project, visit [Answer](https://answer.dev).
### 📦 Prerequisites
@ -53,7 +53,7 @@ when cloning repo, and run `pnpm install` to init dependencies. you can use proj
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
## Build with
## 🧱 Build with
- [React.js](https://reactjs.org/) - Our front end is a React.js app.
- [Bootstrap](https://getbootstrap.com/) - UI library.

View File

@ -20,7 +20,7 @@
}
.placeholder-search {
background-color: rgba(255, 255, 255, .2);
border: 0;
border: $border-width $border-style rgba(255, 255, 255, .2);
&:focus {
border: $border-width $border-style $border-color;
}