mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
22 lines
No EOL
270 B
SCSS
22 lines
No EOL
270 B
SCSS
:host {
|
|
display: flex;
|
|
align-items: center;
|
|
padding-right: 32px;
|
|
}
|
|
|
|
a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
i {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.material-theme-popover {
|
|
margin: 0;
|
|
padding: 1rem 2rem;
|
|
color: #ff4d6b;
|
|
font-weight: 600;
|
|
font-size: 1.1rem;
|
|
} |