-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Impl [Alerts history] Add “Expandable Alert Table” with Expanded Rows (…
- Loading branch information
1 parent
4ca9807
commit 0654f37
Showing
14 changed files
with
272 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
@import '~igz-controls/scss/variables'; | ||
@import 'src/scss/mixins'; | ||
|
||
$alertsRowHeight: $rowHeight; | ||
$alertsHeaderRowHeight: $headerRowHeight; | ||
$alertsRowHeightExtended: $rowHeightExtended; | ||
|
||
.alerts-table { | ||
@include rowsHeight($alertsHeaderRowHeight, $alertsRowHeight, $alertsRowHeightExtended); | ||
} | ||
min-width: 1120px; | ||
|
||
&__metrics { | ||
margin: 8px 12px; | ||
} | ||
|
||
:export { | ||
alertsRowHeight: $alertsRowHeight; | ||
alertsHeaderRowHeight: $alertsHeaderRowHeight; | ||
alertsRowHeightExtended: $alertsRowHeightExtended; | ||
&__content { | ||
padding: 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.