1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/sass/views/_account.scss
2014-07-10 20:02:35 +02:00

22 lines
353 B
SCSS

.view-account {
a {
color: $color-blue;
text-decoration: none;
}
table {
margin: 50px auto 60px auto;
td {
padding-top: 15px;
&:first-child {
text-align: right;
padding-right: 15px;
font-weight: bold;
}
}
}
}