-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable viewencapsulation for some
- Loading branch information
1 parent
6bb5869
commit 2cc161b
Showing
20 changed files
with
102 additions
and
120 deletions.
There are no files selected for viewing
16 changes: 7 additions & 9 deletions
16
libs/mintplayer-ng-bootstrap/close/src/close.component.scss
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,10 +1,8 @@ | ||
bs-close { | ||
// Configuration | ||
@import "../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../node_modules/bootstrap/scss/mixins"; | ||
// Configuration | ||
@import "../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../node_modules/bootstrap/scss/mixins"; | ||
|
||
// Layout & components | ||
@import "../../../../node_modules/bootstrap/scss/close"; | ||
} | ||
// Layout & components | ||
@import "../../../../node_modules/bootstrap/scss/close"; |
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
42 changes: 22 additions & 20 deletions
42
libs/mintplayer-ng-bootstrap/color-picker/components/slider/slider.component.scss
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,26 +1,28 @@ | ||
$size: 8px; | ||
$thumb: 3 * $size; | ||
|
||
.bs-slider-track { | ||
height: $size; | ||
} | ||
bs-slider { | ||
.bs-slider-track { | ||
height: $size; | ||
} | ||
|
||
.bs-slider-wrapper { | ||
padding-top: $size; | ||
padding-bottom: $size; | ||
} | ||
.bs-slider-wrapper { | ||
padding-top: $size; | ||
padding-bottom: $size; | ||
} | ||
|
||
.thumb { | ||
width: $thumb; | ||
height: $thumb; | ||
top: 0; | ||
// margin-top: -$size; | ||
// margin-bottom: -$size; | ||
border-radius: 50%; | ||
box-shadow: 0 0 0 0.1rem rgba(100, 107, 114, 0.25); | ||
} | ||
|
||
.thumb { | ||
width: $thumb; | ||
height: $thumb; | ||
top: 0; | ||
// margin-top: -$size; | ||
// margin-bottom: -$size; | ||
border-radius: 50%; | ||
box-shadow: 0 0 0 0.1rem rgba(100, 107, 114, 0.25); | ||
} | ||
|
||
.track { | ||
height: $size; | ||
border-radius: $size; | ||
.track { | ||
height: $size; | ||
border-radius: $size; | ||
} | ||
} |
16 changes: 9 additions & 7 deletions
16
libs/mintplayer-ng-bootstrap/dock/src/dock-pane-renderer/dock-pane-renderer.component.scss
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,9 +1,11 @@ | ||
.dock-tabs { | ||
background: #F3F3F3; | ||
// border: 4px solid #5858F8; | ||
} | ||
bs-dock-pane-renderer { | ||
.dock-tabs { | ||
background: #F3F3F3; | ||
// border: 4px solid #5858F8; | ||
} | ||
|
||
:host .tab-page-content { | ||
background: #FFF; | ||
min-height: 100%; | ||
.tab-page-content { | ||
background: #FFF; | ||
min-height: 100%; | ||
} | ||
} |
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
18 changes: 9 additions & 9 deletions
18
libs/mintplayer-ng-bootstrap/pagination/src/component/pagination/pagination.component.scss
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,12 +1,12 @@ | ||
bs-pagination { | ||
// Configuration | ||
@import "../../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../../node_modules/bootstrap/scss/mixins"; | ||
// Configuration | ||
@import "../../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../../node_modules/bootstrap/scss/mixins"; | ||
|
||
// Layout & components | ||
@import "../../../../../../node_modules/bootstrap/scss/pagination"; | ||
|
||
// Layout & components | ||
@import "../../../../../../node_modules/bootstrap/scss/pagination"; | ||
|
||
:host { | ||
display: inline-block; | ||
} |
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
10 changes: 0 additions & 10 deletions
10
libs/mintplayer-ng-bootstrap/progress-bar/src/progress-bar/progress-bar.component.scss
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,10 +0,0 @@ | ||
bs-progress-bar { | ||
// Configuration | ||
@import "../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../node_modules/bootstrap/scss/mixins"; | ||
|
||
// Layout & components | ||
@import "../../../../../node_modules/bootstrap/scss/progress";// Disable animation if transitions are disabled | ||
} | ||
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
22 changes: 10 additions & 12 deletions
22
libs/mintplayer-ng-bootstrap/select/src/component/select.component.scss
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,13 +1,11 @@ | ||
// :host { | ||
// display: contents; | ||
// } | ||
// @import "../../../../../node_modules/bootstrap/scss/bootstrap-utilities.scss"; | ||
@import "../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../node_modules/bootstrap/scss/mixins"; | ||
// @import "../../../../../node_modules/bootstrap/scss/utilities"; | ||
@import "../../../../../node_modules/bootstrap/scss/forms/form-select"; | ||
|
||
bs-select { | ||
// @import "../../../../../node_modules/bootstrap/scss/bootstrap-utilities.scss"; | ||
@import "../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../node_modules/bootstrap/scss/mixins"; | ||
// @import "../../../../../node_modules/bootstrap/scss/utilities"; | ||
@import "../../../../../node_modules/bootstrap/scss/forms/form-select"; | ||
} | ||
:host { | ||
display: contents; | ||
} |
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
30 changes: 14 additions & 16 deletions
30
libs/mintplayer-ng-bootstrap/spinner/src/spinner.component.scss
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,19 +1,17 @@ | ||
bs-spinner { | ||
@import '../../../../node_modules/bootstrap/scss/functions'; | ||
@import '../../../../node_modules/bootstrap/scss/variables'; | ||
@import '../../../../node_modules/bootstrap/scss/variables-dark'; | ||
@import '../../../../node_modules/bootstrap/scss/mixins'; | ||
// @import '../../../../node_modules/bootstrap/scss/bootstrap-utilities.scss'; | ||
// @import '../../../../node_modules/bootstrap/scss/utilities'; | ||
@import '../../../../node_modules/bootstrap/scss/spinners'; | ||
// @import '../../../../node_modules/bootstrap/scss/utilities/api'; | ||
@import '../../../../node_modules/bootstrap/scss/functions'; | ||
@import '../../../../node_modules/bootstrap/scss/variables'; | ||
@import '../../../../node_modules/bootstrap/scss/variables-dark'; | ||
@import '../../../../node_modules/bootstrap/scss/mixins'; | ||
// @import '../../../../node_modules/bootstrap/scss/bootstrap-utilities.scss'; | ||
// @import '../../../../node_modules/bootstrap/scss/utilities'; | ||
@import '../../../../node_modules/bootstrap/scss/spinners'; | ||
// @import '../../../../node_modules/bootstrap/scss/utilities/api'; | ||
|
||
// For some reason, the above imports do not apply the animation | ||
.spinner-border { | ||
animation: .75s linear infinite spinner-border; | ||
} | ||
// For some reason, the above imports do not apply the animation | ||
.spinner-border { | ||
animation: .75s linear infinite spinner-border; | ||
} | ||
|
||
.spinner-grow { | ||
animation: .75s linear infinite spinner-grow; | ||
} | ||
.spinner-grow { | ||
animation: .75s linear infinite spinner-grow; | ||
} |
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
2 changes: 1 addition & 1 deletion
2
libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer/sticky-footer.component.html
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,3 +1,3 @@ | ||
<footer bsObserveSize #sizeObserver="bsObserveSize" class="footer sfooter position-absolute"> | ||
<footer bsObserveSize #sizeObserver="bsObserveSize" class="footer bs-sticky-footer position-absolute"> | ||
<ng-content></ng-content> | ||
</footer> |
2 changes: 1 addition & 1 deletion
2
libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer/sticky-footer.component.scss
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,4 +1,4 @@ | ||
:host .footer.sfooter { | ||
.footer.bs-sticky-footer { | ||
bottom: 0; | ||
left: 0; | ||
right: 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
16 changes: 7 additions & 9 deletions
16
libs/mintplayer-ng-bootstrap/toggle-button/src/component/toggle-button.component.scss
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,10 +1,8 @@ | ||
bs-toggle-button { | ||
// Configuration | ||
@import "../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../node_modules/bootstrap/scss/mixins"; | ||
// Configuration | ||
@import "../../../../../node_modules/bootstrap/scss/functions"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables"; | ||
@import "../../../../../node_modules/bootstrap/scss/variables-dark"; | ||
@import "../../../../../node_modules/bootstrap/scss/mixins"; | ||
|
||
// Layout & components | ||
@import "../../../../../node_modules/bootstrap/scss/forms/form-check"; | ||
} | ||
// Layout & components | ||
@import "../../../../../node_modules/bootstrap/scss/forms/form-check"; |
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
2 changes: 1 addition & 1 deletion
2
libs/mintplayer-ng-bootstrap/treeview/src/treeview/treeview.component.scss
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,4 +1,4 @@ | ||
bs-treeview { | ||
:host { | ||
margin-bottom: -1px; | ||
} | ||
|
||
|
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