mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
WIP General Search.
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
color: #1552C8;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-user{
|
||||
@@ -92,6 +93,11 @@
|
||||
&:hover{
|
||||
background: $light-gray2;
|
||||
}
|
||||
&::before{
|
||||
background: escape-svg($breadcrumbs-collapsed-icon) center center;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -209,6 +215,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&__page-content{
|
||||
// padding: 22px;
|
||||
}
|
||||
@@ -269,4 +276,19 @@
|
||||
.navbar--dashboard-views{
|
||||
box-shadow: 0 0 0;
|
||||
border-bottom: 1px solid #EAEAEA;
|
||||
}
|
||||
.navbar-omnibar{
|
||||
-webkit-filter: blur(0);
|
||||
filter: blur(0);
|
||||
opacity: 1;
|
||||
top: 20vh;
|
||||
left: calc(50% - 250px);
|
||||
z-index: 21;
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1),
|
||||
0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2);
|
||||
box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2),
|
||||
0 18px 46px 6px rgba(16, 22, 26, 0.2);
|
||||
background-color: #fff;
|
||||
width: 500px;
|
||||
}
|
||||
Reference in New Issue
Block a user