[ADF-1783] added some more responsibility to userinfo component (#2532)

* [ADF-1783] added some more responsibility to userinfo component

* [ADF-1783] re added wrong change

* [ADF-1783]
added PR changes
This commit is contained in:
Vito
2017-10-24 15:30:55 +01:00
committed by Eugenio Romano
parent b66a9bfe0d
commit 8102255d43

View File

@@ -1,3 +1,5 @@
@import '~@angular/material/theming';
@mixin mat-userinfo-theme($theme) {
$primary: map-get($theme, primary);
$accent: map-get($theme, accent);
@@ -60,6 +62,7 @@
&-userinfo-tab .mat-tab-header {
align-self: center;
width: 100%;
min-width: 250px;
}
&-userinfo-tab .mat-tab-label {
@@ -96,6 +99,10 @@
column-count: 2;
display: flex;
justify-content: space-between;
@media screen and ($mat-xsmall) {
padding: 10px;
}
}
&-userinfo-title {