Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
822
Merge Requests
53
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
4bcdec41
Commit
4bcdec41
authored
29 minutes ago
by
Olivia Madrid
Browse files
Options
Download
(refactor): minor changes to include dashboard header
parent
68d0e6f7
generic-dropdown-2209
1 merge request
!662
Generic dropdown component
Pipeline
#97197617
failed with stages
in 6 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
18 deletions
+8
-18
src/app/common/components/dropdown-v2/dropdown-v2.component.scss
View file @
4bcdec41
...
...
@@ -190,17 +190,15 @@ m-dropdownV2 {
width
:
120px
;
}
}
.m-dropdownV2__wrapper
{
>
*
{
width
:
140px
;
}
}
}
}
@media
screen
and
(
max-width
:
$max-mobile
)
{
m-dropdownV2
{
.m-dropdownV2__wrapper
{
>
*
{
width
:
160px
;
}
.m-dropdownV2__header
{
padding-right
:
10px
;
i
{
...
...
This diff is collapsed.
src/app/modules/analytics/v2/dashboard.component.scss
View file @
4bcdec41
...
...
@@ -30,22 +30,14 @@ m-analytics__dashboard {
}
}
}
m-
analytics__filter
{
m-
dropdownV2
{
margin
:
0
;
}
.m-
analyticsFilter
__wrapper
{
.m-
dropdownV2
__wrapper
{
>
*
{
width
:
180px
;
}
}
.m-analyticsDashboard__timespanFilter
{
.m-analytics__filterWrapper
{
margin-top
:
0px
;
}
.m-analytics__filterLabel
{
display
:
none
;
}
}
}
.m-analyticsDashboard__description
{
margin
:
8px
16px
32px
0
;
...
...
@@ -64,9 +56,9 @@ m-analytics__dashboard {
@media
screen
and
(
max-width
:
$min-tablet
)
{
.m-dashboardLayout__header
{
m-
analytics__filter
{
m-
dropdownV2
{
margin
:
0
16px
8px
0
;
.m-
analyticsFilter
__wrapper
{
.m-
dropdownV2
__wrapper
{
>
*
{
width
:
160px
;
}
...
...
@@ -80,7 +72,7 @@ m-analytics__dashboard {
@media
screen
and
(
max-width
:
$max-mobile
)
{
.m-dashboardLayout__header
{
.m-
analyticsFilter
__wrapper
{
.m-
dropdownV2
__wrapper
{
>
*
{
width
:
140px
;
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment