misuzu/assets/less/mio/classes/profile/accounts.less

45 lines
826 B
Text

.profile__accounts {
display: flex;
flex-direction: column;
padding: 2px 5px;
color: #fff;
text-shadow: 0 1px 4px #111;
box-shadow: 0 1px 4px #111;
background-color: #111;
&__item {
padding-bottom: 5px;
&:not(:last-child) {
border-bottom: 1px solid #222;
}
}
&__notice {
font-size: 1.2em;
line-height: 1.5em;
text-align: center;
padding: 10px;
}
&__title {
font-size: .9em;
line-height: 1.8em;
}
&__value {
font-size: 1.2em;
line-height: 1.2em;
color: inherit;
text-decoration: none;
}
&__link {
color: inherit;
text-decoration: underline dotted;
&:hover {
text-decoration: underline;
}
}
}