mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Change Search & Profile views to use new UX/UI
This commit is contained in:
parent
0ec0c65002
commit
8a654fcf3d
10 changed files with 113 additions and 103 deletions
|
@ -40,8 +40,9 @@
|
|||
> .nav-options {
|
||||
> .option {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
|
||||
>.dicon {
|
||||
> .dicon {
|
||||
display: inline-block;
|
||||
color: $color-white;
|
||||
font-size: 20px;
|
||||
|
@ -52,6 +53,10 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
> .selected {
|
||||
// background-color: $theme-400;
|
||||
}
|
||||
}
|
||||
|
||||
> .meta {
|
||||
|
|
|
@ -37,6 +37,11 @@
|
|||
color: $color-black-light-3;
|
||||
}
|
||||
|
||||
> input[type=checkbox] {
|
||||
margin: -6px 0 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
> .dicon {
|
||||
color: map-get($gray-shades, 600);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue