26 lines
438 B
CSS
26 lines
438 B
CSS
.account-summary-info {
|
|
padding-top: 0.5em;
|
|
color: #fff;
|
|
font-size: 0.95rem;
|
|
font-weight: 500;
|
|
text-align: right;
|
|
}
|
|
|
|
.account-summary-info .account-username {
|
|
margin-right: 0.5em;
|
|
text-align:center;
|
|
}
|
|
|
|
.account-summary-info .account-type {
|
|
margin-right: 0.5em;
|
|
font-style: italic;
|
|
opacity: 0.85;
|
|
text-align:center;
|
|
}
|
|
|
|
.account-summary-info .account-contact {
|
|
color: #ffd700;
|
|
opacity: 0.9;
|
|
text-align:center;
|
|
}
|