mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 02:14:06 +01:00
Scss enabled.
This commit is contained in:
parent
1ecaf82998
commit
790f4010e1
5 changed files with 40 additions and 46 deletions
13
src/assets/scss/app.scss
Normal file
13
src/assets/scss/app.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
md-toolbar ul {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 60px;
|
||||
}
|
||||
md-toolbar li {
|
||||
display: inline;
|
||||
}
|
||||
md-toolbar li.active {
|
||||
background-color: lightgray;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue