mirror of https://gitee.com/answerdev/answer.git
Merge branch 'ui' into 'main'
Ui See merge request opensource/answer!116
This commit is contained in:
commit
a23ea77827
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue