1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-17 06:35:20 -05:00
mail/src/sass/views/_set-passphrase.scss
2014-04-11 18:39:13 +02:00

25 lines
399 B
SCSS

.view-set-passphrase {
.inputs {
margin: 40px 60px 30px;
div {
margin: 5px 0;
}
}
table {
margin: 50px auto 60px auto;
td {
padding-top: 15px;
&:first-child {
text-align: right;
padding-right: 15px;
font-weight: bold;
}
}
}
}