mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-18 05:58:07 +01:00
feat(dashboard): change team to kitten component
This commit is contained in:
parent
6b1ee20516
commit
f7a61ee809
7 changed files with 100 additions and 1 deletions
52
src/app/pages/dashboard/kitten/kitten.component.scss
Normal file
52
src/app/pages/dashboard/kitten/kitten.component.scss
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
|
||||
.picture {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
position: relative;
|
||||
border-top-left-radius: nb-theme(card-border-radius);
|
||||
border-top-right-radius: nb-theme(card-border-radius);
|
||||
|
||||
flex: 1;
|
||||
max-height: 50%;
|
||||
}
|
||||
|
||||
.details {
|
||||
padding: 1.25rem 1.25rem 0;
|
||||
|
||||
.title {
|
||||
font-family: nb-theme(font-secondary);
|
||||
font-weight: nb-theme(font-weight-bolder);
|
||||
color: nb-theme(color-fg-heading);
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.description {
|
||||
text-align: justify;
|
||||
color: nb-theme(color-fg-text);
|
||||
font-weight: nb-theme(font-weight-light);
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding: 0.75rem 0;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: nb-theme(color-fg);
|
||||
|
||||
&:hover {
|
||||
color: nb-theme(color-fg-heading);
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue