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

50 lines
819 B
Text
Raw Normal View History

.profile__accounts {
margin-bottom: 2px;
&__content {
display: flex;
flex-direction: column;
padding: 2px 5px;
}
&__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;
}
2018-09-23 19:12:40 +00:00
&__input {
width: 100%;
}
&__link {
color: inherit;
text-decoration: underline dotted;
&:hover {
text-decoration: underline;
}
}
}