1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-03 04:25:25 +02:00

Change Search & Profile views to use new UX/UI

This commit is contained in:
Harvey Kandola 2018-12-14 16:40:54 +00:00
parent 0ec0c65002
commit 8a654fcf3d
10 changed files with 113 additions and 103 deletions

View file

@ -1,16 +1,8 @@
.view-search {
margin-top: 30px;
> .heading {
font-size: 1.5rem;
font-weight: bold;
color: map-get($gray-shades, 800);
margin-top: 30px;
}
.search-box {
width: 300px;
}
@media (min-width: 900px) {
.search-box {
width: 400px;
@ -105,22 +97,27 @@
}
}
> .syntax {
margin: 20px 0;
margin: 10px 0;
> .example {
margin-top: 10px;
font-weight: 600;
font-size: 1.1rem;
font-weight: 500;
font-size: 1rem;
font-style: italic;
color: map-get($gray-shades, 800);
color: map-get($gray-shades, 700);
}
> .explain {
margin: 10px 0 20px 0px;
font-size: 1.2rem;
margin: 5px 0 15px 0px;
font-size: 0.9rem;
color: map-get($gray-shades, 600);
}
}
> .result-summary {
font-size: 1.2rem;
font-weight: 600;
color: map-get($gray-shades, 800);
}
}