mail/src/sass/blocks/views/_account.scss

20 lines
451 B
SCSS

.account {
// TODO: remove table layout -> use <dl>
table {
margin: 50px auto 60px;
td {
padding-top: 15px;
text-align: left;
&:first-child {
text-align: right;
padding-right: 15px;
font-weight: bold;
}
a {
color: $color-main;
text-decoration: underline;
}
}
}
}