mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-09 09:54:20 +01:00
refactor(theme): theme refactor, buttons, toaster, preloader
This commit is contained in:
parent
d5f69647aa
commit
59ef144716
77 changed files with 1324 additions and 954 deletions
|
|
@ -1,4 +0,0 @@
|
|||
@mixin base-footer-theme($theme-name) {
|
||||
/deep/ base-footer {
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
@mixin base-header-theme($theme-name) {
|
||||
/deep/ header {
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
@mixin search-input-theme($theme-name) {
|
||||
/deep/ search-input {
|
||||
input {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -24,4 +24,10 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/deep/ search-input {
|
||||
input {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue