mail/src/sass/views/_account.scss

17 lines
287 B
SCSS
Raw Normal View History

2013-11-06 10:20:49 -05:00
.view-account {
table {
margin: 50px auto 60px auto;
2013-11-06 10:20:49 -05:00
td {
padding-top: 15px;
&:first-child {
text-align: right;
padding-right: 15px;
font-weight: bold;
}
}
}
}