mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-04-17 17:54:36 +02:00
17 lines
213 B
SCSS
17 lines
213 B
SCSS
.icon {
|
|
display: inline-block;
|
|
width: 4rem;
|
|
padding: 1.25rem 0;
|
|
text-align: center;
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
:host {
|
|
nga-card-body {
|
|
padding: 0;
|
|
}
|
|
|
|
nga-card-footer {
|
|
text-align: right;
|
|
}
|
|
}
|