style: apply fixes reported by stylelint

Some fixes to syntax that diverged from main project style
This commit is contained in:
Federico Ricchiuto 2022-02-14 16:08:25 +01:00
parent 7eb22e20d3
commit 0f66110cfb
7 changed files with 12 additions and 15 deletions

View file

@ -24,7 +24,7 @@
}
::ng-deep nb-search button {
padding: 0!important;
padding: 0 !important;
}
.header-container {

View file

@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@mixin ngx-pace-theme() {
@mixin ngx-pace-theme() {
.pace .pace-progress {
background: nb-theme(color-primary-default);

View file

@ -30,4 +30,4 @@
@include ngx-pace-theme();
@include nb-overrides();
};
}

View file

@ -73,7 +73,7 @@
position: relative;
&::before {
background-color: rgba(255, 255, 255, 0.1);
background-color: rgb(255 255 255 / 0.1);
content: '';
position: absolute;
width: 100%;

View file

@ -25,15 +25,6 @@
margin: 0 nb-theme(card-padding);
}
.delta {
&.up .direction {
color: nb-theme(color-success-default);
}
&.down .direction {
color: nb-theme(color-danger-default);
}
}
.delta {
position: absolute;
display: inline-block;
@ -41,6 +32,13 @@
right: 0;
@include nb-rtl(left, 0);
@include nb-rtl(right, auto);
&.up .direction {
color: nb-theme(color-success-default);
}
&.down .direction {
color: nb-theme(color-danger-default);
}
}
ngx-earning-live-update-chart {

View file

@ -12,7 +12,6 @@
nb-chat {
margin: 3rem auto 0;
width: 500px;
}
.chat-container {

View file

@ -6,7 +6,7 @@
margin: -0.5rem;
}
div[class^=col-] {
div[class^='col-'] {
padding: 0.5rem;
box-sizing: border-box;