feat(ui) - custom metrics - fix css file case sense
This commit is contained in:
parent
6cae93ed3b
commit
2bf5a66dee
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
@import 'mixins.css';
|
||||
|
||||
.modalHeader {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.cancelButton {
|
||||
@mixin plainButton;
|
||||
}
|
||||
|
||||
.applyButton {
|
||||
@mixin basicButton;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue