mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(visitors): remove unnecessary border radius
This commit is contained in:
parent
d055527172
commit
1c9739d533
1 changed files with 8 additions and 1 deletions
|
|
@ -17,7 +17,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide-out-container {
|
.slide-out-container {
|
||||||
border-radius: nb-theme(card-border-radius);
|
@include nb-ltr {
|
||||||
|
border-top-right-radius: nb-theme(card-border-radius);
|
||||||
|
border-bottom-right-radius: nb-theme(card-border-radius);
|
||||||
|
}
|
||||||
|
@include nb-rtl {
|
||||||
|
border-top-left-radius: nb-theme(card-border-radius);
|
||||||
|
border-bottom-left-radius: nb-theme(card-border-radius);
|
||||||
|
}
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
width: $slide-out-container-width;
|
width: $slide-out-container-width;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue