mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
style: apply fixes reported by stylelint
Some fixes to syntax that diverged from main project style
This commit is contained in:
parent
7eb22e20d3
commit
0f66110cfb
7 changed files with 12 additions and 15 deletions
|
|
@ -30,4 +30,4 @@
|
|||
@include ngx-pace-theme();
|
||||
|
||||
@include nb-overrides();
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
nb-chat {
|
||||
margin: 3rem auto 0;
|
||||
width: 500px;
|
||||
|
||||
}
|
||||
|
||||
.chat-container {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
margin: -0.5rem;
|
||||
}
|
||||
|
||||
div[class^=col-] {
|
||||
div[class^='col-'] {
|
||||
padding: 0.5rem;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue