misuzu/assets/less/classes/profile/accounts.less
2018-09-23 21:12:40 +02:00

45 lines
759 B
Text

.profile__accounts {
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;
}
&__input {
width: 100%;
}
&__link {
color: inherit;
text-decoration: underline dotted;
&:hover {
text-decoration: underline;
}
}
}