mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 15:58:21 +02:00
🎉 Add search section title
This commit is contained in:
parent
686e9b64ef
commit
dbf67dc47b
3 changed files with 37 additions and 20 deletions
|
@ -460,6 +460,16 @@
|
|||
"es" : "+ Nuevo proyecto"
|
||||
}
|
||||
},
|
||||
"dashboard.title-search" : {
|
||||
"used-in" : [ "src/app/main/ui/dashboard/search.cljs:37" ],
|
||||
"translations" : {
|
||||
"en" : "Search results",
|
||||
"fr" : "Résultats de recherche",
|
||||
"ru" : "Результаты поиска",
|
||||
"es" : "Resultados de búsqueda"
|
||||
}
|
||||
},
|
||||
|
||||
"dashboard.no-matches-for" : {
|
||||
"used-in" : [ "src/app/main/ui/dashboard/search.cljs:48" ],
|
||||
"translations" : {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
display: flex;
|
||||
width: 100%;
|
||||
border: 1px solid $color-gray-10;
|
||||
border-radius: 6px;
|
||||
border-radius: $br-medium;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
@ -254,13 +254,14 @@
|
|||
|
||||
.sidebar-search {
|
||||
align-items: center;
|
||||
background-color: $color-white;
|
||||
border: 1px solid $color-gray-10;
|
||||
border-radius: 4px;
|
||||
border-radius: $br-medium;
|
||||
display: flex;
|
||||
margin: 5px 15px;
|
||||
|
||||
.input-text {
|
||||
background: $color-white;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
color: $color-gray-60;
|
||||
font-size: $fs14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue